Hi.

I'm confused as to what you are trying to do.  Is the following correct?

-you have a server behind a firewall running snmpd. The server IP address is 10.10.10.134

-on your client on the other side of the firewall you run snmpget -c public -v 2c 10.10.10.134:161 system.sysUpTime.0 but you get no response.

-if you log on to the server and type snmpget -c public -v 2c 127.0.0.1:161 system.sysUpTime.0, you get a response so you know the agent is working.

-so the problem you appear to be having is configuring your firewall to allow SNMP traffic to flow?

What operating system is the server and the client?

If there is no firewall involved, then are both machines on the same subnet? If so, what are their IP addresses?

Alex



Farazad Farhadzadeh wrote:
Hi all,

I run snmp(agent) on my system with ./snmpd then i get information from this system (by another system)and run this command(10.10.10.134 is my ip address):
snmpget -c public -v 2c 10.10.10.134:161 system.sysUpTime.0
but system dont response.
but if i run this command:
snmpget -c public -v 2c 127.0.0.1:161 system.sysUpTime.0
system responses.
then i run this command in server computer:
./snmpd -f -Lo -d finally execute :snmpget -c public -v 2c 10.10.10.134:161 system.
sysUpTime.0
but system doesnt response but if execute this command:
snmpget -c public -v 2c 127.0.0.1:161 system.sysUpTime.0
the packet dump to windows and firewall turn off in this system(server).
i am new about acces control can you help me about this and firewall blocking please help me i am very confusing.
regards
-------------
Farzad FarhadZadeh




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users



------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to