LinuxQuestions.org
Visit Jeremy's Blog.
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 03-31-2009, 11:52 AM   #1
kipoda
LQ Newbie
 
Registered: Mar 2009
Location: Israel
Distribution: Ubuntu 9.10
Posts: 15

Rep: Reputation: 0
Unhappy cannot reach the internet (probably ipv6 problem)


hi,

I'm running Debian Lenny on a Dell Latitude E6400.

Yesterday I was not able to reach the internet as a whole, but after configuring about:config in the mozilla and setting ipv6 to false this was fixed.

Now I would be very much happy if I was able to reach the web using all other networking apps I have/need (such as synaptic, pidgin etc.)

I've read a huge amount of threads and articles about how to disable ipv6 on Lenny, and non of the following helped:

1 - adding:
# alias net-pf-10 ipv6
alias net-pf-10 ipv6 off
alias net-pf-10 off
alias ipv6 off

to:
/etc/modprobe.d/aliases
result - no good


2 - adding:
#disable IPv6
blacklist ipv6

to:
/etc/modprobe.d/blacklist
result - no good


3 - adding:
alias net-pf-10 off
alias ipv6 off

to:
/etc/modprobe.d/00local
result - no good


an ideas?
I really need the internet to work, and I'm kinda clueless as to what to do next...
 
Old 03-31-2009, 11:57 AM   #2
mbostwick
Member
 
Registered: Feb 2009
Location: Where ever life takes me
Distribution: gentoo,opensuse,ubuntu, arch
Posts: 110

Rep: Reputation: 18
Can you issue the following commands and paste your results:
ping google.com
traceroute google.com
ping 209.85.225.99
wget google.com(you can remove the file)
sudo /sbin/ifconfig
 
Old 03-31-2009, 12:00 PM   #3
pentode
Member
 
Registered: Dec 2005
Location: Oregon
Distribution: Debian Testing
Posts: 488

Rep: Reputation: 38
I've never disabled IPv6 and I have no problems accessing Internet sites, so I'm not sure this is your only problem, if it is a problem at all.

Did you try stopping and restarting networking after making these changes?
 
Old 03-31-2009, 12:18 PM   #4
kipoda
LQ Newbie
 
Registered: Mar 2009
Location: Israel
Distribution: Ubuntu 9.10
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by mbostwick View Post
Can you issue the following commands and paste your results:
ping google.com
traceroute google.com
ping 209.85.225.99
wget google.com(you can remove the file)
sudo /sbin/ifconfig
debian:/home/kipoda# ping google.com
PING google.com (74.125.45.100) 56(84) bytes of data.
64 bytes from google.com (74.125.45.100): icmp_seq=1 ttl=243 time=178 ms
64 bytes from google.com (74.125.45.100): icmp_seq=2 ttl=243 time=177 ms
64 bytes from google.com (74.125.45.100): icmp_seq=3 ttl=243 time=181 ms
64 bytes from google.com (74.125.45.100): icmp_seq=4 ttl=243 time=177 ms
^C
--- google.com ping statistics ---
5 packets transmitted, 4 received, 20% packet loss, time 4017ms
rtt min/avg/max/mdev = 177.291/178.838/181.636/1.709 ms


debian:/home/kipoda# traceroute google.com
traceroute to google.com (74.125.45.100), 30 hops max, 40 byte packets
1 login.router (10.0.0.138) 1.014 ms 3.613 ms 3.604 ms
2 bk6 (212.29.206.49) 14.281 ms 17.369 ms 25.195 ms
3 vl202.coresw2.ptk.nv.net.il (212.143.229.254) 25.199 ms 28.035 ms 32.954 ms
4 ge0 (212.143.12.214) 36.634 ms ge2-0.gw1.ptk.nv.net.il (212.143.10.209) 40.171 ms 44.206 ms
5 pos1 (212.143.12.5) 118.647 ms 122.004 ms *
6 * 195.66.224.125 (195.66.224.125) 122.600 ms 125.914 ms
7 * 209.85.252.42 (209.85.252.42) 124.263 ms *
8 216.239.43.192 (216.239.43.192) 175.492 ms 179.129 ms 191.831 ms
9 216.239.43.113 (216.239.43.113) 218.638 ms 189.927 ms 157.406 ms
10 209.85.251.9 (209.85.251.9) 183.158 ms 178.987 ms 182.196 ms
11 72.14.232.213 (72.14.232.213) 176.180 ms 176.320 ms 72.14.232.215 (72.14.232.215) 171.553 ms
12 209.85.253.145 (209.85.253.145) 187.587 ms 209.85.253.141 (209.85.253.141) 182.740 ms 188.790 ms
13 google.com (74.125.45.100) 179.544 ms 178.029 ms 179.803 ms



