Solve the problem that VMware15 centos7 bridge mode ssh suddenly cannot be accessed

Solve the problem that VMware15 centos7 bridge mode ssh suddenly cannot be accessed

Because I want the virtual machine to have its own LAN IP, I use bridging to facilitate testing.

Here comes the question:

1. SSH suddenly cannot be connected, and the project on the virtual machine cannot be accessed.

2. The virtual machine is connected to the Internet as usual, and there is no problem pinging the host. I have never encountered such a situation before!

3. Everything seems to be working fine, but the virtual machine just can't connect!

4. After checking various ssh services, firewall configurations, etc., none of them work!

After some searching, I accidentally found the following solution: (test available)

My system is Win10, it's pretty much the same.

1. Find "Change adapter options"

2. Ethernet properties

3. Click "Configure"

4. In the "Advanced" tab, change the value of the property "IPv4 Hardware Checksum" to "Off"

5. Try to connect remotely with Xshell again, it works, ok!

6. If you still can't get online from time to time after setting it up, disable "Ethernet" and then enable it again!

Summarize

The above is what I introduced to you to solve the problem that VMware15 centos7 bridge mode ssh suddenly cannot be accessed. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • How to add or modify SSH port number in CentOS7
  • How to modify the default port number of CentOS6.5 and CentOS7 ssh
  • How to modify the SSH login port in CentOS7
  • Specific steps to install ssh in docker centos7
  • VMware15 installation of CentOS7 detailed process and common problems (picture and text)
  • VMware12 and CentOS7 shared folder problem analysis

<<:  Introduction to the difference between on and where conditions in MySQL left join operation

>>:  Quick understanding and example application of Vuex state machine

Recommend

MySQL Optimization: InnoDB Optimization

Study plans are easily interrupted and difficult ...

General Guide to Linux/CentOS Server Security Configuration

Linux is an open system. Many ready-made programs...

Summary of Textarea line break issues in HTML

Recently, I encountered a problem of whether the d...

How to effectively compress images using JS

Table of contents Preface Conversion relationship...

Share the problem of Ubuntu 19 not being able to install docker source

According to major websites and personal habits, ...

Understanding of CSS selector weight (personal test)

Copy code The code is as follows: <style type=...

JavaScript operation element examples

For more information about operating elements, pl...

A complete list of meta tag settings for mobile devices

Preface When I was studying the front end before,...

Briefly understand the two common methods of creating files in Linux terminal

We all know that we can use the mkdir command to ...

How to make a centos base image

Preface Now the operating system used by my compa...

Native JS object-oriented typing game

This article shares the specific code of JS objec...

How many ports can a Linux server open at most?

Table of contents Port-related concepts: Relation...

HTML5+CSS3 header creation example and update

Last time, we came up with two header layouts, on...

Detailed explanation of how to copy and backup docker container data

Here we take the Jenkins container as an example ...

Videojs+swiper realizes Taobao product details carousel

This article shares the specific code of videojs+...