Problem z mini_snmpd. W teorii działa
root@Gargoyle:/# netstat -lnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 974/portmap
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1477/httpd_gargoyle
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 2210/dnsmasq
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1414/dropbear
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 1477/httpd_gargoyle
netstat: /proc/net/tcp6: No such file or directory
udp 0 0 0.0.0.0:161 0.0.0.0:* 2432/snmpd
udp 0 0 0.0.0.0:53 0.0.0.0:* 2210/dnsmasq
udp 0 0 0.0.0.0:67 0.0.0.0:* 2210/dnsmasq
udp 0 0 0.0.0.0:111 0.0.0.0:* 974/portmap
netstat: /proc/net/udp6: No such file or directory
netstat: /proc/net/raw6: No such file or directory
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
root@Gargoyle:/#
niestety
goldi@admin:~$ snmpwalk -v 2c -c public 192.168.2.1
Timeout: No Response from 192.168.2.1
Instalacja i konfiguracja według HOWTO od ciebie. Błąd był tylko w pliku /etc/init.d/mini_snmpd, zamiast
start() {
/sbin/mini_snmpd -c public -d /jffs,/tmp,/hdd -i wlan0,br-lan &
}
trzeba było zmienic na
start() {
/usr/bin/mini_snmpd -c public -d /dev/sda1 -i wlan0,br-lan &
}
wystartował.
Jakie mogą byc powody?
Linksys WRT300n
Asus N18U