LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RH 9 NIC trouble (https://www.linuxquestions.org/questions/linux-newbie-8/rh-9-nic-trouble-251501/)

Lostin Linux 99 11-05-2004 11:07 AM

RH 9 NIC trouble
 
RH9 - Non GUI - Firewall Box
I have a nic problem. One of two identical cards cannot be activated. It shows up in the network status as configured. I am not sure if it is card / driver / slot related.
Physically removing the cards still leaves the configuration info in the system.
What is the best way to troubleshoot and will removing the configuration info help?

michaelk 11-06-2004 08:51 AM

So which NIC is not being activated, internal or external?
What type of broadband service do you have, DSL, cable etc...?
Do you have a dynamic or static external IP address?

Post the contents of /etc/modules.conf file
Does it show an alias for eth0 and eth1?

Does the output of ifconfig show something for both eth0 and eth1? Try manually configuring an IP address.
ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up

Replace eth0 with eth1 if that is the misbehaving interface.


All times are GMT -5. The time now is 09:18 PM.