Yesterday and today, linux suse enterprise was installed on a laptop that is basically no longer used, making full use of the computer that has been eliminated. Many problems have been encountered during the installation process. Record all the processes and you can refer to them later:
1. Download iso version: TLF-SOFT-SUSE.Linux.Enterprise.Server.v10.SP2.x86, there are two ISO files, but the actual installation only used to the first. Directly install the software after burning it into a CD. The specific installation and partitioning should be relatively simple. When selecting the software, I removed the destop environment because it would not work as a remote LAN server. I installed the machine twice. The first time I reported that the iproute package could not be found, and the second time I reported that the grep package could not be found, it was estimated that the quality of the burned disk was poor (I found that the drive of the notebook was poor afterwards, other machine read disks are OK ).
Ps: In fact 10 version is a little older, and later on the company's machine I are installed 11,: http://download.novell.com/protected/Summary.jsp? Buildid = AMKTRMfxgF0 ~
2. The first thing after installation is to configure the ssh service to allow access from my computer. The configuration file corresponding to the sshd service is sshd_config under the/etc/ssh/directory, which includes the port settings. After the modification, directly/etc/init. d/sshd restart sshd. You can use service-s | grep sshd to check whether it is running. After the configuration is complete, you can use secure crt or putty on a windows machine to try again.
If it cannot be connected, telnet the ip address and port to see if it can be connected. If it cannot be connected, it may be blocked by the firewall. Yast-> security and users-> firewall can add the sshd service. I have not carefully studied how to implement the firewall. I will try again later.
3. In addition, set the server's hostname, which can be done through yast2 network, edit the NIC, find the following screen, and directly edit the hostname and name server.
4. During the test of the hostname, we found that no matter what the ping address is, this will come out:
This is a strange address. Baidu found that it was originally a "China tietong Domain Name Correction System", which was speechless.
Reference books: Step-by-Step linux
References:
Very detailed suse 11 installation graphic http://www.osyunwei.com/archives/2905.html
Very detailed suse 10 installation graphic http://fanlei.blog.51cto.com/39654/364980
Suse sets IP addresses, gateways, and DNS http://www.osyunwei.com/archives/2923.html
Suse Set firewall http://www.osyunwei.com/archives/2931.html