Forums

Oscar
Oscar
Offline
Resolved
0 votes
As you can create a route for a specific IP range?

I want to say is that the IPs from 192.168.1.20 to 192.168.1.100, go for a certain wan


As the syntax to write it correctly?

I have tried placing the following ways:

192.168.1.20-192.168.1.100 ---- NOT WORK
192.168.1.20:192.168.1.100 ---- NOT WORK
192.168.1.20-100 ---- NOT WORK

I could help ???

Thanks in advance
Saturday, November 15 2014, 06:10 PM
Share this post:
Responses (1)
  • Accepted Answer

    Saturday, November 15 2014, 06:30 PM - #Permalink
    Resolved
    0 votes
    Have you tried CIDR notation e.g 192.168.1.32/27? To use it effectively you may have to rethink your ranges a bit e.g. 192.168.1.32/27 covers 192.168.1.32-63 then 192.168.1.64/27 will cover 192.168.1.64-95 or 192.168.1.64/26 will cover 192.168.1.64-127. You can use a subnet calculator to help you with your ranges.

    Having said that I suspect source based routes may only accept single IP's. I don't have MultiWAN so can't check so I'd appreciate your feedback.
    The reply is currently minimized Show
Your Reply