Tripp Lite 93-2879 Server User Manual


 
_____________________________________________________________________
B096-016 B096-048 and B092-016 User Manual Page 156
Time Zone
To change the system time zone USA to Eastern Standard Time, you need to issue the following
commands:
# /bin/config –-set=config.system.timezone=US/Eastern
The following command will synchronize the live system with the new configuration.
# /bin/config –-run=time
14.4 Network Configuration
IP Configuration
Please note that supported interface modes are 'dhcp' and 'static':
DHCP
To enable a DHCP client on the primary Network interface (eth0) from the Console Server
command line:
# /bin/config --set=config.interfaces.wan.mode=dhcp
The following command will then synchronize the live system with the new configuration.
# /bin/config –-run=ipconfig
Note: “/bin/config” commands can be combined into one command, for convenience.
Please note that supported interface modes are 'dhcp' and 'static'.
Static
To set static configuration on the primary Network interface with the following attributes:
IP Address: 192.168.1.100
Network Mask: 255.255.255.0
Default Gateway: 192.168.1.1