Re: SSL Question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Le mer 30/07/2003 à 00:49, nakisawame a écrit :
> I am wondering if this will work... We are using NAT,
> and I currently have 2 different webservers that we
> need to put SSL on.
> Each webserver has a different external DNS entry (I
> am using 55.55.55.56 and 55.55.55.57 as examples).
> Each actual webserver is on its own internal IP
> address (192.158.0.14 and 192.168.0.15, respectively).
> Can I do something like this:
> iptables -t nat -A PREROUTING -p tcp -d 55.55.55.56
> --dport https -j DNAT --to 192.168.0.14:443
> iptables -t nat -A PREROUTING -p tcp -d 55.55.55.57
> --dport https -j DNAT --to 192.168.0.15:443
> Does this work? If it doesn't, how do I do this? This
> is driving me nuts!

Yes it will work, as long as your webservers are correctly configure to
handle external DNS name and according certificate.

-- 
http://www.netexit.com/~sid/
PGP KeyID: 157E98EE FingerPrint: FA62226DA9E72FA8AECAA240008B480E157E98EE



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux