安装和使用Linux花生壳(公网版)

时间:2022-11-20 12:51:26

一、安装说明

1、下载相应的安装包,安装程序

2、运行程序、配置程序(默认使用/etc/phlinux.conf,如果不存在这个文件则自动进入交互配置)

[root@localhost ~]# phddns
输入服务器地址,如无特殊情况可使用默认值
Enter server address(press ENTER use phlinux3.oray.net):
输入您的Oray帐号名称
Enter your Oray account:
对应的Oray帐号密码
Password:
选择帮定的网卡,如无特殊,默认即可
Network interface(s):
eth0:192.168.141.18
lo: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 success
OnStatusChanged okConnecting
OnStatusChanged okDomainListed
OnDomainRegistered skyvense22.gicp.net
OnStatusChanged okDomainsRegistered
UserType: 0

看到上面这些就表示登录成功,这个时候可以按ctrl+c先退出程序

3、以后台模式启动花生壳

[root@localhost ~]# phddns -d
phlinux started as daemon!

4、检查运行情况

[root@localhost ~]# tail /var/log/phddns.log
2011/08/02 11:28:58.256| ExecuteUpdate OK, BeginKeepAlive!
2011/08/02 11:29:59.354| SendKeepAlive() 8208
2011/08/02 11:30:00.355| RecvKeepaliveResponse() Data comes, OPCODE:8272
2011/08/02 11:30:00.356| Keepalive response received, client ip: 116.231.123.96
2011/08/02 11:31:00.447| SendKeepAlive() 8208
2011/08/02 11:31:01.450| RecvKeepaliveResponse() Data comes, OPCODE:8272
2011/08/02 11:31:01.450| Keepalive response received, client ip: 116.231.123.96

5、退出花生壳

查看进程ID
[root@localhost ~]# ps -A | grep phddns
13731 ? 00:00:00 phlinux
让后台进程退出
[root@localhost ~]# kill -9 13731

6、将花生壳(公网版)加到系统启动时运行

[root@localhost ~]# vim /etc/rc.local
在文件的末尾加上一行:/usr/bin/phddns -c /etc/phlinux.conf -d

二、Linux花生壳(公网版)命令行参数说明

[root@localhost ~]# phddns -h
Peanuthull Linux, Copyright (c) 2006-2014
$Revision: 32841 $$Date: 2014-04-09 10:14:34 +0800 $$Author: skyvense $
--first-run  //用于首次启动时配置参数
    -f, run for the first time
--interact  //启动交互模式
    -i, run as interactive mode
        program will request for necessary parameters.
        this mode will automatically enabled at first running,
        or your configuration file has been lost.
--daemon  //后台模式
    -d, run as a daemon
        program will quit after put itself to background,
        and continue running even you logout,
        you can use kill -9 <PID> to terminate.
--config  //指定使用哪一个配置文件
    -c, run with configuration file
        program will run with the file
--user  //以指定用户启动后台进程
    -u, run as the user
        program will run as the user
--help  //显示帮助文档
    -h, print this screen.
Please visit http://www.oray.com for detail.

三、常见问题

如何手动修改登陆的用户名及密码?
您可以直接编辑/etc/phlinux.conf文件,对登陆用户名及密码进行修改。

花生壳日志默认保存路径
/var/log/phddns.log

为什么花生壳(公网版)无法登陆?
花生壳(公网版)使用的通信端口是TCP:6060和UDP:6060(方向:OUT),请确认防火墙没有把这几个通信端口封掉。