虚拟机使用PuTTY、SSH Secure Shell Client前的配置

时间:2021-07-28 01:09:28

虚拟机使用PuTTY、SSH Secure Shell Client前的配置

1 仅主机模式

虚拟机使用PuTTY、SSH Secure Shell Client前的配置

 2 检查子网IP

为192.168.154.0

虚拟机使用PuTTY、SSH Secure Shell Client前的配置

 3 进入虚拟机,检查IP地址

?
1
ip addr show

添加IP地址

?
1
ip addr add dev eno16777736 192.168.154.18/24

ping

?
1
ping 192.168.154.1

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

原文链接:http://www.cnblogs.com/denggelin/p/6135996.html