Virtual Private Networks (VPN)
NEMO
LR54 User Guide
578
n
If
Default route
is selected, the network interface that is used will be the same as
the default route.
n
If
Interface
is selected, specify the local network interface.
The default is
Default route
.
13. Click to expand
Local networks
.
a. For
Add Interface
, click
to add a local network to use as a virtual NEMO network
interface.
b. For
Interface
, select the local interface to use as a virtual NEMO network interface.
Generally, this will be the a Local Area Network (LAN).
c. (Optional) Repeat for additional interfaces.
14. Click
Apply
to save the configuration and apply the change.
Command line
1. Select the device in Remote Manager and click
Actions
>
Open Console
, or log into the LR54
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Add a NEMO tunnel. For example, to add a NEMO tunnel named
nemo_example
:
(config)> add vpn nemo nemo_example
(config vpn nemo nemo_example)>
The NEMO tunnel is enabled by default. To disable:
(config vpn nemo nemo_example)> enable false
(config vpn nemo nemo_example)>
4. Set the IPv4 address of the NEMO virtual network interface:
(config vpn nemo nemo_example)> home_address
IPv4_address
(config vpn nemo nemo_example)>
5. Set the IPv4 address of the NEMO home agent. This is provided by your cellular carrier.
(config vpn nemo nemo_example)> home_agent
IPv4_address
(config vpn nemo nemo_example)>
6. Set the key used to authenticate to the home agent. This is provided by your cellular carrier.
(config vpn nemo nemo_example)> key
value
(config vpn nemo nemo_example)>