Using Windows 7 with Multiple Gateways (Routers) and DHCP
Early last year we implemented a second Internet connection on our network. We wanted to make it as easy as possible to switch between the two if the primary connection went down. We are on a Windows domain and use DHCP from one of our domain controllers so it was easy to implement the 003 Router scope option with the two gateways and it worked great!
According to RFC2131 and the DHCP Options and BOOTP Vendor Extensions;
The router option specifies a list of IP addresses for routers on the client’s subnet. Routers SHOULD be listed in order of preference.
That last bit was the key for working in our situation. Our Windows XP clients grabbed the multiple gateway addresses and modified the routing table like this:
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.16.0.1 172.16.0.40 20
0.0.0.0 0.0.0.0 172.16.0.220 172.16.0.40 20
Both entries have the metric of 20, which was dynamically assigned by windows based on the link speed, the first entry is the one that was used.
We recently began testing Windows 7 in our environment. We are fairly happy with most of the new features, performance and the overall experience in the new OS. One thing that, so far, has been a great improvement is the new network stack. With Vista, there were several issues including problems with unexpected freezes while network requests are made and problems with notebooks when trying to close the lid. In Windows 7 most of those issues seem to have went away.
One minor issue that we did run across seems to be a bug, in my opinion. When our Windows 7 clients processed the same DHCP requests as our XP clients, the routing table looked like this:
Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 172.16.0.1 172.16.0.40 30 0.0.0.0 0.0.0.0 172.16.0.220 172.16.0.40 30
Very similar results, just slightly modified metric which I can only assume is due to an updated algorithm for calculating the dynamic metric. The only problem is that the second entry was being used as the default gateway. We verified this on multiple Windows 7 clients. It seems like it goes against he “order of preference” bit of the RFC.
It took quite a while and a lot of research, but I found out that Microsoft implements a vendor specific extension, 003 Microsoft Default Router Metric Base option. The documentation for this value reads:
This value is a specified router metric base to be used for all default gateway routes used at Windows 2000 DHCP-enabled client computers.
This value can be assigned as an integer cost metric ranging from 1 through 9,999. It is used in calculating the fastest, most reliable, and least expensive routes. If a value is not specified, a default of either one (1) or the currently set interface-specific metric is used.
This is not very specific and for a while I did not think it would apply different metrics, but rather the same metric to all of the values in the 003 Router option. I decided to give it a try regardless of my doubts and it worked! Now, my XP route table looks like this:
Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 172.16.0.1 172.16.0.40 1 0.0.0.0 0.0.0.0 172.16.0.220 172.16.0.40 2
And my Windows 7 route tables looks like this:
Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 172.16.0.1 172.16.0.40 31 0.0.0.0 0.0.0.0 172.16.0.220 172.16.0.40 32
It is still disappointing that the DHCP routing options seems to be broken in Windows 7 (IMHO), and I am sure there will be plenty of people having similar problems when they begin rolling out Windows 7 clients in their environments. Hopefully this article will save someone a little time trying to configure their Windows 7 clients to use multiple gateways.
August 24, 2009 Posted by palehorse | Networking, Operating Systems, Windows | Networking, Windows, windows 7 | 2 Comments
Pale Tweets
- I just unlocked the "JetSetter" badge on @foursquare! http://4sq.com/arhied 4 days ago
- I just unlocked the "Bender" badge on @foursquare! http://4sq.com/cgEiwA 1 week ago
- I just became the mayor of Nylo Hotel on @foursquare! http://4sq.com/92UPT6 1 week ago
The Cloud
Archives
Pale’s Social Graph
Google Reader Shared Stuff- Free Risk (like game) – TurboRisk v2 (Now includes IDE to edit/compile/test your own AI players)
- A Funeral Is Being Held For IE6 On March 4. Browser To Be Buried Without The Body.
- Microsoft, Amazon Ink Kindle and Linux Patent Deal
- Google gains clearance to buy and sell energy, continue taking over the world
- Shatner, My Dad Says
- School allegedly uses students' laptop webcams for espionage, lawsuit ensues
- Kingston ships 256GB DataTraveler 310 USB flash drive to affluent Yanks
- Google now shipping 60,000 Android handsets per day
- T-Mobile launching 21Mbps webConnect Rocket, HTC HD2 next month
- How an Android Phone and Facebook Helped Route Haiti Rescuers
Pale Tweets
- I just unlocked the "JetSetter" badge on @foursquare! http://4sq.com/arhied 4 days ago
- I just unlocked the "Bender" badge on @foursquare! http://4sq.com/cgEiwA 1 week ago
- I just became the mayor of Nylo Hotel on @foursquare! http://4sq.com/92UPT6 1 week ago
Blogroll