Greets.
I'm trying to get our Linux firewall configured up so that we can do
virtual hosting to our multiple web servers inside the firewall.
Currently, we have set up NAT with port redirections all over the port range
to get to our internal web servers, but I'm trying to clean that up so that
it's two ports (80 & 443) and route everything accordingly by name to the
appropriate server.
Our web servers are mainly IIS-based due to vendor requirements. The
firewall is a Redhat 7.2 server (that probably needs upgrading to 9).
Webmin is installed on it and I would probably go and do the editing that
way.
We have one static address on the outside.
Essentially, what I'm looking for is that if you go to
www.domain.etc , it
will route to 1 server. If you go to www2.domain.etc, it will route to the
2nd server, etc. Same goes for https: redirections.
Can someone point me in the right direction here? I'm not all that great
with Linux and networking in general so anything 'newbieish' would be
helpful.
TIA!