Community discussions

MikroTik App
 
MusicCog
just joined
Topic Author
Posts: 20
Joined: Sun Mar 16, 2014 10:27 am

Inbound port forwarding with multiple ADSL links

Mon Nov 24, 2014 1:55 pm

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?
 
User avatar
nest
Forum Veteran
Forum Veteran
Posts: 822
Joined: Tue Feb 27, 2007 1:52 am
Location: UK
Contact:

Re: Inbound port forwarding with multiple ADSL links

Mon Nov 24, 2014 6:17 pm

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.
 
MusicCog
just joined
Topic Author
Posts: 20
Joined: Sun Mar 16, 2014 10:27 am

Re: Inbound port forwarding with multiple ADSL links

Thu Nov 27, 2014 10:01 am

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.

Who is online

Users browsing this forum: bigdog, Google [Bot], GoogleOther [Bot], kos and 36 guests