Hi, I have 6 PPPoE connections from my ISP.
I only want to use first one as default connection.
The other 5 should be only used to serve different websites on ports 80.
So we want to masquerade all traffic through PPPoE-OUT1 and use NAT to port forward
PPPoE-OUT2:80 to 192.168.1.2:80
PPPoE-OUT3:80 to 192.168.1.3:80
etc...
Traffic from LAN should NEVER go through PPPOE2-5 as it has different public IP.
I don't know how to do that. I watched many tutorials on Youtube and I see everybody is masquerading all traffic through all WANs and they are using marking.
Please show me sample config to stay with PPPoe1 as default WAN and only use PPPoe2-5 as gateway for some IP's
My problem is that as soon as I enable PPPoe2 it removes default route for PPPoe1 and my Internet stops working so right now my interfaces PPPoe2-5 are disabled