RE: What am I missing?
"Andersson Mattias" <[email protected]>
| Newsgroups | gmane.linux.highavailability.ultramonkey |
|---|---|
| Message-ID | <[email protected]> |
> [root@beast ~]# ipvsadm -L -n > IP Virtual Server version 1.2.0 (size=4096) > Prot LocalAddress:Port Scheduler Flags > -> RemoteAddress:Port Forward Weight ActiveConn InActConn > TCP xxx.vip.xxx.42:80 rr > -> 192.168.7.10:80 Masq 0 0 0 > -> 192.168.7.11:80 Masq 0 0 0 > TCP xxx.vip.xxx.42:443 rr > -> 192.168.7.10:443 Masq 0 0 0 > -> 192.168.7.11:443 Masq 0 0 0 > TCP xxx.vip.xxx.42:3306 rr > -> 192.168.7.10:3306 Masq 0 0 0 > -> 192.168.7.11:3306 Masq 0 0 0 > Ahh, yes. As I thought you have the weight of 0 on your real servers. That means ldirectord thinks they are broken and will not forward any requests to then. Have a look at your ldirectord config once again. First when you have a weight of (at least) 1 for at least one real sever you can expect your virtual service to work. > I verified the real servers are working by testing them with telnet and > tcpdump from the directors. > > What could break relative to ip forwarding? The packets stop with a syn > at eth0. > > Thanks! > > Brad > > -- > Brad Willson, Sr. Computer Specialist > UW GeneTests, UW Box: 358735 > EM: [email protected] > W: 206.221.4674, C: 425.891.2732 > http://www.genetests.org > > > -- > 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. > > -- 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.