Virtual Private Networks (VPN)
NEMO
IX20 User Guide
354
Format:
any
dynamic_routes
edge
external
internal
ipsec
loopback
setup
Current value:
(config vpn nemo nemo_example)> zone
11. Configure the Care-of-Address, the local WAN interface of the internet facing network.
a. Set the method to determine the Care-of-Address:
(config vpn nemo nemo_example)> coaddress type
value
(config vpn nemo nemo_example)>
where
value
is one of:
n
defaultroute
: Uses the same network interface as the default route.
n
interface
If
interface
is used, set the interface:
i. Use the
?
to determine available interfaces:
(config vpn nemo nemo_example)> coaddress interface ?
Interface: Use the IP address of this network interface as
this node's Care-of-Address.
Format:
defaultip
defaultlinklocal
eth1
eth2
loopback
Current value:
(config vpn nemo nemo_example)> coaddress interface
ii. Set the interface. For example:
(config vpn nemo nemo_example)> coaddress interface eth1
(config vpn nemo nemo_example)>
n
ip
If
ip
is used, set the IP address:
(config vpn nemo nemo_example)> coaddress address
IP_address
(config vpn nemo nemo_example)>
The default is
defaultroute
.