SNMP support?

JustMe..

Renowned Member
Nov 17, 2008
1
0
66
Hi,

After install net-snmp in ProxMox VE i have this problem:

Code:
snmpwalk localhost -c public -v1
(is working)

Code:
snmpwalk 192.168.5.25 -c public -v1
Timeout: No Response from 192.168.5.25
(is not working)

Code:
netstat -natup | grep 161
udp   0      0 192.168.5.25:161   0.0.0.0:*          4198/snmpd
udp   0      0 127.0.0.1:161      0.0.0.0:*          4198/snmpd

Is there something i'm missing here??

TIA,

Peter