On 07/12/06, Peter de Kraker <[EMAIL PROTECTED]> wrote: > The only way I could get it to work was to edit the /etc/default/snmpd > configuration line: > Default settings included: SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -I > -smux -p /var/run/snmpd.pid 127.0.0.1' > Changing the 127.0.0.1 to 0.0.0.0 solved my problem.
A better solution would be to drop '127.0.0.1' altogether. > Could somebody with more knowledge of snmpd configuration stuff tell me > if this hardcoded /etc/default/snmpd config file is indeed different > from the standard configuration of snmpd? Correct. It's an defensible configuration, but it's not one that many distributions use. It's certainly not something that we ship outselves. > Is this line indeed causing > the binding to only 127.0.0.1 instead of the default behaviour to bind > to all interfaces? Correct. Dave ------------------------------------------------------------------------- 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
