Results 1 to 5 of 5
Hi
Can anybody could please help me to connect to the internet, I have no idea how to setup my network on slackware, for other distros I always used DCHP ...
- 02-19-2005 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 10
I finally installed Slackware 10.1 but now I have a problem
Hi
Can anybody could please help me to connect to the internet, I have no idea how to setup my network on slackware, for other distros I always used DCHP so I could automatically connect to the internet.
Thanks in advanced.
- 02-19-2005 #2
Try one of the following to configure your interface via DHCP:
One of these commands should be present on your system.Code:dhclient eth0 dhcpcd eth0 pump eth0
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 02-19-2005 #3Linux Newbie
- Join Date
- Jul 2004
- Location
- Oklahoma City, OK
- Posts
- 232
You need to run netconfig. Answer the questions(hostname, domaine and dhcp) and accept.
netconfig should have run during the post-install configuration. It is possible to by-pass it by mistake. Just boot, log in as root and run it again.OH NOOOOO!!!!!! You did it the way I said?
- 02-19-2005 #4Just Joined!
- Join Date
- Nov 2004
- Posts
- 10
Thank you very much for helping me , 1 more question
Ok,
First of all, thanks all you guys for helping meout , now I can bring up my network by usin {dhcpcd eth1} but is there a way for this to start Automatically when the computer starts, so I wont have be typing {dhcpcd eth1} every time I want to use the Internet.
Thank You.
- 02-19-2005 #5that should give you a lease on eth1 from dhcp, the default is usually eth0 which is probally why you're having problemsCode:
dhcpcd -d eth1


Reply With Quote
