|
apache, port-forward and router on same box
I am trying to set up a router to handle all traffic coming into my network. I have an internal Web server running and want all Web traffic to go to it. I also need the router to do masquerading and firewalling. I have a fairly extensive firewall script that does everything but the port forwarding. The rules for port forwarding are included in the script and I have them running but I cannot get Web requests to go through the router and to my internal Web server. I do have apache installed on the router. When apache is running it grabs all port 80 requests (like it should) but when it is disabled I get nothing through the router. Any help would be greatly appreciated!!
|