I can't seem to get SNMP from the WAN side to work. I set up the NAT
entry along with corresponding rule, but still can't query ... any
ideas?
rdr dc0 0.0.0.0/0 port 161- 162 -> 192.168.1.1 port 161 tcp/udp/
<rule>
<interface>wan</interface>
<protocol>tcp/udp</protocol>
<source>
<any/>
</source>
<destination>
<address>m0n0wall</address>
<port>161-162</port>
</destination>
<descr>NAT SNMP</descr>
</rule>
<rule>
<protocol>tcp/udp</protocol>
<external-port>161-162</external-port>
<target>m0n0wall</target>
<local-port>161</local-port>
<interface>wan</interface>
<descr>SNMP</descr>
</rule> |