Sonicwall – Routing with Two WAN Interfaces and Two LAN Interfaces on Sonicwall TZ100

routingsonicwall

I'm trying to set up some simple routing rules for the following scenario:

XO LAN : 172.x.x.x
X1 WAN: 64.x.x.x
X2 WAN: 199.x.x.x
X3 SIP: 192.168.28.1

X3 has a PBX 192.168.28.2 directly connected to it and I'm trying to route it to only use X2's WAN. Obviously I can ping the X3 Interface from .2 but no routing rules are set up for this and after trying a few, I thought I'd ask for help. It should be simple but I'm not seeing it. Any help is highly appreciated.

Best Answer

Go to Network->Routing. Add a new Route Policy.

  • Source = PBX (192.168.28.2)
  • Destination = Any
  • Service = Any (or the specific services you want routed over X2)
  • Gateway = X2
  • Default Gateway Interface = X2
  • Metric= something less than 20 (10?) so that it preempts the other route policies.

That should do it.

Related Topic