snmp over tcp

2009-12-03 Thread Thorsten Frank
if I am not wrong, I can start the snmpd like this: snmpd.exe -f -d -c c:\usr\bin\snmpd.conf tcp:4711 to tell the agent that it should listen on the tcp-port 4711. When I now try to query some information, doing something like this: snmpwalk.exe -v1 -c public localhost:4711 I got a timeout.

snmp request over a ssh tunnel?

2009-12-03 Thread Thorsten Frank
I want to do a snmp query from my webserver (snmp consumer) to my pc (snmp producer). The pc is behind a router. It works fine with port-forwarding in the router. But is there another possiblity, without having to configure something in the router? I am think about something like, the pc