novice needs info on Roadrunner Linux setup

aniki

Senior member
Sep 4, 2000
538
0
0
I just installed Linux [SLACKWARE} using the Bigslack package. I want to connect to the internet through RoadRunner Cable modem. How do you do this? ALso I am not sure how to make Linux recognize my Dlink NIC.
 

ksdavis

Member
Jun 10, 2001
48
0
0
Well, I haven't done much in Linux, but I can offer the following general words of advice:

If your RoadRunner service is anything like mine (AT&T nee MediaOne) they probably use straight-up DHCP to lease you an IP based on your MAC (hardware Ethernet) address. So, if you install the DHCP client on your box and get it running, it should get an IP no-problem.

That said, I was never able to get DHCP working on my old SuSE 6.1, but I'm lame with Linux, so YMMV. :) One thing to consider: if you have tons of problems with your distribution and (even better) if you want to hook multiple systems up, buy a hardware router like the Linksys or Netgear and let it do the DHCP work, then give your Linux box a static IP via the router (assuming your router supports it) and let the router handle it with NAT.

Again, this is by no means the true Linux way to do things.

-- Kevin
 

mcveigh

Diamond Member
Dec 20, 2000
6,457
6
81
make sure dhcp is installed,
do "rpm -q dhcp"

dhcp is the client dhcpd is the server