码迷,mamicode.com
首页 > 系统相关 > 详细

在树莓派上使用no-ip动态域名的方法,也适用其它Linux系统的平台

时间:2014-09-24 22:57:07      阅读:655      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   使用   ar   strong   for   div   

首先,注册一个noip的帐号

可参考这篇教程:http://www.cnblogs.com/infopi/p/3991407.html

 

建立目录

第1行进入当前用户的home目录

第2行建立noip子目录,第3行进入noip子目录

cd ~
mkdir noip
cd noip

 

下载noip客户端源码、安装

第1行下载源码,第2行解压源码,第3行进入解压后的源码目录

第4行编译,第5行安装

wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
tar vzxf noip-duc-linux.tar.gz
cd noip-2.1.9-1
sudo make
sudo make install

 

在安装的过程中,会问以下问题

Please enter the login/email string for no-ip.com
(输入你注册时填的邮箱地址)

Please enter the password for user
(输入你的密码)

Please enter an update interval: [30]
(noip客户端检查你路由器外部网址变化的间隔,默认是30分钟)
(Increments in minutes that you want no-ip client to check if your router’s external dynamic IP address has changed and updates it accordingly.)

Do you wish to run something at successful update? [N] (y/N)
(直接按回车即可)

 

启动noip客户端,打这个命令:

/usr/local/bin/noip2

要想开机启动,把上面这一行加入/etc/rc.local,要加在exit 0那行以前

 

两个常用命令

sudo /usr/local/bin/noip2 -C     重新配置一次(就是问安装过程中那几个问题)
sudo /usr/local/bin/noip2 -S      显示当前运行状态、信息

在树莓派上使用no-ip动态域名的方法,也适用其它Linux系统的平台

标签:style   blog   http   color   使用   ar   strong   for   div   

原文地址:http://www.cnblogs.com/infopi/p/3991437.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!