Instruction manual – StarTech.com CONYX ECS0016 User Manual
Page 103
![background image](/manuals/140761/103/background.png)
Instruction Manual
96
IP Configuration - Static
To set static configuration on the LAN interface with the following at-
tributes (denoted in bolded text), you would need to issue the following
commands from the command lines (denoted by italicized text):
Disable DHCP:
# /bin/config –-set=config.interfaces.eth0.mode=static
IP Address: 192.168.1.100
# /bin/config –-set=config.interfaces.eth0.address=192.168.1.100
Network Mask: 255.255.255.0
# /bin/config –-set=config.interfaces.eth0.netmask=255.255.255.0
Default Gateway: 192.168.1.1
# /bin/config –-set=config.interfaces.eth0.gateway=192.168.1.1
Primary DNS: 192.168.1.254
# /bin/config –-set=config.interfaces.eth0.dns1=192.168.1.254
Secondary DNS: 10.1.0.254
# /bin/config –-set=config.interfaces.eth0.dns2=10.1.0.254