This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

snmp on astaro

hi there,

i got a sun raq550 in my network. to configure mrtg on this machine, i have to set a router ip for snmp. so i tried public@192.168.3.1 (my astaro latest version).

snmpwalk 192.168.3.1 public system does not work.

i set up a rule any snmp external_ip_interface to allow.

any ideas? is this setup possible? 

thanks,

seb  


This thread was automatically locked due to age.
  • Don't forget to add in a config line to allow your MRTG pc to query your firewall,

    /var/chroot-snmp.mrtg/usr/share/snmp/snmpd.conf

    Ex

    rocommunity  mycom 192.168.3.2/32

    after you add that line & perform /etc/rc.d/snmpd restart it should allow you to query it once you have the rules setup for it. 

    oops forgot to meantion.  public is reserved for the box to generate it's own stats.  adding a differant community name is the easiest way to go for external monitoring.
  • it will also stop someone from using that well known name to query.  I was going to recommend changing this even if pubilc was allowed.