Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-24-2003, 09:40 PM
|
#1
|
LQ Newbie
Registered: Jul 2003
Location: MN
Distribution: Red Hat 7.0
Posts: 9
Rep:
|
NIC configuration probs plz help!
I have been trying forever to configure my network card so I can use dhcp. Linux can detect my nic which is a 3com 3c905x beowulf card. But it seems to have trouble detecting the irq. On my windows partition it claims that my nic runs on irq 10. Is there anyway I can manually configure my nic so that it is on irq 10?
I am running RH 7 and I have been using the module 3c59x to try and configure it. When I run ifup eth0 it gives me a message saying it could not assign an ip addy to the nic. Then my machine freezes. Please if anyone has any info to help me I really need it!
thanks
|
|
|
07-25-2003, 11:03 AM
|
#2
|
Member
Registered: Apr 2003
Location: Juneau, Alaska
Posts: 251
Rep:
|
Check the file /etc/sysconfig/network-scripts/ifconfig-eth0
You probably need lines like:
BOOTPROTO=DHCP (I'm not sure if this is case sensitive after the "=")
and
IPADDR= (to allow DHCP to assign the address.
Then do:
ifdown eth0
ifup eth0
ifconfig -a
and check it out.
Let me know if it works.
|
|
|
07-26-2003, 12:24 AM
|
#3
|
LQ Newbie
Registered: Jul 2003
Location: MN
Distribution: Red Hat 7.0
Posts: 9
Original Poster
Rep:
|
thanks camel but.....
I did add
Device=eth0
onboot=yes
bootproto=dhcp
but what do I type for the Ipaddr= ? Do I type 192.168.0.2?
|
|
|
07-26-2003, 12:28 AM
|
#4
|
Senior Member
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791
Rep:
|
if you want to assign a static address,
bootproto=static
ipaddr=192.168...
|
|
|
07-26-2003, 12:33 AM
|
#5
|
LQ Newbie
Registered: Jul 2003
Location: MN
Distribution: Red Hat 7.0
Posts: 9
Original Poster
Rep:
|
addition info
oh I should also tell you taht I have a compaq computer and I think maybe there is a bios conflict. I tried adding compaq_io=0x2800 and compaq_irq=10 under the mod config file and that didn't seem to do anything either. When I run ifconfig eth0 192.168.0.2 it tells me that the resource is temporarily unavalible. Grr I am so confused. I dunno what to do.
|
|
|
07-26-2003, 07:05 PM
|
#6
|
LQ Newbie
Registered: Jul 2003
Location: MN
Distribution: Red Hat 7.0
Posts: 9
Original Poster
Rep:
|
dhcp
No I don't want a static IP because I want to eventually hook my linux box up to share DSL with my Windows XP machine. Is there any other suggestions of what I can try? It keeps trying to assign the Nic an Irq of zero and I dunno how to fix that either. Help...this is sooo frusterating.
|
|
|
All times are GMT -5. The time now is 06:54 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|