教你在万博网页版登陆页派上使用花生壳动态域名管理,方便在外网也能访问到家中万博网页版登陆页派。本教程注重在教你如何在万博网页版登陆页派上安装和配置使用花生壳!!!
前提条件:
1.花生壳id,
http://www.oray.com/ 花生壳的官网免费注册的,注册完就可以免费申请动态域名了
2.家中路由器必须接入公网,并且设置端口映射功能,把端口映射到万博网页版登陆页派的内网ip上(这个教程就不提了,自己研究吧)
3.连入内网的万博网页版登陆页派
步骤:
1.安装所需的库
- $aptitude install libstdc++5
复制代码2.下载花生壳文件,并编译,提示下载不了的,可以下载附件解压得到
- $wget http://download.oray.com/peanuthull/phddns-2.0.5.19225.tar.gz
- $tar zxvf phddns-2.0.5.19225.tar.gz
- $cd phddns-2.0.5.19225
- $./configure
- $make
复制代码3.查看软件是否编译成功
- $cd src
- $ls -l phddns
- -rwxr-xr-x 1 root root 80968 Aug 2 11:18 phddns
复制代码4.后台运行花生壳
- $./phddns -c /etc/phlinux.conf -d
复制代码输入服务器地址,如无特殊情况可使用默认值Enter server address(press ENTER use phlinux3.oray.net):
输入您的Oray帐号名称Enter your Oray account:
对应的Oray帐号密码Password:
选择帮定的网卡,如无特殊,默认即可Network interface(s):
eth0:192.168.141.18lo:127.0.0.1
Choose one(default eth0):
选择日志保存到哪个文件Log to use(default /var/log/phddns.log):
保存配置文件,选择yes则直接保存到/etc/phlinux.conf,输入other可以指定文件Save to configuration file (/etc/phlinux.conf)?(yes/no/other):
接下来程序将已交互模式开始运行192.168.141.18
NIC bind successOnStatusChanged okConnecting
OnStatusChanged okDomainListedOnDomainRegistered skyvense22.gicp.net
OnStatusChanged okDomainsRegisteredUserType: 0
看到上面这些就表示登录成功,这个时候可以按ctrl+c先退出程序
5.检测运行状态
6.退出后台运行1.查看进程ID
$ps -A | grep phddns1715 ? 00:00:00 phddns
2.杀掉进程kill -9 1715
其它命令和问题可以参考花生壳的指导网页了解详情
http://service.oray.com/question/116.html