LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   no ip configuration (https://www.linuxquestions.org/questions/linux-networking-3/no-ip-configuration-216490/)

halotop 08-11-2004 10:16 PM

no ip configuration
 
Fedora Core 2 was installed on my Pentium 4 yesterday and all appears to be well so far with one exception... cannot configure IP.... all sage advice will be greatly appreciated:

archdev 08-11-2004 11:03 PM

what does it spit out when you run /sbin/ifconfig

halotop 08-12-2004 12:04 PM

Thanks for answering me so quickly.. here's what pops up...

link encap local loopback
Inet addr: 127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 scope host
Up loop back running MTU:16436 Metric:1
Rx packets:3847 ...
Tx packets:3847 ...
collisions:0 txqueuelen:0
Rx bytes: 3265260(3.1Mb) Tx bytes: 3265260(3.1Mb)

archdev 08-12-2004 05:00 PM

I guess I would ask, what type of nic do you have, is it even recognized by fedora?

As root you can run
Code:

ifup eth0
to bring up an eth0, but if your network card isnt recognized then it aint gonna work.

what does
Code:

lsmod
spit out

benjin 08-12-2004 05:44 PM

I'm fighting a similar issue. the /sbin/ifup eth0 fails (it's trying to get DHCP at the moment, it comes up if I manually assign an IP).
/sbin/lsmod lists my NIC as via_rhine with a size of 20616 and being used by 0.

the /sbin/ifconfig results are too long to type into another computer :-) but they say that eth0 and lo are both running (I can ping the IPs on both but can't get the eth0 to accept dhcp or ping out to another device.)

Hopefully this is similar enough a problem where I can piggyback... I'd hate to barge in so let me know If I should make my own thread for this.

Thanks.

FOLLOWUP: I've gone ahead and opened my own thread on this... sorry for barging in.


All times are GMT -5. The time now is 08:00 AM.