LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-29-2013, 02:40 PM   #16
windstory
Member
 
Registered: Nov 2008
Posts: 489

Original Poster
Rep: Reputation: 36

lhietpas/

Rebooted, but no luck.

devnull1993/

There is a problem at "wget google.com".

Quote:
[root@localhost _work]# wget google.com
--2013-05-30 04:38:41-- http://google.com/
Resolving google.com... 74.125.235.163, 74.125.235.164, 74.125.235.165, ...
Connecting to google.com|74.125.235.163|:80... failed: Connection timed out.
Connecting to google.com|74.125.235.164|:80... failed: Connection timed out.
Connecting to google.com|74.125.235.165|:80... ^C
 
Old 05-29-2013, 02:55 PM   #17
windstory
Member
 
Registered: Nov 2008
Posts: 489

Original Poster
Rep: Reputation: 36
lhietpas/

Rebooted, but no luck.

devnull1993/

There is a problem at "wget google.com".

[root@localhost _work]# wget google.com
Quote:
--2013-05-30 04:38:41-- http://google.com/
Resolving google.com... 74.125.235.163, 74.125.235.164, 74.125.235.165, ...
Connecting to google.com|74.125.235.163|:80... failed: Connection timed out.
Connecting to google.com|74.125.235.164|:80... failed: Connection timed out.
Connecting to google.com|74.125.235.165|:80... ^C
 
Old 05-29-2013, 03:21 PM   #18
devnull1993
LQ Newbie
 
Registered: Jan 2013
Distribution: red hat, ubuntu
Posts: 10

Rep: Reputation: 2
-Check tracepath -n 74.125.235.165

1: 192.168.1.33 0.131ms pmtu 1500
1: 192.168.1.1 1.654ms
1: 192.168.1.1 1.518ms
2: 192.168.1.1 1.502ms pmtu 1492
2: 80.58.67.108 56.618ms
3: 80.58.87.53 69.683ms asymm 7
4: 80.58.76.173 67.763ms asymm 6
5: 80.58.77.213 63.239ms
6: 81.46.7.158 63.880ms
7: 84.16.11.49 66.939ms
8: 213.140.49.214 168.012ms asymm 6
9: 212.187.201.201 159.884ms asymm 12
10: no reply


Which is the last jump?
 
Old 05-29-2013, 04:01 PM   #19
windstory
Member
 
Registered: Nov 2008
Posts: 489

Original Poster
Rep: Reputation: 36
devnull1993/

The result is this.

Quote:
[root@localhost _work]# tracepath -n 74.125.235.165
1: 192.168.0.3 0.070ms pmtu 1500
1: no reply
2: no reply
3: no reply
4: no reply
5: no reply
6: no reply
7: no reply
8: no reply
9: no reply
10: no reply
11: no reply
12: no reply
13: no reply
14: no reply
15: no reply
16: no reply
17: no reply
18: no reply
19: no reply
20: no reply
21: no reply
22: no reply
23: no reply
24: no reply
25: no reply
26: no reply
27: no reply
28: no reply
^C
 
Old 05-30-2013, 01:07 AM   #20
devnull1993
LQ Newbie
 
Registered: Jan 2013
Distribution: red hat, ubuntu
Posts: 10

Rep: Reputation: 2
Please do a ping to your router.

$ ping 192.168.0.1
 
Old 05-30-2013, 02:31 AM   #21
windstory
Member
 
Registered: Nov 2008
Posts: 489

Original Poster
Rep: Reputation: 36
The result is

Quote:
[root@localhost _work]# ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=255 time=6.08 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=255 time=1.75 ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=255 time=0.811 ms
^C
--- 192.168.0.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2100ms
rtt min/avg/max/mdev = 0.811/2.882/6.084/2.296 ms
 
Old 05-30-2013, 02:38 AM   #22
devnull1993
LQ Newbie
 
Registered: Jan 2013
Distribution: red hat, ubuntu
Posts: 10

Rep: Reputation: 2
Please, try again
$ route -n

Who is 192.168.0.1? a host, a router?????
 
1 members found this post helpful.
Old 05-30-2013, 08:17 AM   #23
windstory
Member
 
Registered: Nov 2008
Posts: 489

Original Poster
Rep: Reputation: 36
"192.168.0.1" is router, and the result of "$ route -n" is.

Quote:
[root@localhost _work]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
 
Old 05-30-2013, 12:15 PM   #24
devnull1993
LQ Newbie
 
Registered: Jan 2013
Distribution: red hat, ubuntu
Posts: 10

Rep: Reputation: 2
Unhappy

It seems like your router is filtering ports, like 80, or your iptables is on, but I've read you turned it off. Are you sure iptables is down?

Please try with this webpage which responds to any port

http://portquiz.positon.org:80
http://portquiz.positon.org:8080
http://portquiz.positon.org:8081
http://portquiz.positon.org:8082
etc...

Do you have any host working with this router?

Have you tried to reboot the router?
 
Old 05-30-2013, 05:07 PM   #25
windstory
Member
 
Registered: Nov 2008
Posts: 489

Original Poster
Rep: Reputation: 36
About iptables,

Quote:
[root@localhost _work]# service iptables stop
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Unloading modules: [ OK ]
You have new mail in /var/spool/mail/root
[root@localhost _work]# chkconfig iptables off

There's no respond.
Yes I have a working host and rebooted this router.
 
Old 05-30-2013, 05:15 PM   #26
windstory
Member
 
Registered: Nov 2008
Posts: 489

Original Poster
Rep: Reputation: 36
devnull1993/

Appreciate foryour kindness.
After changing lan device slot, internet works.
 
Old 05-31-2013, 02:08 AM   #27
devnull1993
LQ Newbie
 
Registered: Jan 2013
Distribution: red hat, ubuntu
Posts: 10

Rep: Reputation: 2
¡Great news!

It was nice to meet you.
 
  


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
[SOLVED] can't connect to tightvncserver over internet..but can connect in LAN BHABANIPRASADPATI Linux Mint 5 06-14-2011 10:00 AM
Connect my netbook to wireless but it wont connect to the internet but it did . Haydn456MJW Linux - Newbie 7 01-26-2011 05:56 PM
Kubuntu - Can't connect to the internet, but can connect to the LAN KellyT Linux - Networking 1 11-12-2009 04:17 AM
Able to connect to default Gateway, Unable to connect to internet Dumb.Coder Linux - Newbie 11 04-14-2009 04:22 AM
connect to internet trough wireless others connect to me with lan Amir Menesy Linux - Wireless Networking 1 11-13-2007 08:28 PM

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

All times are GMT -5. The time now is 01:20 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