当前位置:网站首页>VMware virtual machine configuration static IP
VMware virtual machine configuration static IP
2022-07-03 07:50:00 【A reserved and calm man】
1. see IP Information
2. To configure IP Information
3. Change network card information configuration
vi /etc/sysconfig/network-scripts/ifcfg-ens33
TYPE=Ethernet
PROXY_METHOD=static
BROWSER_ONLY=no
BOOTPROTO=dhcp
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=ens33
UUID=13acf4da-111f-4b61-84cd-348d9442784e
DEVICE=ens33
ONBOOT=yes
IPADDR= Set static ip
GATEWAAY= The last segment is 2
NETMASK=255.255.255.0 Subnet mask
4. Restart the network card and verify IP
service network restart
ping www.baidu.com
PING www.a.shifen.com (14.215.177.38) 56(84) bytes of data.
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=1 ttl=128 time=20.4 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=2 ttl=128 time=19.1 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=3 ttl=128 time=19.2 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=4 ttl=128 time=19.5 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=5 ttl=128 time=20.5 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=6 ttl=128 time=20.4 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=7 ttl=128 time=20.4 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=8 ttl=128 time=20.2 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=9 ttl=128 time=20.3 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=10 ttl=128 time=20.3 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=11 ttl=128 time=20.1 ms
64 bytes from 14.215.177.38 (14.215.177.38): icmp_seq=12 ttl=128 time=20.6 ms
边栏推荐
- experiment.........
- Go language foundation ----- 03 ----- process control, function, value transfer, reference transfer, defer function
- Huawei switch: configure Telnet, SSH and web access
- PAT甲级 1031 Hello World for U
- [MySQL 11] how to solve the case sensitive problem of MySQL 8.0.18
- Go language foundation ----- 11 ----- regular expression
- What is definition? What is a statement? What is the difference between them?
- 华为交换机:配置telnet和ssh、web访问
- 【LeetCode】3. Merge Two Sorted Lists·合并两个有序链表
- Huawei switch console password reset, device initialization, default password
猜你喜欢
Go language foundation ----- 01 ----- go language features
Technical dry goods Shengsi mindspire innovation model EPP mvsnet high-precision and efficient 3D reconstruction
Redis batch startup and shutdown script
HDMI2.1与HDMI2.0的区别以及转换PD信号。
技术干货|昇思MindSpore可变序列长度的动态Transformer已发布!
Go language foundation ------ 14 ------ gotest
Go language foundation ----- 13 ----- file
PAT甲级 1032 Sharing
【LeetCode】2. Valid Parentheses·有效的括号
Analysis of the problems of the 7th Blue Bridge Cup single chip microcomputer provincial competition
随机推荐
PHP wechat red packet grabbing algorithm
Go language foundation ----- 01 ----- go language features
Go language foundation ----- 15 ----- reflection
PAT甲级 1027 Colors in Mars
EtherCAT state machine transition (ESM)
How can entrepreneurial teams implement agile testing to improve quality and efficiency? Voice network developer entrepreneurship lecture Vol.03
OSPF experiment
idea取消引用显示效果
技术干货|昇思MindSpore NLP模型迁移之LUKE模型——阅读理解任务
Technical dry goods Shengsi mindspire elementary course online: from basic concepts to practical operation, 1 hour to start!
Static keyword
[MySQL 13] if you change your password for the first time after installing mysql, you can skip MySQL password verification to log in
Technical dry goods | thinking about the unification of dynamic and static diagrams of AI framework
Technology dry goods | Roberta of the migration of mindspore NLP model - emotion analysis task
Shengsi mindspire is upgraded again, the ultimate innovation of deep scientific computing
哪一刻你才发现青春结束了
Analysis of the problems of the 10th Blue Bridge Cup single chip microcomputer provincial competition
Redis查看客户端连接
PHP微信抢红包的算法
Pat class a 1031 Hello world for u