The problem that we are going to solve today is when this problem may happen because of network bridge. A network bridge is typically used to share the internet between two network devices. One of it could be a wireless device and the other a wired device. The exact problem that I am facing is as follows:
I have a network bridge between my wireless device and my ethernet card. When I connect to internet using LAN cable between the ethernet port of my PC and router, I could share the internet on my LAN with the devices connected to my wireless. Also, if I do not have the network bridge, I can connect to the internet over my wireless. But while having the network bridge, if I try to connect to the internet over wireless, I am not able to do so. I get the 169.254.x.x IP which is not in the range of my router's IP. The fix is as follows:
- Open the command window (from Run->cmd.exe or programs)
- Issue the command "netsh bridge show adapter"
- See the id of the adapter that is not working
- If the "compatibility mode" is not enabled, you should force it
- Issue the command "netsh bridge set adapter
id forcecompatmode=enable" (Replace "id" with the number of adapter id) Run the command "netsh bridge show adapter" and verify that it is enabled. Issue the command "ipconfig /renew" to renew the IP and then issue "ipconfig". You should see an IP that is in the range of your router's IP address. Enjoy!
Source: Microsoft Knowledgebase
No comments:
Post a Comment