标签: virtualbox
我在Windows 7 hostmachine上运行的虚拟机上安装了redhat linux。 现在我需要从windows到ssh ssh。 windows IP地址192.168.1.152 网关:192.168.1.2
以太网适配器虚拟机hostonly网络 IP地址192.168.56.1
Linux ip address 10.0.2.15 网关10.0.2.2 我能够从linux连接到互联网。请建议如何ssh。
答案 0 :(得分:0)
您使用的虚拟网络是NAT,如果您想通过ssh连接到redhat,请在虚拟框中添加端口转发规则。
并使用localhost作为putty中的IP地址。
确保SSH守护程序在redhat中运行。