LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   questions setting up a nic oh rh8 (https://www.linuxquestions.org/questions/linux-newbie-8/questions-setting-up-a-nic-oh-rh8-92161/)

absolutal 09-12-2003 07:23 PM

questions setting up a nic on rh8
 
hey guys, i dont have access to using gnome (which is the only wqay i know how to do this) but currently i have my nic setup for a static ip and all that info, and i just moved the box back home to my cable modem/router.. how do i change the settings of my nic so i can update what kind of interet settings are needed?

Mathieu 09-12-2003 07:34 PM

You can use the GUI tool.
In the Menu, System Settings -> Network
Or type: redhat-config-xfree86

Cable Modem... does that mean you want to set it up with DHCP ?
If yes, you can edit /etc/sysconfig/network-scripts/ifcfg-eth0
Code:

DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes



All times are GMT -5. The time now is 09:50 AM.