摘要:
1. create a NFS (not NFS4) in CentOS5.51.1 check the /etc/hosts in the serverside192.168.2.142com1 #serverside 192.168.2.139com2 #clientside1.2. install nfs and portmapsudo yum install nfs-utilssudo yum install portmap1.3. In order to let the server start when computer startin the System --> Admi 阅读全文
摘要:
/etc/sysconfig/networkchange HOSTNAME=AAAthis will change hostname, but no ip address/etc/hotsxxx.xxx.xxx.xxx AAAThis will change hostname, and also set AAAip address 阅读全文
摘要:
unmount a directoryin the client linuxsudo umount /datastop nfssudo service portmap stopsudo service nfs stopshutdown client computer===========in the server linuxstop nfssudo service portmap stopsudo service nfs stopshutdown server linux=========== 阅读全文
摘要:
System->Security level and Firewall->set Firewall ooption Disabledcan not use sudo /etc/init.d/iptables startstart the firewallif want to start the firewallSystem->Security level and Firewall->set Firewall ooption ->Enabledsudo /etc/init.d/iptables status should be able to use iptable 阅读全文