1.配置Centos7
因为是用SSH协议,所以要把Centos7的ssh服务打开:
service iptables stop #暂停iptables服务
chkconfig iptables off #我一直报错,不知道啥原因
service sshd start #开启ssh服务
#查看Centos7的ip地址
ifconfig -a
然后回到win10下ping 这个Ip地址:
2.配置VirtualBox
网络的连接方式设置为桥接网卡
3.配置Xshell进行SSH登陆
接下就配置完成了;
参考资料:http://www.linuxidc.com/Linux/2016-08/134086.htm