LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-09-2007, 05:35 AM   #91
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148

No, they are not the right ones.

Start a MSDOS shell. Type "ipconfig /all". There you should see the DNS servers.
 
Old 03-09-2007, 05:39 AM   #92
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
So under my router's DHCP page it has.

Dynamic DHCP client List

Host Name / IP address / MAC address / expired time
Kazikan 192.168.0.102 blah blah blah blah blah
unknown 192.168.0.101 blah blah blah blah blah


The computer in question, has an unknown host name. I tested this by reseting the router, and when the conection came back up, i saw TWO unknowns, as soon as i did something on my laptop with the internet, the Kazikan (my laptop) name came back up. Where the other unknown wouldn't budge.
 
Old 03-09-2007, 05:42 AM   #93
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
Actually i was one step ahead of you on that one. I tried the MSDOS shell, (I read that whole link you sent me and tried finding the DNS servers off my laptops conection) I came up with

Code:
Default gate way.......192.168.0.1
DHCP server...........192.168.0.1
DNS servers ...........192.168.0.1

can you believe that??....It seems like it should be working...maybe we're over looking something simple??
 
Old 03-09-2007, 05:42 AM   #94
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
No, the page you listed is only about your internal network. It only shows that both computers are known to the router. The IP has to be something other than 192.168.x.x or 10.x.x.x that can only be used in a local network.
 
Old 03-09-2007, 05:46 AM   #95
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
Crazy. I think it's the way your router works -- then your automatically retrieved resolv.conf would have been right. And you are sure that with this setting you cannot surf any web site? IMHO this is more a problem with your router now if 192.168.0.1 is the dns server your windows box is using...
 
Old 03-09-2007, 05:47 AM   #96
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
wow....get this...if i run Xfce...i can see my network, and see my laptop, even access it, but i can't access any webpages or any internet based stuff.....
 
Old 03-09-2007, 05:48 AM   #97
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
.......................
 
Old 03-09-2007, 05:52 AM   #98
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
Hold to your router. I bet there is somewhere in its web frontend a page where you can see the dns nameservers it is using.

That you can see your local network is good. But the dsn resolving is the way to get you outside. Try to surf to 209.85.135.103 -- you will probably see www.google.com. The problem is probably just the name resolving.
 
Old 03-09-2007, 05:56 AM   #99
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
I FOUND THEM!!!!! (i think) Under device info, it shows WAN and it's showing an


Code:
IP address of 70.77.25.101
Subnetmask 255.255.254.0
Default gateway 70.77.24.1
DNS 64.59.168.13  64.59.168.15

What do you think?
 
Old 03-09-2007, 05:57 AM   #100
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
BINGO! Put them in resolv.conf. Maybe restart rc.inet1 and rc.inet2, maybe it even works without this step.
 
Old 03-09-2007, 05:58 AM   #101
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
put the DNS numbers in resolv.conf ? we're sooo close i don't want to mess it up... could you type out how you think it should look?

Last edited by Lypur; 03-09-2007 at 06:00 AM.
 
Old 03-09-2007, 06:02 AM   #102
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
# Generated by lypur for interface eth0
search ca.shawcable.net
nameserver 64.59.168.13
nameserver 64.59.168.15

if you still get no connection try to change ca.shawcable.net to another name, maybe "iwantnetnow".

Last edited by titopoquito; 03-09-2007 at 06:03 AM.
 
Old 03-09-2007, 06:04 AM   #103
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
omg...it's STILL not working
should i try a restart?
 
Old 03-09-2007, 06:05 AM   #104
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
You could do that. Although restarting rc.inet1 and rc.inet2 should be enough.
 
Old 03-09-2007, 06:08 AM   #105
Lypur
Member
 
Registered: Mar 2007
Location: Prince George , BC, Canada
Distribution: RIght now, it's Slackware 11.0
Posts: 68

Original Poster
Rep: Reputation: 15
yea, i tried that...maybe i'll just try restarting inet1...unless you've got any other ideas? were you actually serious about changing it to "iwantnetnow"
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
1st timer, preparing to install mandrake 10 canetoad Linux - Newbie 1 11-13-2004 05:28 PM
Preparing for Install eggoz Linux - Software 3 09-06-2004 04:48 PM
Preparing a system to dual boot Slackware 9.1 and Windows 98 keldivac Linux - Newbie 1 04-14-2004 06:27 PM
Preparing foir the Slackware 9.1 Install AceTech747 Slackware 12 01-30-2004 08:07 PM
Preparing for Linux install dbr1066 Linux - Newbie 7 12-18-2002 03:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration