Cannot access my site outside LAN?

Discussion in 'Installation/Configuration' started by S3NTYN3L, Mar 24, 2009.

  1. S3NTYN3L

    S3NTYN3L New Member

    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!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Do the DNS records of your sites point to your router's public IP?
     
  3. S3NTYN3L

    S3NTYN3L New Member

    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?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    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).
     

Share This Page