On 16/12/09 22:37, Simon Horman wrote:
>
> Are you sure there aren't any iptables rules in the way?
>
Simon,
It turns out that iptables was the problem.
I'm using "2. The redirect approach" to solve the ARP issue [1]. ie. I
use rules similar to:
iptables -t nat -A PREROUTING -p tcp -d <VIP> --dport <vport> -j
REDIRECT --to-port <vport>
I forgot to add a new rule for port 443. Once that was added, all worked
just fine.
Cheers,
R.
[1] http://www.linuxvirtualserver.org/docs/arp.html
_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://lists.graemef.net/mailman/listinfo/lvs-users
|