My website can be viewed internally but not externally. The setup is as follows:
cable modem -> linksys router -> ipf firewall -> nginx reverse proxy -> apache web server
ISP assigned address (62.x.x.x) is on WAN of linksys with LAN of 192.168.1.1
The firewall external is 192.168.1.101 and the internal is 192.168.20.1
Reverse proxy is 192.168.20.2
Apache is 192.168.20.3
Running ddclient to update my dynamic IP which is successful. Firewall rules have a rdr rule of 0.0.0.0/0 to 192.168.20.0/24
The linksys has port forwarding set for port 80/tcp to 192.168.1.101.
From inside my LAN I can access the httpd server but from an external client I cannot access the httpd server and get redirected to an msn live search page for my domain.
An nslookup returns an answer.
Should I take the linksys out and have traffic go directly into the ipf firewall? Or what else can I do to view my site externally?
cable modem -> linksys router -> ipf firewall -> nginx reverse proxy -> apache web server
ISP assigned address (62.x.x.x) is on WAN of linksys with LAN of 192.168.1.1
The firewall external is 192.168.1.101 and the internal is 192.168.20.1
Reverse proxy is 192.168.20.2
Apache is 192.168.20.3
Running ddclient to update my dynamic IP which is successful. Firewall rules have a rdr rule of 0.0.0.0/0 to 192.168.20.0/24
The linksys has port forwarding set for port 80/tcp to 192.168.1.101.
From inside my LAN I can access the httpd server but from an external client I cannot access the httpd server and get redirected to an msn live search page for my domain.
An nslookup returns an answer.
Should I take the linksys out and have traffic go directly into the ipf firewall? Or what else can I do to view my site externally?