hi,
i need help with my network settings.
i recently installed OpenSuse 11.0.
im unable to visit some sites like
live.com,msn(all microsoft sites)
google(i can get to the login page but after signing in i get a blank page). if i clear all the cookies i’m able to login but cannot open mails, gmail keeps saying “unable to connect”. reloading the page gives me a blank page.
yahoo(i can sign in but nothing after that). same as google “unable to connect”. atleast it responds after some time
i used to have similar problems in MS Windows with microsoft sites. after changing the MTU to 1424 on MS Windows, everything was fine
but in opensuse no matter what MTU i set, im unable to connect to those sites
this is what i get from the terminal
localhost:/home/mickey # ping -s 1424 -M do www.google.com
PING www.l.google.com (209.85.153.104) 1424(1452) bytes of data.
^C
--- www.l.google.com ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 2999ms
localhost:/home/mickey # ping -s 1420 -M do www.google.com
PING www.l.google.com (209.85.153.104) 1420(1448) bytes of data.
^C
--- www.l.google.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2014ms
localhost:/home/mickey # ping -s 1418 -M do www.google.com
PING www.l.google.com (209.85.153.104) 1418(1446) bytes of data.
^C
--- www.l.google.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms
and so on…
kept reducing by two…
till
localhost:/home/mickey # ping -s 1398 -M do www.google.com
PING www.l.google.com (209.85.153.104) 1398(1426) bytes of data.
^C
--- www.l.google.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2013ms
localhost:/home/mickey # ping -s 1396 -M do www.google.com
PING www.l.google.com (209.85.153.104) 1396(1424) bytes of data.
64 bytes from im-in-f104.google.com (209.85.153.104): icmp_seq=1 ttl=246 (truncated)
64 bytes from im-in-f104.google.com (209.85.153.104): icmp_seq=3 ttl=246 (truncated)
64 bytes from im-in-f104.google.com (209.85.153.104): icmp_seq=4 ttl=246 (truncated)
^C
--- www.l.google.com ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3008ms
rtt min/avg/max/mdev = 55.340/56.361/57.577/0.923 ms
localhost:/home/mickey # ping -s 1397 -M do www.google.com
PING www.l.google.com (209.85.153.104) 1397(1425) bytes of data.
^C
--- www.l.google.com ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3013ms
localhost:/home/mickey # ping -s 1395 -M do www.google.com
PING www.l.google.com (209.85.153.104) 1395(1423) bytes of data.
64 bytes from im-in-f104.google.com (209.85.153.104): icmp_seq=1 ttl=246 (truncated)
64 bytes from im-in-f104.google.com (209.85.153.104): icmp_seq=2 ttl=246 (truncated)
64 bytes from im-in-f104.google.com (209.85.153.104): icmp_seq=3 ttl=246 (truncated)
64 bytes from im-in-f104.google.com (209.85.153.104): icmp_seq=4 ttl=246 (truncated)
64 bytes from im-in-f104.google.com (209.85.153.104): icmp_seq=5 ttl=246 (truncated)
^C
--- www.l.google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4014ms
rtt min/avg/max/mdev = 56.018/57.728/58.459/0.878 ms
localhost:/home/mickey # ping -s 1396 www.google.com
PING www.l.google.com (209.85.153.104) 1396(1424) bytes of data.
64 bytes from im-in-f104.google.com (209.85.153.104): icmp_seq=1 ttl=246 (truncated)
64 bytes from im-in-f104.google.com (209.85.153.104): icmp_seq=2 ttl=246 (truncated)
^C
--- www.l.google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 55.928/56.100/56.272/0.172 ms
localhost:/home/mickey #
any help would be greatly appreaciated
Thanks in advance
–Vijay