Hi !

I run Ubuntu Server, I installed net-snmp on it.
The snmpd daemon looks in /etc/snmp/snmpd.conf for configuration.

When I do snmpget -v 1 -c public localhost system.sysUpTime.0

it's working fine

but when I do snmpget -v 1 -c public 192.168.0.1 system.sysUpTime.0

I got a timeout response :(

My line is

com2sec readonly default public
with
group MyROGroup v1 readonly
group MyROGroup v2c readonly
group MyROGroup usm readonly

and
view all included .1 80
access MyROGroup "" any noauth exact all none none


I tried doing
com2sec readonly 0.0.0.0/0 public

but doesn't change anything ...

I disabled the Ubuntu Firewall as well ..

What's wrong ? Help please, it's urgent matter

Cordially,

Benoit.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to