Skip to main content.
July 17th, 2006

XP Network Bridge Fix

Today I've been frustrated trying to get my Zaurus to connect to the internet through it's cradle using a XP network bridge. I could ping the XP machine, but I could not ping any other computer on my network or the internet for that matter. Networking on the XP machine worked just fine. After hours of searching I found this post: XP Network Bridge Problem

Basically at the command line type:

C:\>netsh bridge show adapter
 
———————————————————————-
ID AdapterFriendlyName ForceCompatibilityMode
———————————————————————-
1 Local Area Connection 2 enabled
2 Local Area Connection enabled
———————————————————————-

Note: the post didn't say how to find the adapter number so I changed adapter 2 first. After that didn't work I figured out the above command. That's why the output show both adapters in ForceCompatabilityMode

From the list pick the Adapter that isn't working and use the following command:

C:\>netsh bridge set adapter 1 forcecompatmode=enable

Worked like a charm.

Update! 7/19/2006

Evidently leaving the ForceCompatablilityMode enabled is bad for vmware's bridging mode. I couldn't see the network. So I had to turn it off for my XP box's connection.
netsh bridge set adapter 2 forcecompatmode=disable

So now when I type the command:

C:\>netsh bridge show adapter

———————————————————————-
ID AdapterFriendlyName ForceCompatibilityMode
———————————————————————-
1 Local Area Connection 2 enabled
2 Local Area Connection disabled
———————————————————————-

Posted by benjamenjohnson in linux, network, zaurus

No Comments »

This entry was posted on Monday, July 17th, 2006 at 2:36 pm and is filed under linux, network, zaurus. You can follow any responses to this entry through the comments RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>