How to solve the problem of centos6.4 being unable to connect after cloning

藏色散人
Release: 2022-01-28 11:29:01
Original
1722 people have browsed it

The solution to the problem that centos6.4 cannot connect to xshell after cloning: 1. Enter the system after the cloning is completed; 2. Check whether selinux and iptable are closed; 3. Check whether ssh is connected; 4. Enter the HWaddr address Change the three digits to be the same; 5. Restart.

How to solve the problem of centos6.4 being unable to connect after cloning

The operating environment of this article: CentOS 7 system, DELL G3 computer

How to solve the problem of centos6.4 being unable to connect after cloning ?

vm clone virtual machine xshell cannot connect (centos6.4, 6.5)

After the cloning is completed, enter the system:

1. Check: selinux is Close, is iptable closed?

2. Check if ssh is connected

##3. Ping 127.0.0.1 and see if the connection is successful

4. Ifconfig -a command to view the results

The eth1 driver is displayed, then copy (or remember) the last three digits of the HWaddr address

5.vim /etc/sysconfig/network-script/ifcfg-eth0 and then change the last three digits of the HWaddr address to Same

6. Restart

7. If it doesn’t work> Clear /etc/udev/rules.d/70-persistent-net.rules and then service network start

Recommendation: "

centos usage tutorial"

The above is the detailed content of How to solve the problem of centos6.4 being unable to connect after cloning. 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 admin@php.cn
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!