Debian

Depending on what you want to do, specify the appropriate TCP/IP settings as shown in the tables below.

Dynamic IP Addressing

Add this line to the file /etc/network/interfaces:

iface eth0 inet dhcp

Reboot with this command: /sbin/shutdown -r now

Static IP Addressing

Add the following lines to the file /etc/network/interfaces, but include the values for address, netmask, and gateway provided by your Internet service provider next to the appropriate label:

iface eth0 inet static address netmask gateway

Add the following lines to the file /etc/resolv.config, but include the values for address, netmask, gateway, and dnc- nameservers provided by your Internet service provider next to the appropriate label:

iface eth0 inet static address netmask gateway dns-nameservers

Reboot with this command: /sbin/shutdown -r now

Logging into the Zoom Configuration Manager

Add these lines to the file /etc/sysconfig/network/ifcfg-eth0:

BOOTPROTO=”static”

BROADCAST=”10.0.0.255”

IPADDR=”10.0.0.10”

NETMASK=”255.255.255.0”

NETWORK=”10.0.0.2”

(Note that for IPADDR, you can enter any value between 10.0.0.4 and 10.0.0.20.)

Reboot with this command: /sbin/shutdown -r now

Chapter 3: Specifying TCP/IP Settings

21