1.ขั้นแรก ลองติดตั้ง โดยใช้ yum
[root@centos2 ~]# yum install webmin
...
No package webmin available.
Nothing to do //ติดตั้งไม่ได้ ป๋มลองเสริจในกูเกิล ก้อพบลิงค์นี้
http://hostthyself.com/index.php/Installing_Webmin_on_CentOS
[root@centos2 ~]#
2. ทำการปิด Firewall ของระบบ มิฉะนั้นจะใช้งานมิได้ครับ
[root@centos2 etc]# nano /etc/rc.local
touch /var/lock/subsys/local
/usr/sbin/ntpdate -u pool.ntp.org
#sh /etc/firewall.iptables //ใส่ # ข้างหน้าบรรทัด
บันทึกและออกจากโปรแกรม Editer nano
กด ^ + O บันทึก ^ + x ออกจากโปรแกรม
3. รีสตารท์ ระบบ
[root@centos2 etc]# shutdown -r now
4. ดาวน์โหลดโปรแกรม
คลิก http://www.icewalkers.com/download/webmin/1007/rpm/
5. อัพขึ้นไปใน Server CentOS
ในที่ป๋มใช้ SSH Secure File Transfer
[root@centos2 ~]# mv webmin-1.430-1.noarch.rpm /tmp/
[root@centos2 ~]# cd /tmp/
[root@centos2 tmp]# rpm -i webmin-1.430-1.noarch.rpm
Operating system is CentOS Linux
Webmin install complete. You can now login to http://centos2.yiu.edu:10000/
as root with your root password.
6. ทำการสตารท webmin
[root@centos2 ~]# service webmin on
Usage: /etc/init.d/webmin { start | stop }
[root@centos2 ~]# /etc/init.d/webmin start
หรือ
[root@centos2 ~]# service webmin restart
Stopping Webmin server in /usr/libexec/webmin
Starting Webmin server in /usr/libexec/webmin
7. เข้าระบบ webmin โดยใช้รหัสของ root (ตามคำแนะนำ)
http://centos2.yiu.edu:10000/ #กรณีที่สามารถใช้งานระบบ DNS ได้
หรือ
http://118.175.87.10:10000/ ==> OK # IP Server ของท่านเองนะครับ
เรียบร้อยแล้วครับ
Thursday, October 6, 2011
การติดตั้ง webmin 1.430
2:45 AM
Computer !
No comments
0 comments:
Post a Comment