Tripp Lite 93-2879 User Manual

Page 157

Advertising
background image

_____________________________________________________________________

B096-016 B096-048 and B092-016 User Manual

Page 157

IP Address:

192.168.1.100

Primary DNS:

192.168.1.254

Secondary DNS:

10.1.0.254

You would need to issue the following commands from the command line:

# /bin/config --set=config.interfaces.wan.mode=static
# /bin/config --set=config.interfaces.wan.address=192.168.1.100
# /bin/config --set=config.interfaces.wan.netmask=255.255.255.0
# /bin/config --set=config.interfaces.wan.gateway=192.168.1.1
# /bin/config --set=config.interfaces.wan.dns1=192.168.1.254
# /bin/config --set=config.interfaces.wan.dns2=10.1.0.254

The following command will synchronize the live system with the new configuration.

# /bin/config –-run=ipconfig

Dial-in Configuration

To enable dial-in access on the DB9 serial port from the command line with the following
attributes:

Local IP Address

172.24.1.1

Remote IP Address

172.24.1.2

Authentication Type:

MSCHAPv2

Serial Port Baud Rate:

115200

Serial Port Flow Control:

Hardware

Custom Modem Initialization:

ATQ0V1H0

You would need to issue the following commands from the command line to set system
configuration:

# /bin/config –-set=config.console.ppp.localip=172.24.1.1

# /bin/config –-set=config.console.ppp.remoteip=172.24.1.2

# /bin/config –-set=config.console.ppp.auth=MSCHAPv2

# /bin/config –-set=config.console.ppp.enabled=on

# /bin/config –-set=config.console.speed=115200

Advertising