The Perfect Setup - Mandriva 2006 Free Edition - Page 4
2 Installing And Configuring The Rest Of The SystemConfigure Additional IP Addresses Let's assume our network interface is eth0. Then there is a file /etc/sysconfig/network-scripts/ifcfg-eth0 which looks like this:
Now we want to create the virtual interface eth0:0 with the IP address 192.168.0.101. All we have to do is to create the file /etc/sysconfig/network-scripts/ifcfg-eth0:0 which looks like this:
Afterwards we have to restart the network: /etc/init.d/network restart
Setting The Hostname This is not necessary if you have set the correct hostname during the installation. If you have not, do this: echo server1.example.com
> /etc/hostname
Configure urpmi You can use the wizard on http://easyurpmi.zarb.org/ to find out how to configure urpmi so that urpmi uses online package repositories. For me the wizard gave back these commands that I run on the command line: urpmi.addmedia plf-free http://distrib-coffee.ipsl.jussieu.fr/pub/linux/plf/mandriva/free/2006.0/i586 with hdlist.cz Now we create a script /etc/cron.daily/software_update that will autmatically be run by cron daily and looks for and installs the latest software updates on your Mandriva 2006 system. The script looks like this:
Make the script executable: chmod 755 /etc/cron.daily/software_update
Install Some Software urpmi fetchmail wget bzip2 unzip zip nmap openssl lynx fileutils ncftp flex libxorg-x11-devel
urpmi quota Edit /etc/fstab to look like this (I added ,usrquota,grpquota to the partition with the mount point /):
Then run: touch /aquota.user /aquota.group urpmi bind /etc/init.d/named start This is nothing to worry about because all needed files are created by ISPConfig as soon as you create your first DNS record with ISPConfig.
|



Recent comments
12 hours 18 min ago
15 hours 14 min ago
16 hours 27 min ago
17 hours 51 min ago
19 hours 29 min ago
20 hours 57 min ago
22 hours 11 min ago
1 day 14 hours ago
1 day 14 hours ago
1 day 18 hours ago