Re: deleting route on Windows 2003 machine
From: Mohit Talwar [MSFT] (mohitt_at_online.microsoft.com)
Date: 02/24/04
- Next message: Jim: "TMEEJM_WND not responding"
- Previous message: Len Holgate: "Re: Windows XP sockets and multithreaded application"
- In reply to: sngoda: "deleting route on Windows 2003 machine"
- Next in thread: sngoda: "Re: deleting route on Windows 2003 machine"
- Reply: sngoda: "Re: deleting route on Windows 2003 machine"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Feb 2004 11:11:12 -0800
Is the offending route of the following form?
Network Destination Netmask Gateway Interface Metric
a.b.c.0 255.255.255.0 a.b.c.d a.b.c.d 30
If so, it is the on-link (direct) route added when you configure the subnet
mask with the address. Since it is a system route, it cannot be deleted. I
believe your approach of setting a high metric on the interface is the best
option at present. But I would be interested in finding out what
suggestions others might have.
Mohit.
PS Could you tell us how you are configuring the VIP on the loopback
adapter?
-- This posting is provided "AS IS" with no warranties, and confers no rights. "sngoda" <anonymous@discussions.microsoft.com> wrote in message news:049C7DEA-E16B-4B57-B8A9-571E3F514387@microsoft.com... > I've this issue on Windows 2003 machine. I'm installing loopback adapter and configuring it with VIPs. This is part of installation of load balancing drivers on Windows 2003. This is filter intermediate driver. After installation, i see couple of routes in the output of "route PRINT" for this new loopback adapter. The entry is > > > <network destination><MASK><VIP configured on Loopback adapter><loopback Adapter primary IP Addr><METRIC> > > If i try to delete with "route delete" command, it says no such route exist. But "route PRINT" shows that route. Because of this route, all my outgoing packets from the host, where my driver is installed, are routed to loopback adapter. The work around i found was to disable the "automatic metric configuration" and assign high metric value, say 30. My question is how to delete this route on Windows 2003 machine.
- Next message: Jim: "TMEEJM_WND not responding"
- Previous message: Len Holgate: "Re: Windows XP sockets and multithreaded application"
- In reply to: sngoda: "deleting route on Windows 2003 machine"
- Next in thread: sngoda: "Re: deleting route on Windows 2003 machine"
- Reply: sngoda: "Re: deleting route on Windows 2003 machine"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|