Changes

no edit summary
Line 72: Line 72:     
----
 
----
 +
===EoIP configuration===
 +
 +
On the same CLI page we will execute additional UCI commands to configure, execute these commands each one at a time(keep in mind that each command has to be executed in the order that has been provided below):
 +
 +
''uci add eoip eoip''
 +
 +
''uci set eoip.@eoip[-1].enabled=1''
 +
 +
''uci set eoip.@eoip[-1].name=0''
 +
 +
''uci set eoip.@eoip[-1].idtun=123''
 +
 +
''uci set eoip.@eoip[-1].dst=10.0.0.1''
 +
 +
''uci set eoip.@eoip[-1].dynamic=1''
 +
 +
''uci commit eoip''
 +
 +
 +
After that execute the command to start the EoIP service and check the status of it to confirm it is running with these commands:
 +
 +
/etc/init.d/eoip start
 +
 +
/etc/init.d/eoip status
 +
 +
The results of all of those commands should look similar to:
 +
 +
[[File:Networking rutxxx configuration examples eoip v1.png|border|class=tlt-border]]
 +
 +
----
 +
 +
===Bridging the EoIP to LAN===
 +
 +
Last step for Teltonika device is to bridge LAN interface with EoIP interface and changing the LAN interface to the DHCP Client, so the LAN would receive the IP from MikroTik device.

Navigation menu