Setting up httpd server behind a gateway
Is setting up Apache on the gateway and using ProxyPass the only way to do it?
Everything is working fine with http requests using this method, but what about FTP, IRC, and other protocols?
|}Internet
|
|
|-}Gateway
|
|
|--}Hub
|
|
|---}Srv01---}Srv02---}Srv03
My setup:
Gateway with two NICs; NIC #1 connects to the Internet, NIC #2 connects to the LAN through the Hub
Srv01, Srv02, and Srv03 connect to the Gateway through the Hub
TIA
|