Zoom Zoom V3 Network Router User Manual


 
70 Zoom V3 User’s Guide
For RedHat
Edit or create
/etc/sysconfig/network-scripts/ifcfg-eth0
so
that it contains the following three lines:
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp
For SuSE
Edit the file
/etc/rc.config
; search for the variables
NETCONFIG, NETDEV_0,
and
IFCONFIG_0.
Set them as follows (see the instructions in
rc.config
):
NETCONFIG="_0"
NETDEV_0="eth0"
IFCONFIG_0="dhcpclient"
Reboot with this command:
/sbin/shutdown -r now
.
For Debian
Add this line to the file
/etc/network/interfaces: iface eth0 inet
dhcp
. Reboot with this command:
/sbin/shutdown -r now
.
Now return to
Configuring Your V3
on page 14.