The Perfect Server - Fedora 11 x86_64 [ISPConfig 2] - Page 3
4 Adjust /etc/hostsNext we edit /etc/hosts. Make it look like this: vi /etc/hosts
It is important that you add a line for server1.example.com and remove server1.example.com and server1 from the 127.0.0.1 line.
5 Disable SELinuxSELinux is a security extension of Fedora that should provide extended security. In my opinion you don't need it to configure a secure system, and it usually causes more problems than advantages (think of it after you have done a week of trouble-shooting because some service wasn't working as expected, and then you find out that everything was ok, only SELinux was causing the problem). Therefore I disable it (this is a must if you want to install ISPConfig later on). Edit /etc/selinux/config and set SELINUX=disabled: vi /etc/selinux/config
Afterwards we must reboot the system: reboot
6 Install Some SoftwareNext we update our existing packages on the system: yum update Now we install some software packages that are needed later on: yum install fetchmail wget bzip2 unzip zip nmap openssl lynx fileutils ncftp gcc gcc-c++
7 Quota(If you have chosen a different partitioning scheme than I did, you must adjust this chapter so that quota applies to the partitions where you need it.) To install quota, we run this command: yum install quota Edit /etc/fstab and add ,usrquota,grpquota to the / partition (/dev/mapper/vg_server1-lv_root): vi /etc/fstab
Then run touch /aquota.user /aquota.group to enable quota.
8 Install A Chrooted DNS Server (BIND9)To install a chrooted BIND9, we do this: yum install bind-chroot Next, we change a few permissions: chmod 755 /var/named/ Then we open /etc/sysconfig/named and add the following line to tell BIND that it's running chrooted in /var/named/chroot: vi /etc/sysconfig/named
Then we create the system startup links for BIND: chkconfig --levels 235 named on We don't start BIND now because it will fail because of a missing /var/named/chroot/etc/named.conf. This will be created later on by ISPConfig (if you use ISPConfig's DNS Manager, that is).
|



Recent comments
1 day 11 hours ago
1 day 20 hours ago
1 day 23 hours ago
2 days 16 min ago
2 days 1 hour ago
2 days 3 hours ago
2 days 4 hours ago
2 days 6 hours ago
2 days 21 hours ago
2 days 22 hours ago