Notice: Undefined offset: 0 in /var/www/html/qa-plugin/custom-override/pages/question.php on line 258

Notice: Trying to access array offset on value of type null in /var/www/html/qa-plugin/custom-override/pages/question.php on line 258
 different vlan using different internet connection/failover on RUT11 - Crowd Support Forum | Teltonika Networks

FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
121 views 1 comments
by anonymous
Hi,

We have two internet connections, one 4G link and one unlimited connection via ethernet.

we have 3 VLANS and would like them to use an internet connections as follows is this possible if so how?

VLAN 10 to use 4G and failover to the ethernet wan (our VoIP Devices)

VLAN 20 to use the Ethernet WAN and failover to the 4G (office devices)

VLAN 30 to use the Ethernet WAN Only (guest devices)

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1604

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1605

1 Answer

+1 vote
by anonymous

Hello,

It is possible to achieve your desired configuration, by configuring additional rules in router's WebUI Network -> Failover page.

Case 1: VLAN 10 to use 4G and failover to the ethernet wan (our VoIP Devices)

Simply configure failover interface order by giving a higher metric to mobile interface

In addition, edit both interfaces settings by pressing pencil icon and append option Flush connections on with Connected and Disconnected.

Case 2: VLAN 20 to use the Ethernet WAN and failover to the 4G (office devices)

In the Network -> Failover page add a new rule, for example VLAN20_Rule, press Add. In the rule configuration window, under policy section add a new failover policy with two interfaces, ordered as wan first, mob1s1a1 as second.

Scroll to the top of the rule configuration section, add IP of your VLAN20 network IP as source address and assign the newly created policy. For example:

Case 3: VLAN 30 to use the Ethernet WAN Only (guest devices)

In the Network -> Failover page add a new rule, for example VLAN30_Rule, press Add. In the rule configuration window, under policy section add a new failover policy with a single interface - wan.

Scroll to the top of the rule configuration section, add IP of your VLAN30 network IP as source address and assign the newly created policy. For example:

Lastly, exit rule configuration windows and place new rules above the default rule:

Best regards,


Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1604

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1605
by anonymous
Thank you for this.