"G. Leavitt" <(E-Mail Removed)> wrote in message
news:9DA98CD1-68C3-451B-B3CF-(E-Mail Removed)...
> 1. Added a new static route:
> route add 172.0.0.0 mask 255.0.0.0 172.18.74.1 metric 5 if 3
A. Don't screw around with the metrics.
B. You can't use that as the mask because it will overlap real internet
addresses
The RFC range is 172.16.0.0 -- 172.31.255.255
C. Use 172.16.0.0 mask 255.240.0.0 (that is true identification for the
RFC "B" Range
> 2. Then I raised the metric of the default route for my wired interface:
> route change 0.0.0.0 mask 0.0.0.0 172.18.74.1 metric 25 if 3
A. Don't screw around with the metrics
B. Remove the Default Gateway,..leave it blank,...the Static Route
covers it.
> 3. Then (metric was already 25) I lowered the metric of my wireless
> interface to 20:
> route change 0.0.0.0 mask 0.0.0.0 172.18.253.2 metric 20 if 2
A. Don't screw around with the metrics
B. This nic should be the only one with the Default Gateway. It will
take care of itself.
> 4. I had also enabled IP routing in the registry, but I'm not sure if that
> was a factor in the success of this method.
A. Completely irrelevant. Remove the setting. Put it back the way it
was originally.
> After these changes everything works perfectly
It doesn't work perfectly,...it just works "luckily",...but it is a "hack
job",...the way I outlined is the correct way to handle it.
1. Remove any "proxy settings" from the browser if there are any
2. Remove the Default Gateway on the Wired Nic
3. Run the command "route /f" from a command prompt to clear the routing
table
4. Reboot the machine
5. Enter the correct Static Route as I described.
When finished, the Static Route tells one nic what to do,...the Default
Gateway tells the other Nic what to do,...everything will be
happy,...everything will work,...and the Metrics won't be molested.
For future reference,...multi-homing is usually bad,...mulitple default
gateways across mulitple nics is even worse. Don't do it. If you are going
to multi-home a machine, then do it correctly if you want consistant
behavor.
Then there are all these:.....
157025 - Default Gateway Configuration for Multihomed Computers
http://support.microsoft.com/default...roduct=win2000
Default gateways
http://www.microsoft.com/technet/pro...d3859f5b1.mspx
Default Gateway Behavior for Windows TCP/IP
http://www.microsoft.com/technet/com...uy/cg0903.mspx
159168 - Multiple Default Gateways Can Cause Connectivity Problems
http://support.microsoft.com/kb/159168/EN-US/
272294 - Active Directory Communication Fails on Multihomed Domain
Controllers
http://support.microsoft.com/default...b;en-us;272294
191611 - Symptoms of Multihomed Browsers
http://support.microsoft.com/default...b;EN-US;191611
Microsoft Windows XP - Multihoming Considerations
http://www.microsoft.com/resources/d..._tcp_qpzj.asp?
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------