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.
|
|
01-01-2003, 07:00 PM
|
#1
|
LQ Newbie
Registered: Jan 2003
Posts: 6
Rep:
|
redhat network configuration
I've just installed redhat linux version 8.0 on an old hp vectra to learn how to use linux. Due to the fact this is a learning process, I'm having trouble getting networking figured out. The machine has an smc 8013epc network card, which requires the wd.o module. I need to know how to load this module and how to configure the computer so it will play nicely on my network, which uses dhcp. So far, i've tried running modprobe wd but I still can't ping my router. Any help is appreciated.
|
|
|
01-01-2003, 11:01 PM
|
#2
|
Member
Registered: Jun 2002
Posts: 411
Rep:
|
step 1. open a terminal as root and type:
lsmod [return] (make sure that your module loaded)
step 2. if it did, type:
netconfig [return] (and select dhcp)
step 3. type
dhcpcd -k [return] (to end your lease; shouldn't need this but just in case ...)
step 4. type
dhcpcd -n [return]
step 5. ifconfig -a (check to make sure you got your new IP OK)
|
|
|
01-02-2003, 05:59 PM
|
#3
|
LQ Newbie
Registered: Jan 2003
Posts: 6
Original Poster
Rep:
|
command not found
I got to the dhcpcd step in your instructions, and I received "command not found" after pressing enter. I ran a slim install on this computer as it only has a 1gb hard drive is it possible this tool was not included in the install?
-thanks for you help
|
|
|
01-02-2003, 06:01 PM
|
#4
|
Member
Registered: Aug 2001
Location: Kingsport, TN
Distribution: RHEL & FC
Posts: 267
Rep:
|
It's in this package:
# rpm -qf /sbin/dhcpcd
dhcpcd-1.3.22pl1-7
So do a "rpm -qa | grep -i dhcp" to see if you have that package installed. I'ts probably not very large, install it if it's not there...
|
|
|
01-02-2003, 06:10 PM
|
#5
|
LQ Newbie
Registered: Jan 2003
Posts: 6
Original Poster
Rep:
|
working...
Thanks for your help on that, I'm off to find a cdrom to put into the computer so I can get the rpm of the cd. I will keep the forum up on whether or not this succeeds.
-thanks again
|
|
|
01-02-2003, 08:16 PM
|
#6
|
LQ Newbie
Registered: Jan 2003
Posts: 6
Original Poster
Rep:
|
it works! thanks all
After some investigative work and a little thinking, I found the dhclient package, installed, and now the thing works like a champ. Thanks to everyone for your help, it's renewed my hope in linux.
|
|
|
All times are GMT -5. The time now is 09:29 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
|
|