User guide

Chapter 5. Command Line Interface Reference 203
REMOTE SETMGMTIPADDR
This command assigns to the remote router entry an IP address which is to be used for management purposes only
and not for IP address translation. This management IP address is generally a private network address used solely
by the ISP.
The management IP address is separate from the IP address used for IP address translation. The IP address used
for address translation is generally a public IP address valid on the Internet. It is set by the remote setSrcIpAddr
command (page 206).
Note: The management address is not effective until after the next save and reboot.
Note: To use the management address as the source address for a ping, you must specify it using the -I option on
the ping command (page 141). For example, to use management address 192.168.1.2 when pinging destination
address 192.168.100.100, specify:
ping -I 192.168.1.2 192.168.100.100
Note: To use the management address as the source address for a copy, you must specify both the source and
destination addresses on the copy command (page 146).
To list the current management address for the remote router, if any, use the remote list command (page 195). To
set a management address for an Ethernet interface, see eth ip mgmt (page 176).
ipaddr IP address (4 decimals separated by periods).
mask IP subnet mask (4 decimals separated by periods).
remoteName Name of the remote router (character string).
Example:
remote setMgmtIpAddr 10.0.0.3 255.255.255.0 internet
REMOTE SETOURPASSWD
Sets a unique CHAP or PAP authentication password for the local router that is used for authentication when the
local router connects to the specified remote router. This password overrides the password set in the system
passwd command. A common use is to set a password assigned to you by Internet Service Providers.
remote setLNS <TunnelName><remoteName>
remote setMgmtIpAddr <ipaddr> <mask> <remoteName>
remote setOurPasswd <password> <remoteName>
password Authentication password of the local router for use in connecting to the remote router.
Note: The password is case-sensitive.
remoteName Name of the remote router (character string).