This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I setup multipath rules ?

Hello,

I have two WAN connections. Now I want to the service Port 51413 to use ONLY WAN2 and whole internal network LAN from WAN1. How Can I do this? I repeat when WAN 2 is down I don't want Port 51413 connect through WAN 1.



This thread was automatically locked due to age.
Parents Reply
  • I saw it. I don't undertand it. I type 192.168.10.4 is the host for my laptop and 192.168.10.1 is the gateway

    conntrack -L --src 192.168.10.4 --dst 192.168.10.1 -p tcp

    then I type

    conntrack -D --src 192.168.10.4 --dst 192.168.10.1 -p tcp

    then stuck this command in shell.

    What I am doing wrong??

Children