- Install Bind
- Install Webmin
- Configure server using webmin
- check if webmin service is run by running sudo service webmin start
- browse to the http://{YOUR_IP or LOCALHOST}:10000
- enter your root / sudoer account password
- Configure the bind service
- Forwarding and Transfer
- Enter google dns servers (8.8.8.8, 8.8.4.4)
- Configure the server (Servers >> Existing DNS Zones), if this is not shown, use the following command to install the bind-server:
sudo apt-get install bind9 bind9utils bind9-doc and then refresh the modules on webmin - Create master zone
- Domain name: enter your domain, example domain.do
- Email address: enter your valid email address format
- Edit master zone domain.do
- Name: domain.do
Address: 127.0.0.1 - Name: *.domain.do
Address: 127.0.0.1 - try to ping domain.do it should returns 127.0.0.1
It is also important to put index.php (indexes file) on your root.
Don't forget to also add the directory to the list of accessible directory by Apache, **see the Apache configuration files**
:) Cheers!
Tidak ada komentar:
Posting Komentar