LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [lvs-users] https not working - http OK

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [lvs-users] https not working - http OK
From: Robin Bowes <robin-lists@xxxxxxxxxxxxxx>
Date: Thu, 17 Dec 2009 00:38:50 +0000
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

<Prev in Thread] Current Thread [Next in Thread>