How to disable public IP on ECS cloud server

坏嘻嘻
Release: 2018-09-30 14:51:46
forward
4207 people have browsed it

The content of this article is about how to disable the public IP of the ECS cloud server. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.

How to disable the public IP of ECS cloud server

Linux method to turn off the external network card

First use ifconfig to check The network card name corresponding to the public network IP. Here we see that the corresponding one is eth1. Then use ifdown eth1. Then test the ping of the public network IP, but the ping fails.

How to disable public IP on ECS cloud server

How to disable public IP on ECS cloud server

How to disable public IP on ECS cloud server

##How to disable the public network card in Windows

Windows host can run - enter cmd, enter ipconfig to view the network card information of the public IP. In the picture below, you can see that the public network card is local connection 2.

How to disable public IP on ECS cloud server

Then open Control Panel > Network and Sharing Center > Change Adapter Settings and disable Local Area Connection 2. Then perform a ping test locally to the server, but the ping fails.

How to disable public IP on ECS cloud server

How to disable public IP on ECS cloud server

The above is the detailed content of How to disable public IP on ECS cloud server. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:aliyun.com
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