Is this a misprint? At the bottom of this page.
QuoteThis will make Windows think the route through NIC2 is "cheaper" and it will route local traffic via this NIC properly. However, this will also break the Internet connection. In order to fix it, you need to execute the following command at a command prompt:
route -p add 192.168.0.1 mask 255.255.255.255 192.168.0.2
Should it not be
route -p add 192.168.0.1 mask 255.255.255.0 192.168.0.2
?
Should the mask be 255.255.255.255 or 255.255.255.0 ?
Grant