• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Plesk Panel 11 to work like a WAMP/MAMP

HectorI

New Pleskian
Hello forum I have install Plesk Panel 11 on a CENTOS6 local server. I would like to create domains (web pages) that could be acces by everyone on the LAN (the LAN is not public). In other words I would like to make Plesk Panel 11 work like a normal WAMP or MAMP.
How is this posible?
 
This is basically a DNS issue.

As long as you configure Plesk to use internal IPs on your LAN, all that's needed is a mechanism to make machines on that LAN connect to the plesk server when the appropriate domain name is entered in their browser.

You can do this by manually editing the hosts file on each machine connected to the LAN (e.g. to make yourwebsite.local or subdomain.companyname.tld point to 192.168.x.x or whatver).

You can also do it all automatically by configuring each machine on the LAN to use the plesk server as a dns server and configuring the dns server on plesk to do recursive lookups for IOs on your LAN.

Or if you have some sort of server on the network already that does DNS/DHCP/whatever, you just add the appropriate records to that.
 
Back
Top