We 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 and nameservers:
Now select "Routing" and enter the default gateway and click on "Finish":
Now restart the network:
/etc/init.d/network restart
To configure the firewall, select "Security & Users > Firewall" in Yast.
Then add the following services to the list of allowed services:
Select "Advanced" and enter the TCP ports 80, 81 and 443:
And select "Next" to save the changes.
5 Install Some Software
Now we install a few packages that are needed later on. Run
yast2 -i findutils readline libgcc glibc-devel findutils-locate gcc flex lynx compat-readline4 db-devel wget gcc-c++ make vim telnet cron iptables iputils man man-pages
If you're on a 64-bit system (only then!), you must also do this:
cd /usr/lib
ln -s /usr/lib64/libssl.a libssl.a
ln -s /usr/lib64/libssl.so libssl.so
6 Quota
To install quota, run
yast2 -i quota
Edit /etc/fstab to look like this (I added ,usrquota,grpquota to the mountpoints / and /srv):
Please do not use the comment function to ask for help! If you need help, please use our forum. Comments will be published after administrator approval.
Recent comments
10 hours 9 min ago
10 hours 14 min ago
11 hours 38 min ago
12 hours 25 min ago
12 hours 45 min ago
18 hours 16 min ago
23 hours 35 min ago
1 day 4 hours ago
1 day 9 hours ago
1 day 10 hours ago