When I input a new WAN IP and route it ie a PPPoEout connection, it drops the NAT for all the others.
For instance, if I have this:
Code: Select all
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 10.0.0.2 5
1 S 0.0.0.0/0 202.1XX.5x.X 5
2 X S 0.0.0.0/0 192.168.3.1 5
3 ADS 0.0.0.0/0 2XX.8X.5x.1 1 ALL SERVICES NAT TO THIS
Code: Select all
1 A S 0.0.0.0/0 203.1xx.5x.1 5
And if I mark "Add Default Route" I can ping from outside but it kills all the other PPTP and NAT's port fwd from the 202.1XX.5x.X , for example:
Code: Select all
13 X ;;; Backup
chain=dstnat action=dst-nat to-addresses=192.168.1.20 to-ports=80
protocol=tcp dst-address=202.1XX.5x.X dst-port=8080
Any clue on why is this happening?
Cheers