• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

forwarding domains

WholeMIlk

Member
What I'm looking for is a software solution that function like Apache's ProxyPass for FTP, mail etc.

Let's say computer A is running mail, ftp, and www for domainA.com

computer B is running mail, ftp, and www for domainB.com

There is only 1 ip address available, and computer C is using it acting as the firewall.

What its the best solution to make domainA.com and domainB.com available from the internet?

Thank you
 
Create internal IPs (192.168.x.x) that cannot route to the outside world then forward to those internal IPs based upon the "domain" (i.e. anandtech.com) that the request stipulates.
 
I guess the best solution is to use ProxyPass for www, setup a relay mail server on the firewall, and also a FTP proxy? What about the security with an FTP proxy setup in reverse like this? Any recommendations as to the FTP proxy software?

Thanks
 
Back
Top