LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-28-2003, 03:07 PM   #1
zaphanol
Member
 
Registered: Jul 2003
Location: Central Illinois, USA
Distribution: Red Hat Linux 9
Posts: 92

Rep: Reputation: 15
Exclamation Internet doesn't work!


Ok...I have had no problems with linux until now! I need help being able to be on the internet again. I don't use Dial-Up, I use DSL. and I am pluged into the router. ERRR!!!

 
Old 07-28-2003, 03:12 PM   #2
zaphanol
Member
 
Registered: Jul 2003
Location: Central Illinois, USA
Distribution: Red Hat Linux 9
Posts: 92

Original Poster
Rep: Reputation: 15
Oh....I forgot...i can ping other computers on the network, it's just the internet not working!
 
Old 07-28-2003, 03:19 PM   #3
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Post the results of:
ping www.linuxquestions.org
ping 64.179.4.146
 
Old 07-28-2003, 03:48 PM   #4
zaphanol
Member
 
Registered: Jul 2003
Location: Central Illinois, USA
Distribution: Red Hat Linux 9
Posts: 92

Original Poster
Rep: Reputation: 15
i cant ping any websites! just local computers on my network
 
Old 07-28-2003, 03:49 PM   #5
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Did you try the commands?

Post the output of:
route -n
 
Old 07-28-2003, 03:59 PM   #6
zaphanol
Member
 
Registered: Jul 2003
Location: Central Illinois, USA
Distribution: Red Hat Linux 9
Posts: 92

Original Poster
Rep: Reputation: 15
it says "command not found".
 
Old 07-28-2003, 04:00 PM   #7
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Does "it"
 
Old 07-28-2003, 04:09 PM   #8
zaphanol
Member
 
Registered: Jul 2003
Location: Central Illinois, USA
Distribution: Red Hat Linux 9
Posts: 92

Original Poster
Rep: Reputation: 15
i go to command prompt and i type that in and it says command not found...
 
Old 07-28-2003, 04:15 PM   #9
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Login as root then try:
/bin/ping www.linuxquestions.org
/bin/ping 64.179.4.146
/sbin/route -n
 
Old 07-28-2003, 06:08 PM   #10
zaphanol
Member
 
Registered: Jul 2003
Location: Central Illinois, USA
Distribution: Red Hat Linux 9
Posts: 92

Original Poster
Rep: Reputation: 15
ok...i signed in as root and i did /bin/ping www.linuxquestions.org and it said Destination Host Unreachable. then i did /bin/ping 64.179.4.146 and it said the same thing. then i did /sbin/route -n. and it brought up alot of stuff.

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0
0.0.0.0 192.168.1.104 0.0.0.0 UG 0 0 0

___________________________________________________
More Info
___________________________________________________
It says my DNS is 192.168.1.104 but it should be the router (192.168.1.1). I don't know how to change it.

It's all clear as mud to me...
 
Old 07-28-2003, 06:08 PM   #11
zaphanol
Member
 
Registered: Jul 2003
Location: Central Illinois, USA
Distribution: Red Hat Linux 9
Posts: 92

Original Poster
Rep: Reputation: 15
sorry if that isn't clear tp read.... i tried my best and if you need me to email it to you just tell me and i will
 
Old 07-29-2003, 03:08 AM   #12
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
What machine on your network is:
192.168.1.104

That is set as your sedault gateway. Try:
route del default
route add default gw 192.168.1.1

To change your dns settings edit:
/etc/resolv.conf
 
Old 07-29-2003, 03:49 AM   #13
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
A part of this thread flows in this other thread...

http://www.linuxquestions.org/questi...482#post397482

can one be terminated?
 
Old 07-29-2003, 10:14 AM   #14
zaphanol
Member
 
Registered: Jul 2003
Location: Central Illinois, USA
Distribution: Red Hat Linux 9
Posts: 92

Original Poster
Rep: Reputation: 15
none of them can be terminated...
 
Old 07-29-2003, 10:27 AM   #15
Looking_Lost
Senior Member
 
Registered: Apr 2003
Location: Eire
Distribution: Slackware 12.0, OpenSuse 10.3
Posts: 1,120

Rep: Reputation: 45
Will is it working now Terminator ?

I take it this particular comp is the only one that can't connect to the internet?

If it's got a static IP edit the file

/etc/sysconfig/network

and change the gateway to
192.168.1.1

restart the network

/etc/init.d/network restart


Said wrong file first time

Last edited by Looking_Lost; 07-29-2003 at 10:32 AM.
 
  


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
internet doesn't work well furiousV Linux - Newbie 36 08-02-2005 05:49 PM
Getting my internet to work...? linux_dejan Linux - Networking 3 03-05-2004 01:48 PM
why won't the internet work? jimthing2001 Linux - Newbie 5 01-06-2004 05:40 PM
internet does not work gorek Linux - Networking 1 12-11-2003 09:30 AM
Internet won't work Muze Linux - General 4 09-25-2003 09:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:34 PM.

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