| | |
| | | cp /usr/share/doc/bind-9.3.6/sample/var/named/named.local /var/named/chroot/var/named/named.local |
| | | cp /usr/share/doc/bind-9.3.6/sample/var/named/named.root /var/named/chroot/var/named/named.root |
| | | touch /var/named/chroot/etc/named.conf |
| | | touch /var/named/chroot/etc/named.conf.local |
| | | |
| | | vi /var/named/chroot/etc/named.conf |
| | | |
| | |
| | | include "/var/named/chroot/etc/named.conf.local"; |
| | | -------------------------------------------------------------------------------------------------- |
| | | |
| | | |
| | | chkconfig --levels 235 named on |
| | | /etc/init.d/named start |
| | | |
| | |
| | | make install |
| | | rm -rf jailkit-2.11* |
| | | |
| | | Edit the file /etc/sudoers |
| | | |
| | | vi /etc/sudoers |
| | | |
| | | and change the line: |
| | | |
| | | Defaults requiretty |
| | | |
| | | to: |
| | | |
| | | # Defaults requiretty |
| | | |
| | | |
| | | 7) Install ISPConfig 3 |
| | | |
| | |
| | | |
| | | php -q install.php |
| | | |
| | | The installer will configure all services like postfix, sasl, courier, etc. for you. A manual setup as required for ISPConfig 2 (perfect setup guides) is not nescessary. To login to the ISPConfig controlpanel, open the following URL in your browser (replace the IP to match your settings!): |
| | | The installer will configure all services like postfix, sasl, courier, etc. for you. A manual setup as required for ISPConfig 2 (perfect setup guides) is not necessary. To login to the ISPConfig controlpanel, open the following URL in your browser (replace the IP to match your settings!): |
| | | |
| | | http://192.168.0.100:8080/ |
| | | |