Hi,
i have problem for Zynga Poker, always reconnect when join table. im using NTH Load Balancing.
Please help me how to bypass connection to Zynga so not include in Load Balancing Process.
below my configuration:
Mangle:
0 chain=prerouting action=mark-connection new-connection-mark=alfas_con3 passthrough=yes connection-state=new in-interface=Bridge1 nth=2,2
1 chain=prerouting action=mark-connection new-connection-mark=alfas_con4 passthrough=yes connection-state=new in-interface=Bridge1 nth=2,1
2 chain=prerouting action=mark-routing new-routing-mark=alfas_route3 passthrough=yes in-interface=Bridge1 connection-mark=alfas_con3
3 chain=prerouting action=mark-routing new-routing-mark=alfas_route4 passthrough=yes in-interface=Bridge1 connection-mark=alfas_con4
Below Route:
/ip route
add comment=“” disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.2.1 routing-mark=alfas_route3 scope=255 target-scope=10
add comment=“” disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.3.1 routing-mark=alfas_route4 scope=255 target-scope=10
add check-gateway=ping comment=“” disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.3.1 routing-mark=failover-check scope=30 target-scope=10
add comment=“” disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.2.1 scope=30 target-scope=10
Please Help how to solve it
Thanks
HELMI