At home I registered a domain (mydomain.info) and have enabled FreeDNS and the registrar (namecheap) updates the IP address correctly. However, when I try to access the site externally it times out making me think it's a DNS issue.
The setup is using OpenSolaris and using their zones and virtual networking:
Linksys ---> nginx reverse proxy ---> apache web server
Linksys is 192.168.1/24
nginx is doing DHCP on the external interface and getting something like 192.168.1.2 and the internal nginx interface is 192.168.2.1
Apache interface is 192.168.2.2
I have simplified it to get it working because originally I had:
Linksys ---> ipfilter firewall ---> nginx reverse proxy ---> apache
I took out the ipf firewall to see if it was my firewall rules blocking access but it hasn't helped. I have also plugged the Cox link directly into the nginx external interface so it wouldn't go through the Linksys router but to no avail.
On the Linksys router I have tried to set port forwarding for http and have also setup the DMZ access but neither of those work either.
My preference is ipfilter --> nginx --> apache
Any ideas why I'm not getting external access and only internal access to my website?
The setup is using OpenSolaris and using their zones and virtual networking:
Linksys ---> nginx reverse proxy ---> apache web server
Linksys is 192.168.1/24
nginx is doing DHCP on the external interface and getting something like 192.168.1.2 and the internal nginx interface is 192.168.2.1
Apache interface is 192.168.2.2
I have simplified it to get it working because originally I had:
Linksys ---> ipfilter firewall ---> nginx reverse proxy ---> apache
I took out the ipf firewall to see if it was my firewall rules blocking access but it hasn't helped. I have also plugged the Cox link directly into the nginx external interface so it wouldn't go through the Linksys router but to no avail.
On the Linksys router I have tried to set port forwarding for http and have also setup the DMZ access but neither of those work either.
My preference is ipfilter --> nginx --> apache
Any ideas why I'm not getting external access and only internal access to my website?