Difference between revisions of "Splitting Network Traffic Via Multiple Interfaces"

From Teltonika Networks Wiki
(Created page with "==Introduction== This article provides a guide on how to separate mobile data traffic by using first SIM card for LAN traffic and second SIM card for WLAN traffic. These confi...")
 
 
Line 105: Line 105:
  
 
* Click '''Save & Apply'''
 
* Click '''Save & Apply'''
 +
 +
[[Category:RUTX12 Configuration Examples]]

Latest revision as of 13:50, 28 October 2021

Main Page > RUTX Routers > RUTX12 > RUTX12 Configuration Examples > Splitting Network Traffic Via Multiple Interfaces

Introduction

This article provides a guide on how to separate mobile data traffic by using first SIM card for LAN traffic and second SIM card for WLAN traffic. These configurations are specifically made for RUTX12.



  • First you want to make sure that you have ADVANCED mode enabled. This will allow you to choose from a larger variety of settings.

Networking rutx manual webui basic advanced mode.gif


Configuring VLANs

  • Go to NetworkVLAN
  • Go to VLANPort Based


Port VLAN.png

  • Click Add
  • Leave VLAN ID as it is, for now, no need to change anything here

Creating A Second LAN Interface

  • Go to NetworkInterfaces
  • Under Add New Instance enter the name for your new LAN interface (we are going to use "lan2" for this example) and click Add


Add int.png

  • Under the General Settings tab, set Protocol to Static, and enter desired IPv4 parameters for your VLAN


Interfaces lan2.png

  • Click on Setup DHCP Server to enable DHCP for your VLAN
  • Go to Physical Settings and click on Interface, select your VLAN interface (N.B. if your VLAN ID is 3, the name for your physical interface will be eth0.3 and so on)


Phy eth3.png

Configuring Advanced Static Routes

  • Go to NetworkRoutingAdvanced Static Routes
  • Under the "Add New Instance" tab, enter the ID and name for your new Routing Table, for our use, we will need 2 Routing Tables
  • Create a routing table with these parameters: ID: 100, Name: first


Static route1.png

  • Click Add
  • In the configuration window, under the Static IPV4 Routes tab, click Add
  • Enter these parameters: Interface: mob1s1a1, Target: 0.0.0.0, Netmask: 0.0.0.0


Routes 1.png

  • Leave the rest of the parameters on their default values and click Save & Apply
  • Create a second routing table with these parameters: ID: 200, Name: second


Static route2.png

  • Click Add
  • In the configuration window, under the Static IPV4 Routes tab, click Add
  • Enter these parameters: Interface: mob2s1a1, Target: 0.0.0.0, Netmask: 0.0.0.0


Routes 2.png

  • Leave the rest of the parameters on their default values and click Save & Apply
  • Go to NetworkRoutingAdvanced Static RoutesRouting Rules For IPV4


Networking rutos manual routing advanced static routes routing rules for ipv4 v1 begin to edit.gif

  • Create 2 new rules with these parameters:

First Rule: Priority: 1, Incoming interface: lan, Lookup table: 100


Rules 1.png

Second Rule: Priority: 1, Incoming interface: lan2, Lookup table: 200


Rules 2.png

Separating Traffic Via Ethernet Ports

  • Go to NetworkVLAN
  • Set Untagged on any LAN port you want next to VLAN ID: 3 (remove Untagged on a port next to VLAN ID: 1 accordingly)


Vlan end.png

Separating Traffic With WLAN Interface

  • Go to NetworkWireless
  • Select your desired access point and click Edit


Wifi ap edit.png

  • Click on Network and select a LAN interface which is used by VLAN (lan2 in this example)


Wifi vlan.png

  • Click Save & Apply