| The routing table is telling it which card (interface) to go to for that network.
I would try changing the IP addresses on your home network, if you're using DHCP. It shouldn't be too hard to just change the IP range...that would make sure it's not a conflict in the routing table, and mean you just need to add an entry.
If that doesn't work, reply here with what you see when you do route print from the command line, and what the IP addresses are for the things you're connecting to, and we'll get it figured out.
If you want to make it easier, you can dump "route print" to a file, like this:
route print >> c:\route.txt
And then just copy/paste. |