For some reason I'm having problems with the 2.2.x port and I'm not sure
if its vs or my config.
Example:
On the virtual server I have an ip alias, 206.245.168.31. With this I'm
using round robin for telnet pointing to 206.245.168.23 and
206.245.168.24. For some reason vs is only redirecting to 206.245.168.23
and not even touching the second machine. Also, connection are NOT
registering in vs's output.
I'm using direct routing.
I do have the loop back interface alias pointing to the virtual server
address:
lo:0 Link encap:Local Loopback
inet addr:206.245.168.31 Mask:255.255.255.255
UP LOOPBACK RUNNING MTU:3924 Metric:1
This is my routing table on the virtual server:
ld1:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
localhost * 255.255.255.255 UH 0 0 0 lo
206.245.165.0 * 255.255.255.0 U 0 0 0 eth0
205.147.201.0 * 255.255.255.0 U 0 0 0 eth0
192.168.2.0 * 255.255.255.0 U 0 0 0 eth0
206.245.164.0 * 255.255.255.0 U 0 0 0 eth0
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
206.245.167.0 * 255.255.255.0 U 0 0 0 eth0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
206.245.166.0 * 255.255.255.0 U 0 0 0 eth0
205.147.202.0 * 255.255.255.0 U 0 0 0 eth0
205.147.218.0 * 255.255.255.0 U 0 0 0 eth0
205.147.235.0 * 255.255.255.0 U 0 0 0 eth0
206.245.168.0 * 255.255.255.0 U 0 0 0 eth0
205.147.208.0 * 255.255.255.0 U 0 0 0 eth0
192.168.40.0 * 255.255.255.0 U 0 0 0 eth0
206.245.158.0 * 255.255.255.0 U 0 0 0 eth0
default 206.245.168.1 0.0.0.0 UG 0 0 0 eth0
and this is my routing table on the real server:
ftp2h3:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
localhost * 255.255.255.255 UH 0 0 0 lo
206.245.168.0 * 255.255.255.0 U 0 0 0 eth0
default 206.245.168.1 0.0.0.0 UG 0 0 0 eth0
Please let me know if something looks wrong.
Thanks
-jeremy
|