|
|
=========================================================================== > Active Routes: > Network Dest Netmask Gateway Interface Metric > 0.0.0.0 0.0.0.0 192.168.200.1 192.168.200.2 1 > Default Gateway: 192.168.200.1 > =========================================================================== > Persistent Routes: > None > > AFTER STANDBY: > > c:\>route print 0* > ...cut... > =========================================================================== > Active Routes: > Network Dest Netmask Gateway Interface Metric > 0.0.0.0 0.0.0.0 10.1.1.1 10.1.1.10 30 > 0.0.0.0 0.0.0.0 192.168.200.1 192.168.200.2 1 > Default Gateway: 192.168.200.1 > =========================================================================== > Persistent Routes: > None What is see in thise case is similar (different addresses), but successive "route print"s show the default gateway value flipping between the two 0.0.0.0 routes, seemingly randomly. Andrew |