Good evening you all,

Today and after having several problems with Vista I finally was able to downgrade to XP. I was able to find the drivers wich was a really hard task although right now the problem is, as said, that I am not able to connect to the internet at home though the signal is said to be very strong.
I searched through other threads describing the same problem but I can't quite figure out why it still does not work.
I tried to type down the Ip adress, Gateway, sub-mask and dns primary and secondary but no luck. Also tried the commands:
ipconfig /releasel
ipconfig /all
ipconfig /flushdns
ipconfig /renew
netsh int ip set dns
as advised somewhere and again no luck. I even installed the "Fix It" program that would reset my IP/TCP protocol. Needless to say I'm still in need for help.

I am a normal user and I don't understand much of the language used normally in forums like this so I would very much appreciate if someone could give some clear and simple directions of what I could do to fix this. Btw, I am not sure if this forum is really only for programmers or people connected professionally to informatics, if so, I am sorry but I am getting nuts with this.

Any help would be greatly appreciated,
pennylane

Dani AI

Generated

This thread illustrates a common Windows XP symptom: the machine shows a working local link (strong Wi‑Fi signal) but browsers and apps cannot reach the internet. After a downgrade and driver juggling, accidental adapter configuration changes are frequent culprits. In this case the presence of a software "Network Bridge" (later disabled by ) is the key—bridges can leave LAN traffic appearing fine while breaking outbound routing.

What a Network Bridge does and why it can break internet access: Windows creates a virtual L2 interface that joins multiple adapters and becomes the logical interface holding IP/routing for the bridged members. Bridging a wireless client to another NIC often fails in real environments because many access points and wireless drivers will not forward frames for bridged MAC addresses; the bridge can also end up without a usable default gateway or with incorrect route metrics. The result is local connectivity without internet.

Practical checks and remediation: open Control Panel -> Network Connections and look for an item named "Network Bridge". Removing it is normally done by right-clicking the Network Bridge and choosing Delete; the physical adapters should return to independent connections. If the bridge cannot be removed, check Device Manager for phantom or virtual adapters and uninstall then reinstall the correct XP drivers (Vista drivers can be unreliable). Make a System Restore point before major changes. Also confirm Wi‑Fi encryption/compatibility as and noted.

Quick diagnostics (elevated prompt) to separate routing vs DNS issues:

route print
nslookup example.com
arp -a
ping 8.8.8.8

When sharing a connection, prefer a hardware router or proper ICS rather than software bridging a Wi‑Fi client on XP.

Recommended Answers

All 3 Replies

You didn't mention whether you are using wireless or ethernet connection. Assuming you're using wifi to connect. The problem could be your network key. Check whether you're using WPA or WEP.

Hi,
If you have any trouble understanding much of the language used normally in forums like this your best friend would be Google. Just Google anything you don't understand, like, "Check whether you're using WPA or WEP."
I think that you may not have installed the XP drivers for your internet connection. What report do you get when you go "Control Panel" "Network and Internet Connections" "internet connections" "Create a new connection" and follow prompts to make a new connection?

Hello,
Thank you for responding.
I got around the problem by disabling a Network Bridge. I don't know if it was my mistake when installing the drivers or if this was normal but that was messing up the connection to the internet.
Thanks anyway and have a happy new year!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.