Network adapter order?

  • Thread starter Thread starter cb333
  • Start date Start date
C

cb333

I have a third party VPN adapter "Contivity VPN Client"
made by nortel networks, and I've tried uninstall my
physical LAN adapter along with the VPN client in
different orders: the result is always that the VPN
client is the first adapter (when using ipconfig or "route
print") and thus always takes priority over the local
lan. Is there a way to re-configure the order/priority of
my adapters?
 
"cb333" said:
I have a third party VPN adapter "Contivity VPN Client"
made by nortel networks, and I've tried uninstall my
physical LAN adapter along with the VPN client in
different orders: the result is always that the VPN
client is the first adapter (when using ipconfig or "route
print") and thus always takes priority over the local
lan. Is there a way to re-configure the order/priority of
my adapters?

When two or more network connections can reach the same IP address,
Windows looks at the metrics associated with them, as shown in the
"route print" output, and uses the route with the lowest metric. If
the metrics are equal, there's no way to tell which one it will use.

You can specify a metric for a network connection:

1. Open the Network Connections folder.
2. Right click the desired connection.
3. Click Properties | Internet Protocol (TCP/IP).
4. Click Properties | Advanced.
5. Un-check "Automatic metric".
6. Enter a number between 1 and 9999 for the "Interface metric".
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 
Back
Top