This is a discussion on Hostname as source on com2sec line not working within the SNMP Users forums, part of the Networking and Network Related category; Hi, My /etc/snmpd.conf has the following and everything works as expected: com2sec NetRO 10.0.1.0/24 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
My /etc/snmpd.conf has the following and everything works as expected: com2sec NetRO 10.0.1.0/24 public com2sec NetRW 10.0.1.0/24 private group ROGroup v1 NetRO group RWGroup v1 NetRW view all included .1 80 access ROGroup "" any noauth exact all none none access RWGroup "" any noauth exact all all none Trying to restrict access to allow access only from my management station I did this: com2sec NetRO mybox public com2sec NetRW mybox private and even tried with the FQDN, like: com2sec NetRO mybox.somecorp.com public com2sec NetRW mybox.somecorp.com private No luck, though. Running snmpget on mybox give me: Timeout: No Response from testbox In snmp.log on the testbox I only see: Connection from 10.0.1.107 Which is mybox's IP. We have NIS and DNS running in our net and reverse lookup for this IP works for both. Any ideas? Thanks, Sven ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&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/...net-snmp-users |