ISPConfig website

Discussion in 'Installation/Configuration' started by selectoe, Mar 6, 2008.

  1. selectoe

    selectoe New Member

    Hi, I have set up a site in ISPConfig, but, (here comes the stupid question) how do I view the website, both inside my lan and outside?

    Thanks.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Make sure that a dns a-record exists for the domain of the website that points to your external IP address. In ISPConfig, select the internal IP address in the website settings. Then make sure that you forwarded port 80 and 443 from your router to your server. Now you should be able to access the website by entering the domain name in the webbrowser.
     
  3. zcworld

    zcworld New Member

    ok
    for the inside of your LAN (network)
    add this to your hosts file
    hosts files : windows
    c:\WINDOWS\system32\drivers\etc\hosts

    or linux / BSD
    /etc/hosts

    IP < TAB > DNS.name
    192.168.1.109 ids.admin.lan
    192.168.1.109 vdb.site.lan
    192.168.1.109 sql.admin.lan
    192.168.1.109 next.domain.here

    save file


    im sure someone will tell you to use the DNS server
    but im not sure on that side of things
    ATM
     

Share This Page