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! You may also be interested in:
|
<<: Introduction to the difference between on and where conditions in MySQL left join operation
>>: Quick understanding and example application of Vuex state machine
Study plans are easily interrupted and difficult ...
Linux is an open system. Many ready-made programs...
Recently, I encountered a problem of whether the d...
Table of contents Preface Conversion relationship...
According to major websites and personal habits, ...
Copy code The code is as follows: <style type=...
For more information about operating elements, pl...
Preface When I was studying the front end before,...
We all know that we can use the mkdir command to ...
Preface Now the operating system used by my compa...
This article shares the specific code of JS objec...
Table of contents Port-related concepts: Relation...
Last time, we came up with two header layouts, on...
Here we take the Jenkins container as an example ...
This article shares the specific code of videojs+...