StarTech.com ECS0016 Manuel D’Utilisation

Page de 140
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