Ubuntu : Join Domain
Join domain ให้ Ubuntu เป็นสมาชิกของ domain
แก้ไขไฟล์ /etc/resolv.conf
1 | sudo nano /etc/resolv.conf |
ป้อนข้อมูลดังนี้
1 2 | search sci.com nameserver 192.168.0.254 |
แก้ไขไฟล์ /etc/hostname
1 | sudo nano /etc/hostname |
ป้อนข้อมูลดังนี้
1 | ubuntu name.sci.com |
Join domain โดยใช้คำสั่งดังนี้
1 2 3 4 | sudo apt-get install likewise-open sudo /etc/init.d/likewise-open restart sudo domainjoin-cli join sci.com administrator sudo update-rc.d likewise-open defaults |
Written by Komkid on February 17th, 2010 with
no comments.
Read more articles on Admin and Networking and Ubuntu.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article