Connection problem

  • Thread starter Thread starter Raimondo
  • Start date Start date
R

Raimondo

I wounder if someone could help with this problem.

OS. WindowsXp Home Sp1
No firewall


I can connect (dial-up) to the provvider but I cannot use
any program on the web (Messenger, Ie, Outlook Express)

The connection (dial-up) with the provvider & exchange of
password is all fine. (I've tried with two of them).

I'm using the same account on another computer and it
works... so it's not the account that is expired!

Public Ip & DNS is provided by the Internet Provider.

I've tried to ping the provvider (my public Ip) and is
fine.
I've used traceroute with a couple of web sites and the
command tells me that it cannot solve the name.
I've used netstat -na to show all connection open and
there are none open.

What is wrong?

As a guess I tought about some service in WindowsXp not
working or stopped.... BUT ... I don't know which one is
the bloody!

Thanks!

Raimondo
 
could be MTU issue. quoted form http://www25.brinkster.com/ChicagoTech
Can't access some web sitesSymptoms: 1) If you're using MS ICS or Windows
server as router to access the Internet, your clients may not be able to
access certain web sites. However, the ICS host or the server doesn't have
this problem.
2) After installed a new router or cable modem replacing dial-up to access
the Internet, you can't access some web sites.
3) You also find that most web sites you can't access are block to ping or
they are security sites using HTTPS.

Causes: 1) The problem occurs because many web servers block ICMP messages
and the packets are dropped. As a result, the requested web site doesn't
load.
2) This problem is caused also by an incompatible MTU networking setting.
You may try to install the latest SP. If you use MS ICS, you may want to
configure all your Client computers to use the new, lower MTU as the default
for all Internet communication. To modify the MTU size, locate the following
registry key: HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Services\
Tcpip\ Parameters\ Interfaces. If you use a router like Cisco DSL Router,
you may want to adjusting the PPPoE MTU Size. For example, to adjusting the
PPPoE MTU Size on the Cisco DSL Router, do

interface ethernet0
no shut
ip address <ip address> <subnet mask>
ip adjust-mss 1452
--
For more and other information, go to
http://www25.brinkster.com/ChicagoTech


Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Windows & Network Support, Tips and FAQs on
http://www25.brinkster.com/ChicagoTech
This posting is provided "AS IS" with no warranties.
 
Back
Top