Long method – Brocade Virtual ADX Server Load Balancing Guide (Supporting ADX v03.1.00) User Manual
Page 368

352
Brocade Virtual ADX Server Load Balancing Guide
53-1003247-01
Windows NT
A
2. Delete the route that has the same address as the loopback interface.
C:\>route delete 192.168.200.0 mask 255.255.255.0 192.168.200.106
3. Display the route table again to verify that the unwanted route is gone
.
Long method
The long method, like the short method, requires you to delete the route that Windows NT creates
when you add the loopback interface. However, what makes this method is long is that in some
cases, when the route table has more than one route in the network that contains the loopback
interface, the route delete command deletes the wrong route. In this case, you need to enter the
command again to delete the route that has the loopback address, then re-add the other route.
1. Enter the route print command to display the server’s route table. In this example, the
loopback interface has address 192.168.200.106. Notice that the route table also contains
another route (192.168.200.250) in the same network. The 192.168.200.250 route is the
gateway route and needs to stay in the route table.
.
2. Enter the route delete command to delete the unwanted 192.168.200.106 route.
C:\users\default>route delete 192.168.200.0 mask 255.255.255.0
192.168.200.106
C:\>route print
Active Routes:
Network Address Netmask Gateway Address Interface Metric
0.0.0.0 0.0.0.0 192.168.204.254 192.168.200.251 1
10.0.0.0 255.0.0.0 10.0.0.1 10.0.0.1 1
192.168.200.0 255.255.255.0 192.168.200.251 192.168.200.251 1
192.168.200.106 255.255.255.255 10.0.0.1 10.0.0.1 1
192.168.200.251 255.255.255.255 10.0.0.1 10.0.0.1 1
192.168.200.255 255.255.255.255 192.168.200.251 192.168.200.251 1
224.0.0.0 224.0.0.0 192.168.200.106 192.168.200.106 1
224.0.0.0 224.0.0.0 192.168.200.251 192.168.200.251 1
10.255.255.255 255.255.255.255 192.168.200.251 192.168.200.251 1
C:\users\default>route print
Active Routes:
Network Address Netmask Gateway Address Interface Metric
0.0.0.0 0.0.0.0 192.168.200.254 192.168.200.250 1
10.0.0.0 255.0.0.0 10.0.0.1 10.0.0.1 1
192.168.200.0 255.255.255.0 192.168.200.250 192.168.200.250 1
192.168.200.0 255.255.255.0 192.168.200.106 192.168.200.106 1
192.168.200.106 255.255.255.255 10.0.0.1 10.0.0.1 1
192.168.200.250 255.255.255.255 10.0.0.1 10.0.0.1 1
192.168.200.255 255.255.255.255 192.168.200.106 192.168.200.106 1
224.0.0.0 224.0.0.0 192.168.200.250 192.168.200.250 1
224.0.0.0 224.0.0.0 192.168.200.106 192.168.200.106 1
10.255.255.255 255.255.255.255 192.168.200.106 192.168.200.106 1