VMware Images:
|
The Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 3] - Page 3
4 Configure The Network SettingsWe use Yast, the OpenSuSE system management tool to reconfigure the network card settings. After the first boot, the system is configured to get the IP address with DHCP. For a server we will switch it to a static IP address. Run yast2 Select Network Devices > Network Settings: Select your network card and then Edit: Select Statically assigned IP Address and enter the IP address, subnet mask and hostname and save the changes by selecting Next: Now select Hostname/DNS and enter the hostname (e.g. server1.example.com) and nameservers (e.g. 145.253.2.75 and 8.8.8.8): Now select Routing and enter the default gateway and hit OK: To configure the firewall (in case you didn't configure it during the basic installation), select Security and Users > Firewall in Yast: I want to install ISPConfig at the end of this tutorial which comes with its own firewall. That's why I disable the default OpenSUSE firewall now. Of course, you are free to leave it on and configure it to your needs (but then you shouldn't use any other firewall later on as it will most probably interfere with the OpenSUSE firewall). Select Disable Firewall Automatic Starting and Stop Firewall Now, then hit Next: Hit Finish and leave Yast:
5 Install UpdatesNow we install the latest updates from the openSUSE repositories. Run zypper update And then reboot the server as you most likely installed some kernel updates, too: reboot
6 Journaled QuotaTo install quota, run yast2 -i quota Edit /etc/fstab to look like this (I added ,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 to the mountpoints / and /srv): vi /etc/fstab
Then run: touch /aquota.user /aquota.group mount -o remount / quotacheck -avugm Dont be worried if you see these error messages - they are normal when you run quotacheck for the first time: server1:~ # quotacheck -avugm
7 Install Some Basic PackagesRun yast2 -i findutils readline libgcc glibc-devel findutils-locate gcc flex lynx compat-readline4 db-devel wget gcc-c++ subversion make vim telnet cron iptables iputils man man-pages nano pico sudo
|











Recent comments
1 day 11 hours ago
1 day 19 hours ago
1 day 22 hours ago
1 day 23 hours ago
2 days 1 hour ago
2 days 3 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 21 hours ago
2 days 22 hours ago