8
2
In Windows, there's this automatic metric thing where the metric is selected according to the declared speed of the link. I now have a gigabit LAN routed to a 2Mbps DSL service and a HSDPA mobile broadband connection. The former is always chosen for Internet packets even though the latter is actually faster.
I tried setting the mobile broadband's interface metric to 1 and raising its priority in the advanced settings of the adapter settings, but this does not seem to affect the metric of the default route. The default route to the Ethernet interface always have a lower "effective" metric than the mobile broadband interface (i.e. it is used even if it has a higher metric).
Am I missing something here?
Edit:
Interfaces:
Idx Met MTU State Name
--- ---------- ---------- ------------ ---------------------------
13 9 1500 connected Mobile broadband
12 25 1500 disconnected WiFi 2
1 50 4294967295 connected Loopback Pseudo-Interface 1
20 5 1500 disconnected Local Area Connection* 12
24 10 1500 connected Ethernet
Edit 2:
The strange routing behaviour returned today:
Routing table:
Publish Type Met Prefix Idx Gateway/Interface Name
------- -------- --- ------------------------ --- ------------------------
No Manual 512 0.0.0.0/0 24 192.168.1.254
No Manual 0 0.0.0.0/0 12 192.168.135.1
No Manual 256 0.0.0.0/0 13 188.*.*.*
Idx 12 is the fastest link. Idx 24 is the slowest. The route metric of the idx 24 route was manually adjusted up. However, trace route showed this:
C:\Users\bc>tracert -4 -d google.com
Tracing route to google.com [173.194.41.168]
over a maximum of 30 hops:
1 2 ms 2 ms 3 ms 192.168.1.254
2 25 ms 24 ms 26 ms 217.*.*.*
3 27 ms 26 ms 36 ms 217.*.*.*
This seems to suggest for routes with the same destination, the metrics are not used.
Further more, it seems the metrics are only respected in the first trace route after a connection has been brought up. The next trace route will consistently show the Ethernet connection (idx 24) as the first hop.
1why don't you print your routing table so people can visualize what you are talking about. make sure you mark the routes which 'don't work' – Boppity Bop – 2012-11-09T22:48:36.543
You could try Connectify Dispatch I guess – pratnala – 2012-11-20T13:36:32.780