vmware先用桥接模式连上网
更新vim、apt-get
再配置ubuntu静态ip
https://blog.csdn.net/xiaohuozi_2016/article/details/54743992
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
# The primary network interface
auto ens33
iface ens33 inet static
address 192.168.14.103 #更改成各自的
network 255.255.255.0
gateway 192.168.14.2
dns- (看网页) 8.8.8.8
再改成自定义特定虚拟网络-vmnet8
再设置本机的vmnet8网卡,将ipv4的地址改成虚拟vmware网络编辑器当中的网关ip等的地址
ssh开启方便xshell使用
https://www.cnblogs.com/fengbeihong/p/3307575.html
vi /etc/ssh/sshd_config 更改yes
/etc/init.d/ssh start再启动一下
记得xshell用户名设置要和实际用户名一致
网友评论