Click to See Complete Forum and Search --> : Broken internet connection (was: Uhm, I think I stoopid.)


disdain
07-26-2005, 10:46 PM
:D Ok, I've googled the hell out of it, searched through countless forums and nothing. Maybe I'm just tired. Maybe that last twinkie and dr. pepper did something to my brain. Whatever the case, you'll either be annoyed or find this amusing. I brokt teh interweb.

Slackware 10.1
DSL, DHCP.
But NO CLUE how to get it all started.
I stole this from the router config page...
Login Type: DHCP
Internet IP Address: 192.168.0.2
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.0.1
Static DNS1: 192.168.0.1
Static DNS2: 205.171.3.65
Static DNS3: 0.0.0.0
And I think I put some of that info in /etc/rc.d/rc.inetd.conf or something.
But uh, ifconfig/route are pretty much blank and ping can't even resolve a host. Maybe I'm tired and am missing something...
Anyway, I'm sure you guys have done this so many times its second nature to you, but c'mon, help'ah'newb!

Thanks in advance guys!

soulestream
07-26-2005, 11:24 PM
this is going to get locked because of posting guidlines.


check your /etc/resolv.conf

you probaly have network just no DNS


soule

disdain
07-26-2005, 11:28 PM
Resolv.conf is empty.
It just says 'search owned'
and nothing else.

soulestream
07-27-2005, 12:24 AM
you need to change

search owned

to

search owned
nameserver ***.***.***.*** <- your DNS servers address.

soule

jumpedintothefire
07-27-2005, 12:57 AM
OK your isp is using dhcp, dhcp should set the resolv.conf file for you, so you need to start your dhcp client to get an ip.
Try:
/sbin/dhclient eth0
or:
/sbin/dhcpd eth0

How to get slackware to do that for you, I don't know, I'm not a slacker...
(I always wanted to use that line) Hope it helps....

Parcival
07-27-2005, 04:16 AM
I refrain from locking the thread for now because disdain is a first poster. However, in the future I will, so please read our posting guidelines first.

nuttron
07-27-2005, 12:22 PM
why not reconfigure your network with pkgtool ? ( Choose slackware scripts to run again)

soulestream
07-27-2005, 04:45 PM
1. what is the output of /sbin/ifconfig

2. Did you setup DHCP when you installed slackware

3. what is in /etc/rc.d/rc.inet1.conf


soule