Hi
I have got a problem with failover feature.
ISP1-------------------------- (Public IP)
RB LAN 10.11.0.5:443
ISP2—Router-----------(192.168.0.0/24)
I would like run (etc.) https services on both ISP connection but doesen’t work.
I use these properties:
mange
0 chain=prerouting action=mark-connection new-connection-mark=ISP2_conn passthrough=yes in-interface=ether2-WAN2
1 chain=prerouting action=mark-connection new-connection-mark=ISP1_conn passthrough=yes in-interface=INET-VLAN
2 chain=output action=mark-routing new-routing-mark=ISP2_rout passthrough=no connection-mark=ISP2_conn
3 chain=output action=mark-routing new-routing-mark=ISP1_rout passthrough=yes connection-mark=ISP1_conn
route
0 A S dst-address=0.0.0.0/0 gateway=192.168.0.10 gateway-status=192.168.0.10 reachable via ether2-WAN2 distance=1 scope=30
target-scope=10 routing-mark=ISP2_rout
1 A S dst-address=0.0.0.0/0 gateway=a.b.c.222 gateway-status=82.141.136.222 reachable via INET-VLAN distance=1 scope=30
target-scope=10 routing-mark=ISP1_rout
2 A S dst-address=0.0.0.0/0 gateway=a.b.c.222 gateway-status=a.b.c.222 reachable via INET-VLAN distance=1 scope=30
target-scope=10
3 S dst-address=0.0.0.0/0 gateway=192.168.0.10 gateway-status=192.168.0.10 reachable via ether2-WAN2 distance=2 scope=30
target-scope=10
I create the needed DNAT and MASQ rules to both interface but doesen’t work on ISP2 interface. Work only on ISP1.
What am i doing wrong?
THX