LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Configuring Redhat to voilate the internet. (https://www.linuxquestions.org/questions/linux-networking-3/configuring-redhat-to-voilate-the-internet-112516/)

designthirsty 11-04-2003 11:23 PM

Configuring Redhat to violate the internet.
 
(tried this first on newbie board, but no answer. maybe i should have tried here first)


doooodz, what's up.

I'm new to linux, running redhat 7.3 with a Toshiba PCX2000 cable modem and a Cnet Pro200WL PCI Fast Ethernet card. I'm hyped to learn more about linux so first thing I need to do is get it online; so far to no avail.

I've manually edited the following files: ifcfg-eth0, resolve.conf, network, and since it's still not working I'm wondering if I need a driver specified in cfg-eth0. It currently only holds values for:

DEVICE
BOOTPROTO
IPADDR
NETMASK
GATEWAY
HOSTNAME
DOMAIN
ONBOOT

Should I have a line for a card driver? I don't have netconf or linuxconf installed, so should I have used either of these to edit the scripts? Surely I'll be asked to supply information that I'm leaving out. Just let me know what else I can tell you. I'll continue to search the net to figure it out myself, but your help is greatly appreciated.

Thanks!
Jeff

/bin/bash 11-04-2003 11:37 PM

You dont specify the driver in ifcfg-eth0. That should be in /etc/modules.conf
alias eth0 <driver>
You need to what driver the Cnet Pro200WL PCI Fast Ethernet card uses and put that where the <driver> is above. Then run modprobe <driver> and service network restart


All times are GMT -5. The time now is 01:41 AM.