What's new

[Dual WAN] Routing rules not applying [AC68U]

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

thps2k2

Occasional Visitor
Hi,

I first posted about an issue with HTML text appearing in the config tables on my routing tables, however this has since been resolved.

I'm now having an issue where my routing rules are being ignored with a load balancing setup.

a3yqBem.png


Basically, I want all traffic originating from the machine with IP address 192.168.1.111 to use the primary WAN. Every other device on the network will have both connections available.

Could anyone give me any pointers?
 
Unfortunately still the same.

The machine 192.168.1.111, is still using both connections.


Try command:
Code:
ip rule add from 192.168.1.111 table 100

If it doesn't work then you need to use these diagnostic commands:
Code:
ip rule
ip route show table 100
ip route show table 200

to see if 192.168.1.111 is actually using the correct WAN table (100 - Primary, 200 - Secondary)
 
Instead of using 0.0.0.0, try leaving the destination field empty ;)
 
Sorry to sound thick, where am I sticking that command?

On the command line?

You will need to enable SSH access on the Administration page

upload_2017-5-20_13-24-20.png



then use PuTTY/Xshell5 etc. to connect to the router's command prompt.
 
Instead of using 0.0.0.0, try leaving the destination field empty ;)


You be quiet with your logical answers :D

That's worked an absolute treat my friend, thank you so much.

Do you have Paypal? Will gladly send you some money for a beer.
 
How nice of you, appreciated! But no thanks. I take more out of these forums than I can give :)
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top