What to do if CentOS cannot connect remotely

王林
Release: 2020-03-18 11:30:36
Original
4263 people have browsed it

What to do if CentOS cannot connect remotely

1. Manually install Networkmanager-tui:

yum install NetworkManager-tui
Copy after login

2. Run nmtui on the command line;

(Recommended tutorial: centos usage tutorial)

3. If NetworkManager is not running is displayed, you need to start NetworkManager manually

systemctl start NetworkManager;
Copy after login

4. Enter nmtui at this time, and the interface will pop up, which can be edited and started. Connect, or set the host name of the system;

5. After setting, save and exit, then ctrl alt F2 to enter the system status interface, find the UI port address, and then log in to the cloud computing from the browser in the center.

Recommended related video tutorials: linux video tutorial

The above is the detailed content of What to do if CentOS cannot connect remotely. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Popular Tutorials
More>
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!