黑群晖内网穿透方法

1. 黑群晖安装自动,百度, 洗白的方法我没有成功。 

 

2. 安装ipkg 解封方法

     在黑群晖安装一些软件包,所以需要用到 ipkg 命令,但黑群晖上是没有这个命令,准确来讲不是没有,只是被“隐藏”了,下面来讲解一下如何解除封印!

1) ssh 或者 telnet 到NAS上,一定要用root 登录,然后执行以下指令
cd /volume1/@tmp
wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/syno-i686-bootstrap_1.2-7_i686.xsh
chmod +x syno-i686-bootstrap_1.2-7_i686.xsh
sh syno-i686-bootstrap_1.2-7_i686.xsh
rm syno-i686-bootstrap_1.2-7_i686.xsh

2)安装后,一定要重启,然后再用root登录 ssh 或者 telnet

3)修改 /root/.profile 文件,增加执行目录 /opt/bin

原来的:
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin


增加修改为:

PATH=/opt/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin


4)ipkg update

3. 下载安装screen http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/screen_4.0.3-2_i686.ipk        本站: http://www.iooe.cn/download/screen_4.0.3-2_i686.ipk.zip

    wget http://ipkg.nslu2-linux.org/feeds/optware/syno-i686/cross/unstable/screen_4.0.3-2_i686.ipk 下载后

   命令:cd /opt/bin  你放的目录  
   命令:ipkg update 
   命令:ipkg install screen_4.0.3-2_i686.ipk  

5. 运行screen 出现问题  运行一下  export TERM=xterm-xfree86  转到root下   用:  sudo su -   有一个横线 下面是参考资料。自行研究。

Find out which TERM is supported:

ls /usr/share/terminfo/x

this will give you a list of supported TERMs i.e.

xterm
xterm-xfree86

set the environment variable:

export TERM=xterm-xfree86

and run screen:

TERMINFO='/usr/share/terminfo/' screen

6. 在screen下面运行  阿里云开发提供的内网穿透工具。 

https://open-doc.dingtalk.com/microapp/debug/ucof2g 

cd 『』进你的脚本目录『』
chmod 777 ./ding
./ding -config=./ding.cfg -subdomain=abcdeXX 8080 

7. 基本上就成功了。 

screen运行后。 按ctr+A - D就可以退出, 让程序自动退出。 

发表评论