Peanut shell configuration intranet penetration

Article Directory

download

First download from the official website according to different platforms, the official website address
insert image description here
Ubuntu Linux (X86_64) system

sudo wget -P ./Downloads  "https://down.oray.com/hsk/linux/phddns_5.2.0_amd64.deb" -O phddns_5.2.0_amd64.deb

Redhat / CentOS Linux (X86_64) system

sudo wget -P ./Downloads  "https://down.oray.com/hsk/linux/phddns_5.2.0_amd64.rpm" -O phddns_5.2.0_amd64.rpm

For the convenience of installation, I download it to the ./Downloads directory by default

View the downloaded installation package
insert image description here

Install

The installation needs to be carried out under administrator privileges.
Use the corresponding system commands in the download directory to install
the Centos system
rpm -ivh phddns-5.0.0.x86_64.rpm
Ubuntu system
dpkg -i phddns-5.0.0-amd64.deb
. The effect of successful installation
insert image description here
Start the service
phddns start
Other extended function commands (all require administrator privileges)
phddns start(启动)| status(状态)| stop(停止)|restart(重启)| reset(重置)|enable(开机自启动)|disable(关闭开机自启动)|version(版本)**
Use the command to view the SN code
phddns status
insert image description here
to log in to the peanut shell management platform Select Use SN to log in (the default password is admin), the management platform address https://console.hsk.oray.com/passport/login
requires account activation, real-name authentication, etc. after logging in, these contents are temporarily skipped

After the account information is complete, choose to create a new mapping (because the company’s intranet cannot log in to the Peanut Shell cloud platform, I use the mobile app to log in). The
external domain name is given to you by Peanut Shell. You only need to fill in the internal network host number and port number. After connecting, test whether you can log in to the intranet host
insert image description here
insert image description here
insert image description here
. Open XShell to create a new session, fill in the corresponding domain name and port, select Connect
insert image description here
insert image description here
and enter the corresponding user name and password.
insert image description here
insert image description here
Login is successful!
insert image description here

Guess you like

Origin blog.csdn.net/QAZ600888/article/details/129492133