centos - 请问阿里云内网互通的服务器,能相互管理吗?
阿神
阿神 2017-04-25 09:01:23
0
7
1270

我有两台阿里云服务器:A、B

A服务器有外网和内网IP,外网可以连

B服务器只有内网IP,和A服务器想通,一个机房

那么问题来了,请问我能连上A服务器管理B服务器嘛。

(两台服务器均是CentOS 6.5 64位)

阿神
阿神

闭关修行中......

reply all(7)
cloudmam

Of course you can. I currently use Cloud Helper to manage Alibaba Cloud servers, which is pretty good. It can perform 24-hour basic monitoring of the server from four aspects: CPU, memory, disk, and network.

哪儿

Yes, I recommend an artifact that should be able to help you. Cloud Helper is a powerful and comprehensive centralized management cloud host software. Not only is it compatible with Linux systems, Windows can also be used. In fact, the use of functions is quite good, because the functions are comprehensive and the installation is simple. Basically, it can be done with one click by a fool. If you add a cloud host in the middle, you need to add a probe for the first time, and then you can basically operate it on the panel. This is quite convenient. I have tried basically all the mainstream clouds and there are no problems, and there are no problems with the system. This is quite worry-free. I won’t say that there are any cloud providers or systems that cannot be used, and I have to find another software. The general functions are as follows: 1. Batch management of multiple cloud hosts; 2. Strong compatibility, compatible with basically all cloud business cloud hosts on the market, and compatible with operating systems; 3. Simple operation, visual interface preview resources, one-click repair, one-click deployment ; 4. You can remotely log in to the FTP desktop of the cloud host and process files on the cloud host; 5. Monitoring and resources also have an alarm function, which is very good, and you don’t have to stare at it; 6. System repair function, this is very practical It is also quite necessary; 7. Free to use. Generally speaking, the functions are quite complete, and there is no need to find another software. A cloud helper software basically meets all needs.

曾经蜡笔没有小新

My server is like this. One entrance server has an external IP, and several servers only have an internal IP

First configure the ssh of the entrance server to use the key to log in without a password, and then modify the local ~/.ssh/config

# 入口服务器
Host gateway
    HostName 192.168.0.2
    User root

# 内网服务器
Host foo
    HostName 192.168.0.3
    User root
    ProxyCommand ssh -NW %h:%p gateway

# 内网服务器
Host bar
    HostName 192.168.0.4
    User root
    ProxyCommand ssh -NW %h:%p gateway

This way you can use ssh foo to directly manage the intranet server without having to ssh to the gateway first and then ssh to foo from the gateway

给我你的怀抱

Yes, with one Alibaba Cloud account, machines in the computer room can access each other

PHPzhong

Yes, this is a similar large-port server as the front-end, and you can buy a high-performance back-end

我想大声告诉你

Now the same node between different accounts can be accessed by configuring the rules of the security group.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!