Changes

1,644 bytes added ,  18:33, 12 December 2022
m
no edit summary
Line 140: Line 140:  
     <li>Since this configuration concerns port 80, the default HTTP port, configuring it like this would eliminate WebUI access to the Teltonika device over the ZeroTier network. To maintain that access, consider using a different external port:<br>[[File:Zerotier_configuration_14.png|border|class=tlt-border]]</li>
 
     <li>Since this configuration concerns port 80, the default HTTP port, configuring it like this would eliminate WebUI access to the Teltonika device over the ZeroTier network. To maintain that access, consider using a different external port:<br>[[File:Zerotier_configuration_14.png|border|class=tlt-border]]</li>
 
</ul>
 
</ul>
 +
 +
==Bridge Cinfiguration==
 +
 +
ZeroTier bridge configuration will allow 2 (or more) LAN's in the same Zerotier network to be interconnected. For this example we will use two RUTX routers. Both of these router should already have ZeroTier package installed and connected to the ZeroTier Portal.
 +
 +
===First router===
 +
----
 +
 +
Additional changes that needs to be performed for the first router is having ZeroTier interface name added to the LAN configuration:
 +
 +
*Find out the ZeroTier interface name by executing the following command in the CLI:
 +
<pre>
 +
ip addr | grep zt
 +
</pre>
 +
*Navigate to Network → Interfaces → LAN → Physical settings → Interface and add the ZeroTier interface name we found out in the previous step.
 +
*Save & Apply settings
 +
 +
===Second Router===
 +
----
 +
 +
*Navigate to Network → Interfaces → LAN → Physical settings → Interface and add the ZeroTier interface name we found out in the previous step.
 +
*Navigate to Network → Interfaces → LAN → General settings and change the IPv4 address to an IP that is in the same subnet as the first router (We will use 192.168.1.2 for this example)
 +
*Navigate to Network → Interfaces → LAN → DHCP Server and Disable DHCP server option
 +
*Save & Apply settings
 +
 +
===ZeroTier Portal===
 +
----
 +
 +
*Open your ZeroTier Portal (https://my.zerotier.com/) and navigate to your ZeroTier Network.
 +
*Scroll down to Members and enable "Allow Ethernet Bridging" option on both devices
 +
 +
If everything was done correctly, you should be able to ping devices connected to separate routers. Let us test this by pinging a laptop connected to the second router from a laptop connected to the first router:

Navigation menu