tomato-ND-1.28.5x-102-VPN cant get SNMP to work (Shibby) [SOLVED]
Hi!
I've got a bit of a special config going here. The simple explanation is that I got a Access Point which has a NAT "guest" net work. So we are looking at two wireless LANs here, one Bridged and one NATed.
- WAN port disabled
- Added a network (br1)
- Added a VLAN and connected it to the above network
- A firewall rule that NAT traffic from br1 to br0 (iptables -t nat -I POSTROUTING -o br0 -j SNAT —to `nvram get lan_ipaddr`)
- Enabled SNMPD
I Get no response from port 161 on br0 (LAN).
Any ideas?