Zoom 0335-A 27337 User Manual

Page of 44
20
ADSL Bridge Modem User’s Guide
SuSE
Depending on what you want to do, specify the appropriate
TCP/IP settings as shown in the tables below.
Dynamic IP Addressing
Edit the file /etc/rc.config, search for the variables
NETCONFIGNETDEV_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
Static IP Addressing
Add these lines to the file /etc/sysconfig/network/ifcfg-eth0,
setting them equal to the values provided to you by your
Internet service provider. Be sure each value—after the equal
sign—is enclosed in quotes.
     
BOOTPROTO=”static”
     
BROADCAST=
     
IPADDR=
     
NETMASK=
     
NETWORK=
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