I have now followed 13 different instructions on this and I cannot get inbound traffic to even get through to the masq rules.
I suspect it has something to do with prerouting.
Outbound is now working perfectly (after a lot of work),
Can someone give an example config of how to get inbound port forwarding with multiple ADSL/WAN links to actually work?
nest
November 24, 2014, 4:17pm
2
Sadly the crystal ball is away for repair at the moment, but making a LOT of assumptions I am guessing you have tried something like this :
/ip firewall nat
add action=dst-nat chain=dstnat dst-port=8080 in-interface=pppoe-out1 protocol=tcp to-addresses=192.168.0.234
add action=dst-nat chain=dstnat dst-port=8080 in-interface=pppoe-out2 protocol=tcp to-addresses=192.168.0.234
add action=dst-nat chain=dstnat dst-port=8080 in-interface=pppoe-out3 protocol=tcp to-addresses=192.168.0.234
add action=dst-nat chain=dstnat dst-port=8080 in-interface=pppoe-out4 protocol=tcp to-addresses=192.168.0.234
where protocol is TCP port 8080 and you have 4 incoming interfaces, all being pppoe-out1-4 and your internal IP to forward to is 192.168.0.234.
Thanks for the reply nest, I realise that I did not provide any details.
What worked for me this time was to swich all of the modems to bridge mode and let the RB2011UiAS v6.15 run pppoe clients.
As soon as I did that port forwarding worked, so I believe that there must have been some menu config setting that I missed in the modems that was causing the problem.