PDA

View Full Version : Cannot access my site outside LAN?


S3NTYN3L
25th March 2009, 00:59
OK, I'm COMPLETELY lost on this one...

I can access my site and server all day long while on my LAN, but just noticed today that I CANNOT access it from any computer outside my network.

How do we correct this?

I've got the following ports forwarded within my router and pointing to my server's local IP address.

21 thru 23 ftp/ssh
53 dns
80 thru 81 www/ispc
ssl 443
10000 webmin



Any help is GREATLY appreciated!

falko
25th March 2009, 15:35
Do the DNS records of your sites point to your router's public IP?

S3NTYN3L
25th March 2009, 18:33
Yes, I'm using No-IP's services to manage my DNS records.

I had a friend perform a traceroute and the thing dies at my ISP.

I'm guessing their blocking port 80.


Short of persuading my ISP to unblock port 80 , (something I don't think they'll do), how can I tell my server to use a different port?
Will that even work?

falko
26th March 2009, 18:52
You must change the Listen directive in Apache and also the ports in the vhost definitions (but ISPConfig will overwrite those changes unless you change the port in the make_vhost() function in /root/ispconfig/scripts/lib/config.lib.php).