[分享]ispconfig3 之 mydns-ng for ubuntu 10.04

看板Linux作者 (因為愛過,所以寂寞.)時間15年前 (2010/06/09 11:15), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
前一篇講得 ISPConfig 3 還少一個部份, 就是 DNS Server 的功能… MyDNS 由於 ISPConfig 的所有設定都放在 mysql 裡面,當然也包含像是ftp 帳號密碼… 所以 會用 pure-ftpd-mysql … 那 dns 也是一樣, 採用的是 mydns-ng 這套 dns 軟體來管理… 顧名思義,MyDNS-ng 就是用 MySQL 當 Backend 的 Dns Server … ==安裝== 在 Ubuntu 的Repo裡面似乎是沒有 MyDNS… 至少我用 apt-cache search mydns 是找不 到的… 既然如此.就只好下載相關的套件自己編譯囉… 首先先確定系統有安裝 build-essential 跟 libmysqlclient-dev 沒有的話請 apt-get install 安裝一下囉!~… 接著跑下面的 script … cd /tmp wget http://heanet.dl.sourceforge.net/sourceforge/mydns-ng/mydns-1.2.8.27.tar.gz tar xvfz mydns-1.2.8.27.tar.gz cd mydns-1.2.8 ./configure make make install 安裝完成後, 可以用mydns -c /etc/mydns.conf -b 啟動在背景…. 而設定檔 mydns.conf 則已經由 ispconfig 在 /etc/ 產生了… 接著就可以用 ispconfig 的後台進行管理 dns 的動作囉… -- 我是上來領便當的... 逛 php 版, database 版只是順便而已... http://blog.darkhero.net 個人網誌 http://phorum.study-area.org/index.php/board,31.0.html -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.116.62.60

06/09 12:50, , 1F
一樣 用心分享推 XDD
06/09 12:50, 1F
文章代碼(AID): #1C3mTVpu (Linux)
文章代碼(AID): #1C3mTVpu (Linux)