debian:/home/kipoda# ping 209.85.225.99
PING 209.85.225.99 (209.85.225.99) 56(84) bytes of data.
64 bytes from 209.85.225.99: icmp_seq=1 ttl=242 time=193 ms
64 bytes from 209.85.225.99: icmp_seq=3 ttl=242 time=187 ms
64 bytes from 209.85.225.99: icmp_seq=4 ttl=242 time=192 ms
64 bytes from 209.85.225.99: icmp_seq=5 ttl=242 time=188 ms
^C
--- 209.85.225.99 ping statistics ---
5 packets transmitted, 4 received, 20% packet loss, time 4032ms
rtt min/avg/max/mdev = 187.453/190.372/193.083/2.379 ms


debian:/home/kipoda# wget google.com
--2009-03-31 20:07:17-- http://google.com/
Resolving google.com... 1.0.0.0
Connecting to google.com|1.0.0.0|:80... failed: Connection timed out.
Retrying.

--2009-03-31 20:10:27-- (try: 2) http://google.com/
Connecting to google.com|1.0.0.0|:80... failed: Connection timed out.
Retrying.

--2009-03-31 20:13:38-- (try: 3) http://google.com/
Connecting to google.com|1.0.0.0|:80... ^C


debian:/home/kipoda# ifconfig
eth0 Link encap:Ethernet HWaddr 00:21:70:a5:6d:ad
inet addr:10.0.0.5 Bcast:10.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12475 errors:0 dropped:0 overruns:0 frame:0
TX packets:13431 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:10890794 (10.3 MiB) TX bytes:2679457 (2.5 MiB)
Memory:f6fe0000-f7000000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 B) TX bytes:560 (560.0 B)
 
Old 03-31-2009, 12:24 PM   #5
mbostwick
Member
 
Registered: Feb 2009
Location: Where ever life takes me
Distribution: gentoo,opensuse,ubuntu, arch
Posts: 110

Rep: Reputation: 18
OK hmmm looks like its an issue with port 80 not working. Are you with in a firewall ? ICMP traffic is getting through and reaching the Internet. Are you running NAT? Can any other machines in your network reach the Internet?
 
Old 03-31-2009, 12:30 PM   #6
kipoda
LQ Newbie
 
Registered: Mar 2009
Location: Israel
Distribution: Ubuntu 9.10
Posts: 15

Original Poster
Rep: Reputation: 0
I have a windows xp machine which connects to the internet with no problem.
This laptop has Windows Vista installed and it has no problem with the internet as well.

and I must add, I AM capable of browsing (I'm writing from the Debian Lenny right now) but any other network application just won't work.


regrading the firewall - no, just the default router settings
how do i check if I ran NAT? (or, just me not really knowing what it is may mean that I do not run it?)

 
Old 03-31-2009, 02:15 PM   #7
kipoda
LQ Newbie
 
Registered: Mar 2009
Location: Israel
Distribution: Ubuntu 9.10
Posts: 15

Original Poster
Rep: Reputation: 0
anyone?
 
Old 03-31-2009, 10:34 PM   #8
vietnam
LQ Newbie
 
Registered: Mar 2009
Posts: 2

Rep: Reputation: 0
Same here on a MSI MegaBook VX600X-015EU . For start it`s making problemnt at instalation, you need acpi ori something disablet. then i find out that it`s having atheros wifi, that`s not open surce, i had installed madwifi but dosent work and dont know if it had a grafical interface. ubuntu 9.04
 
Old 04-01-2009, 01:39 AM   #9
kipoda
LQ Newbie
 
Registered: Mar 2009
Location: Israel
Distribution: Ubuntu 9.10
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by vietnam View Post
Same here on a MSI MegaBook VX600X-015EU . For start it`s making problemnt at instalation, you need acpi ori something disablet. then i find out that it`s having atheros wifi, that`s not open surce, i had installed madwifi but dosent work and dont know if it had a grafical interface. ubuntu 9.04

I've actually managed to fix my problem by adding some dns servers to the server list in /etc/resolve.conf

try first to make the internet work with a wired connection and get to te wireless as you get at least this working...
this is my plan
 
Old 04-07-2009, 03:00 PM   #10
vietnam
LQ Newbie
 
Registered: Mar 2009
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by kipoda View Post
I've actually managed to fix my problem by adding some dns servers to the server list in /etc/resolve.conf

try first to make the internet work with a wired connection and get to te wireless as you get at least this working...
this is my plan
i have reinstaled jaunty and now it`s work. The only problem it`s when i switch the wireless internet from the button and turn it back on, i have to restart ubuntu to get it work, i think for sure that it`s a command to make it work without restart, but in rest it`s good

10x for the reply
 
  


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
cannot reach internet from private LAN toodr Linux - Networking 12 10-23-2005 07:44 PM
Can't reach network with different distros -- IPv6 issue?? springsteenfan Linux - Networking 0 02-22-2005 04:07 PM
Can't reach the internet. I am stuck and desperate. panzram Linux - Software 1 06-12-2003 08:37 AM
RH8.0 - Can not reach the internet donhoudek Linux - Newbie 1 11-21-2002 08:25 AM
Can someone help me reach the Internet!!!??? AMDPwred Linux - General 8 12-23-2001 02:14 AM

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

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