SSL Question

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

 



Hello,

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!

TIA!!!

-N


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


[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