想請問有關個人PC浮動IP 自動更新Dynamic DNS的IP方法??? - BBS

Table of Contents

我是FreeBSD新手,想請各位高手幫幫忙 > <

我是一般ADSL浮動IP的用戶,想要申請網域名稱~~

已經照書上的教學跟網路上熱心的資源,在www.dyndns.org設定完成~~

接著想設定自動更新IP的動作,於是我就照以下步驟:


Port 中安裝 ddup 這支程式:

# cd /usr/ports/dns/ddup
# make install
安裝完後,請執行下列指令產生設定檔:

# /usr/local/sbin/ddup --makeconf
Please enter your user name:
your_account
Please enter your password:
your_password
your_account:your_password
OK..now you need to enter the users who can use ddup:
Seperate the users with a , ie. root,test,this,that
root

最後請執行下列指令,系統即會自動取得您的 IP,並更新網域及 IP 的對映,
請將下列 your_domain.dyndns.org 換成您所申請的名稱:

# /usr/local/sbin/ddupcron.sh your_domain.dyndns.org


在第一次做這個動作時候,相當順利的更新了!!!

但是當我下次使用FreeBSD的時候想要再次更新IP

我就再度輸入# /usr/local/sbin/ddupcron.sh your_domain.dyndns.org

居然出現以下訊息

looks like we are still the same ip

但是當我ping我所設定的 xxxxxx.dyndns.org

IP根本沒有更新 > <

我找好多網路文章都沒有解答,能勞煩各位高手幫幫我嗎??

感激不進~~~~~~~~~~~~~

--

All Comments