beautypg.com

For mac os 7.6.1 - 9.2.2, Linux tcp/ip settings, For redhat – Zoom X5V User Manual

Page 70: For suse

background image

70

ADSL

X5v

User’s Guide

For Mac OS 7.6.1 - 9.2.2
1

1

1

1

From the Apple menu, choose Control Panels and then
TCP/IP to display the TCP/IP Window.

2

2

2

2

Under Connect via:, select Ethernet built-in.
Under Configure:, select Using DHCP Server.
Do not enter anything in the DHCP Client ID field.

3

3

3

3

Close the TCP/IP Window. You will be asked if you want to
save the changes. Click Save.

4

4

4

4

Now return to Configuring ADSL on page 11.

Linux TCP/IP Settings

The instructions for setting up boot-time DHCP vary dramatically
by distribution, so you may want to refer to your particular

version’s documentation.

Note: If you have more than one network card installed, you will

need to pick distinct Ethernet identifiers for each (eth0,

eth1, eth2, etc.). If you select an identifier other than eth0
for your ADSL modem, use that identifier throughout.

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"