Bart wrote:
Fabrice LORRAIN schreef:
...
However if I run "snmpwalk -v 1 -c public 192.168.1.36 system" on the
stable box, with 192.168.1.36 the IP address of the testing box, i get:
Timeout: No Response from 192.168.1.36
snmpd is up and running, I can ping both ways, there are no firewalls
in place. What could be wrong?
Is snmpd listening on your interfaces ?
Check with "sudo netstat -natup | grep 161" on the sarge box.
@+,
Fab
On Sarge I have:
netstat -natup | grep 161
udp 0 0 0.0.0.0:161 0.0.0.0:*
707/snmpd
But Sarge is looking for snmp info on Etch. So for the fun of it, on
Etch it is:
netstat -natup | grep 161
udp 0 0 127.0.0.1:161 0.0.0.0:*
1636/snmpd
snmpd is only binded to your localhost interface (127.0.0.1:161) on this
box. Check your conf. to have it listening on the 192.168.1.36 one.
@+,
Fab
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]