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.

Related articles

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:

You have to be identified to write a comment.