PDA

View Full Version : ISPConfig website


selectoe
6th March 2008, 03:36
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.

till
6th March 2008, 10:51
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.

zcworld
6th March 2008, 10:53
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