Hi,
I have two Uplinks with the IP XXX, YYY. The user pubilc IP’s assigned by PPPoE on the server in a IP from the pool 2x /24 selects itself and gets. Depending upon whether it is one from the block 1 or 2 becomes the packages lack and over Uplink 1-2 sent. Unfortunately do not ring that 100%.
Can someone help?
1 chain=prerouting src-address=85.***.xxx.0/24 action=mark-routing
new-routing-mark=Up-2 passthrough=yes
2 chain=prerouting src-address=85.***.yyy.0/24 action=mark-routing
new-routing-mark=Up-1 passthrough=yes
and
add dst-address=0.0.0.0/0 gateway=85.*.xxx. scope=255 target-scope=10
routing-mark=Up-1 comment=“” disabled=no
add dst-address=0.0.0.0/0 gateway=85.*.yyy. scope=255 target-scope=10
routing-mark=Up-2 comment=“” disabled=no
NAT:
0 chain=srcnat src-address=85.***.xxx.0/24 action=accept
1 chain=srcnat src-address=85.***.yyy.0/24 action=accept
Dingsingo