Changes

no edit summary
Line 35: Line 35:  
[[File:Networking rutxxx zerotier client and server v1.jpg|border|class=tlt-border|1000px]]</li>
 
[[File:Networking rutxxx zerotier client and server v1.jpg|border|class=tlt-border|1000px]]</li>
 
----
 
----
     <li>For this we first will need to take the VPN servers (Router1) managed IP and input it into our Managed Routes on our Zerotier network so that all connected devices which want to use the VPN service will know where our VPN server is and save the configuration:<br>[[File:Networking rutxxx configuration zerotier route v1.jpg|border|class=tlt-border|1000px]]</li>
+
     <li>For this we first will need to take the VPN servers (Router1) managed IP and input it into our Managed Routes on our Zerotier network so that all connected devices which want to use the VPN service will know where our VPN server is and save the configuration:<br>[[File:Networking rutxxx configuration zerotier route v2.jpg|border|class=tlt-border|1000px]]
 +
</li>
 
----
 
----
 +
    <li>And now we can confirm client (Router 2) obtaining the server IP address on a console or the CLI on the Service tab with the “curl ifconfig.co” command.<br>
 +
Before:
 +
<pre>root@Teltonika-RUT950:~# curl ifconfig.co
 +
12.12.12.12
 +
</pre>
 +
After:
 +
<pre>root@Teltonika-RUT950:~# curl ifconfig.co
 +
31.31.31.31
 +
</pre>
 +
    </li>
 +
</ol>