I have the RB2011 connected to a dsl modem that is in bridge mode through ether10 with pppoe. I have other internet provider by radio connected through ether9 with fix public IP and gateway provided by provider. I have dstnat for port 8080 but only works by ether9 (radio provider). I cannot see any packets hitting the nat when try by ether10.
Here is the NAT:
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1 src-address=192.168.1.0/24
add action=masquerade chain=srcnat out-interface=ether9_Unix src-address=192.168.1.0/24
add action=dst-nat chain=dstnat dst-port=8080,37777,554 protocol=tcp to-addresses=192.168.1.100
Routing
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
1 ADS 0.0.0.0/0 10.1.1.1 0
2 S ;;; Radio
0.0.0.0/0 186.219.63.193 2
3 ADC 10.1.1.1/32 10.0.8.103 pppoe-out1 0
4 ADC 186.219.63.192/28 186.219.63.206 ether9_Unix 0
5 ADC 192.168.1.0/24 192.168.1.253 bridge 0
Thanks in advance