lvs configuration problem...
Jiang <[email protected]>
| Newsgroups | gmane.linux.highavailability.ultramonkey |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I am trying to set up a LVS system through ultramonkey recently, I am
following "Streamline High Availability and Load Balancing"
[url=http://www.ultramonkey.org/3/topologies/sl-ha-lb-eg.html] step by
step, and the service I am testing on is HTTP, but eventually I still
can't get it work. The system i am working on is Linux EL AS3 with
information show by "uname -a": Linux ctestsrv1 2.4.21-40.ELsmp #1 SMP
Thu Feb 2 22:22:39 EST 2006 i686 i686 i386 GNU/Linux
ifconfig -a shows:
eth0 Link encap:Ethernet HWaddr 00:E0:18:06:95:DD
inet addr:10.226.193.189 Bcast:10.226.193.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15100 errors:0 dropped:0 overruns:0 frame:0
TX packets:10444 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1446557 (1.3 Mb) TX bytes:1362449 (1.2 Mb)
eth0:0 Link encap:Ethernet HWaddr 00:E0:18:06:95:DD
inet addr:10.226.193.191 Bcast:10.226.193.255 Mask:255.255.255.255
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
eth1 Link encap:Ethernet HWaddr 00:02:B3:46:2F:9F
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:5889 errors:0 dropped:0 overruns:0 frame:0
TX packets:5889 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:543249 (530.5 Kb) TX bytes:543249 (530.5 Kb)
lo:0 Link encap:Local Loopback
inet addr:10.226.193.191 Mask:255.255.255.255
UP LOOPBACK RUNNING MTU:16436 Metric:1
and 10.226.193.191 is the virtual IP.
ipvsadm -L -n shows:
IP Virtual Server version 1.0.8 (size=65536)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 10.226.193.191:22 rr
-> 10.226.193.190:22 Route 1 0 0
-> 10.226.193.189:22 Local 1 0 0
TCP 10.226.193.191:80 rr
-> 10.226.193.190:80 Route 0 0 0
-> 10.226.193.189:80 Local 1 0 0
the other LD/real server also shows the similar things...
Can anybody here please enlight me what's going on or if I have missed
something?
Thanks a lot!
- Jiang -
--
Ultra Monkey - http://www.ultramonkey.org/
To UNSUBSCRIBE, email to [email protected], with a body:
unsubscribe ultramonkey-users [email protected]
where "[email protected]" is YOUR email address.