Per-device Policy-based Routing with Dual WAN
Difficulty: Expert
Minimum firmware version: 18.1.29
Goal
To use the 6350-SR's cellular modem in tandem with its primary WAN Ethernet port, but only allow certain IP addresses access to the cellular modem's Internet connection.
Setup
This article assumes the LAN ports are operating under default settings, which provide DHCP connectivity to devices connected to the 6350-SR's LAN ports. For more details on the default settings of the 6350-SR, see the Default Settings section of the 6350-SR User's Manual.
For this setup, you will need the 6350-SR with both a primary WAN Ethernet connection, and a cellular modem connection.
You will also need to configure a static IP address on any client devices you want to allow access to the cellular modem connection.
Sample
The sample configuration below shows a 6350-SR with two Internet connections: a cellular-based WAN connection through the 6350-SR's modem, and a broadband-based WAN connection through the 6350-SR's WAN Ethernet port.
This set setup shows two client devices on a 6350-SR's LAN ports, a media PC and a laptop. The media PC is configured with a static IP address of 192.168.0.99, and the laptop is getting its IP address via DHCP from the 6350-SR.
The policy-based routing we are going to setup will accomplish the following.
- The 6350-SR uses the Ethernet WAN as its primary interface.
- The 6350-SR has a cellular modem connection, used as a secondary WAN interface.
- All traffic from the media PC will always go through the cellular modem WAN interface.
- Any traffic from other LAN devices should go through the Ethernet WAN connection.
- If the Ethernet WAN connection is down, the 6350-SR should drop any packets from LAN devices, excluding packets from the media PC, and prevent them from going out the cellular modem interface.
Sample Configuration
Open the configuration profile for the 6350-SR and make the following changes.
- Under Firewall -> Zones, add two new zones, one labelled modemwan, and another labelled ethernetwan. Ensure the source NAT option is selected for both new zones.
- Under Modem, set the Zone to modemwan.
- Under Network -> Interfaces -> WAN, set the Zone to ethernetwan.
- Under Firewall -> Packet filtering, setup three rules rules to accomplish the following:
- allow packets from the media device (192.168.0.99) to go out the cellular modem
- reject all other LAN packets on the cellular modem interface
- allow LAN packets to go through the Ethernet WAN interface
- Under Network -> Routes -> Policy-based routing, setup a new policy with the following settings:
- Interface: Modem
- Source address -> Type: IPv4 address
- Source address -> IPv4 address: 192.168.0.99
- Destination address -> Type: Zone
- Destination address -> Zone: ethernetwan