Page 186 / 244
Scroll up to view Page 181 - 185
Appendix C Setting up Your Computer’s IP Address
NBG-416N User’s Guide
186
2
Select
Ethernet built-in
from the
Connect via
list.
Figure 117
Macintosh OS 8/9: TCP/IP
3
For dynamically assigned settings, select
Using DHCP Server
from the
Configure:
list.
4
For statically assigned settings, do the following:
• From the
Configure
box, select
Manually
.
• Type your IP address in the
IP Address
box.
• Type your subnet mask in the
Subnet mask
box.
• Type the IP address of your Prestige in the
Router address
box.
5
Close the
TCP/IP Control Panel
.
6
Click
Save
if prompted, to save changes to your configuration.
7
Turn on your Prestige and restart your computer (if prompted).
Verifying Settings
Check your TCP/IP properties in the
TCP/IP Control Panel
window.
Page 187 / 244
Appendix C Setting up Your Computer’s IP Address
NBG-416N User’s Guide
187
Macintosh OS X
1
Click the
Apple
menu, and click
System Preferences
to open the
System
Preferences
window.
Figure 118
Macintosh OS X: Apple Menu
2
Click
Network
in the icon bar.
• Select
Automatic
from the
Location
list.
• Select
Built-in Ethernet
from the
Show
list.
• Click the
TCP/IP
tab.
3
For dynamically assigned settings, select
Using DHCP
from the
Configure
list.
Figure 119
Macintosh OS X: Network
Page 188 / 244
Appendix C Setting up Your Computer’s IP Address
NBG-416N User’s Guide
188
4
For statically assigned settings, do the following:
• From the
Configure
box, select
Manually
.
• Type your IP address in the
IP Address
box.
• Type your subnet mask in the
Subnet mask
box.
• Type the IP address of your Prestige in the
Router address
box.
5
Click
Apply Now
and close the window.
6
Turn on your Prestige and restart your computer (if prompted).
Verifying Settings
Check your TCP/IP properties in the
Network
window.
Linux
This section shows you how to configure your computer’s TCP/IP settings in Red
Hat Linux 9.0. Procedure, screens and file location may vary depending on your
Linux distribution and release version.
Note: Make sure you are logged in as the root administrator.
Using the K Desktop Environment (KDE)
Follow the steps below to configure your computer IP address using the KDE.
1
Click the Red Hat button (located on the bottom left corner), select
System
Setting
and click
Network
.
Figure 120
Red Hat 9.0: KDE: Network Configuration: Devices
Page 189 / 244
Appendix C Setting up Your Computer’s IP Address
NBG-416N User’s Guide
189
2
Double-click on the profile of the network card you wish to configure. The
Ethernet Device General
screen displays as shown.
Figure 121
Red Hat 9.0: KDE: Ethernet Device: General
• If you have a dynamic IP address click
Automatically obtain IP address
settings with
and select
dhcp
from the drop down list.
• If you have a static IP address click
Statically set IP Addresses
and fill in
the
Address
,
Subnet mask
, and
Default Gateway Address
fields.
3
Click
OK
to save the changes and close the
Ethernet Device General
screen.
4
If you know your DNS server IP address(es), click the
DNS
tab in the
Network
Configuration
screen. Enter the DNS server information in the fields provided.
Figure 122
Red Hat 9.0: KDE: Network Configuration: DNS
Page 190 / 244
Appendix C Setting up Your Computer’s IP Address
NBG-416N User’s Guide
190
5
Click the
Devices
tab.
6
Click the
Activate
button to apply the changes. The following screen displays.
Click
Yes to save the changes in all screens.
Figure 123
Red Hat 9.0: KDE: Network Configuration: Activate
7
After the network card restart process is complete, make sure the
Status
is
Active
in the
Network Configuration
screen.
Using Configuration Files
Follow the steps below to edit the network configuration files and set your
computer IP address.
1
Assuming that you have only one network card on the computer, locate the
ifconfig-eth0
configuration file (where
eth0
is the name of the Ethernet card).
Open the configuration file with any plain text editor.
• If you have a dynamic IP address, enter
dhcp
in the
BOOTPROTO=
field. The
following figure shows an example.
Figure 124
Red Hat 9.0: Dynamic IP Address Setting in ifconfig-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp
USERCTL=no
PEERDNS=yes
TYPE=Ethernet