Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

2 Web Server under DMZ

Hi to all,

I have two different web servers (different hosts different web no load balancing) under my DMZ.

I need to make these web servers public accessible from Internet.
I solve the problem using DNAT for only
one, but i don't understand how to solve the problem for two or more.

How can i do?

Thanks!


This thread was automatically locked due to age.
Parents
  • if you have more than one external address, you can simply use the same dnat rules you used for the first for any additional addresses...  

    host_external_1->http->host_internal_1->http
    host_external_2->http->host_internal_2->http
  • Do I have to "declare" every IP-Adress? I have 3 class-C with webservers. Do I have to set them up (ASL 1.185) all one in one and every IP address again with all the services (ftp, pop3, etc.) line per line????
    I hope I can build groups, but I didnt find out how....   [:S]
  • This might go beyond the scope of ASL and moreso involve the DNAT code itself, but how nice it would be if DNAT could handle a function similar to Host Header Records on virtual web servers hosted from a single IP address.

    Instead of using the destination IP/Port to determine what NAT IP/Port forward packets to, it would instead look at the URL to do the mapping.  

    For example, eventhough www.whatever.com  and www.whateverelse.com  both point to the same IP, DNAT is smart enough to know that they are intended for different NAT'd servers behind the same ASL box...


    Oh, what a dream..  :-)

    Greg
Reply
  • This might go beyond the scope of ASL and moreso involve the DNAT code itself, but how nice it would be if DNAT could handle a function similar to Host Header Records on virtual web servers hosted from a single IP address.

    Instead of using the destination IP/Port to determine what NAT IP/Port forward packets to, it would instead look at the URL to do the mapping.  

    For example, eventhough www.whatever.com  and www.whateverelse.com  both point to the same IP, DNAT is smart enough to know that they are intended for different NAT'd servers behind the same ASL box...


    Oh, what a dream..  :-)

    Greg
Children