1-关闭虚拟机防火墙
2-开启sshd
3-配置CRT连接


(永久关闭防火墙,打开sshd,开机启动sshd,这样SecureCRT才能连接chkconfig iptables off;service sshd start;chkconfig sshd on;)

1-关闭防火墙
从图形界面进入命令行界面:快捷键ctrl+alt+f5
关闭防火墙service iptables stop
(开启防火墙service iptables start ,查看防火墙状态service iptables status )

2-开启sshd
service sshd start ;
chkconfig sshd on;–开机启动

3-配置CRT
查看本虚拟机IP:ifconfig
配置CRT连接
通过CRT连接虚拟机的linux
通过CRT连接虚拟机的linux
通过CRT连接虚拟机的linux

相关文章: