2009年11月23日 星期一

K12 LTSP 測試可用

使用以下的方法安裝後就可以用了

  1. 指令:yum update
  2. 指令:yum install ltsp-server
  3. 指令:yum install ltsp-vmclient
  4. Uncomment the option_cache_value line in /etc/ltsp/ltsp-build-client.conf
  5. 指令:echo "/opt/ltsp *(ro,async,no_root_squash)" >> /etc/exports
  6. 指令:ifup ltspbr0
  7. 指令:chkconfig network on
  8. 指令:for service in xinetd ltsp-dhcpd rpcbind nfs sshd; do chkconfig $service on; service $service restart; done
  9. 指令:for server in ldminfod nbdrootd nbdswapd tftp; do chkconfig $server on; done
  10. 指令:ltsp-build-client
  11. BRIDGE=ltspbr0 and NM_CONTROLLED=no 加入到你的網卡設定內,restart network service
ps.記得要關firewall 及 selinux

沒有留言:

張貼留言