Hi,
I have installed ipvs-0.5-2.2.9 successfully
But I can't configure vs
My configuration is below
============================================================
[LinuxDirector]
[LinuxDirector]# ipvsadm -L
IP Virtual Server (Version 0.5)
TCP 210.122.204.6:80 wlc
-> 210.122.204.7:80 Tunnel 1 0+0
[LinuxDirector] #ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:10:5A:6F:AF:B1
inet addr:210.122.204.5 Bcast:210.122.204.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1073 errors:0 dropped:0 overruns:0 frame:0
TX packets:622 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:9 Base address:0xe400
eth1 Link encap:Ethernet HWaddr 00:10:5A:6F:AF:9A
inet addr:210.122.204.6 Bcast:210.122.204.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1158 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0xec00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:84 errors:0 dropped:0 overruns:0 frame:0
TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
[LinuxDirector]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
210.122.204.6 0.0.0.0 255.255.255.255 UH 0 0 0 eth1
210.122.204.5 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
210.122.204.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
210.122.204.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 210.122.204.254 0.0.0.0 UG 0 0 0 eth0
[RealServer1]
[RealServer1] # ifconfig -a
eth0 ...
inet addr:210.122.204.7 Bcast:210.122.204.255
lo inetaddr:127.0.0.1 Mask 255.0.0.0
tunl0 Link encap:IPIP Tunnel Inet addr:210.122.204.6 Mask:255.255.255.255
[RealServer1] # netstat -rn
210.122.204.7 0.0.0.0 255.255.255.255 eth0
210.122.204.0 0.0.0.0 255.255.255.0 eth0
210.122.204.0 0.0.0.0 255.255.255.0 tunl0
127.0.0.0 0.0.0.0 255.0.0.0 lo
0.0.0.0 210.122.204.6 eth0
===================================================================
When I'll connect http://210.122.204.6 , I can't connect
What's the problem
Thanks advance
|