我不能在我的ubuntu机器上告诉用户操作系统(Windows),但是我可以成功地平掉它的IP地址。
在来宾操作系统的网络设置中,我启用了两个适配器。以下是这两个适配器的设置。
对于第一个适配器:
Attached to: NAT
Adapter: Intel PRO/1000 MT Server(82545SEM)
Promiscuous Mode: Deny
Cable Connect: enabled对于第二个适配器:
Attached to: Host-only Adapter
Name: vboxnet0
Adapter: Intel PRO/1000 MT Desktop(82545SEM)
Promiscuous Mode: Deny
Cable Connect: enabled我在来宾操作系统中的Windows防火墙设置异常中添加了端口1234,只是为了测试。我可以平IP地址和ssh主机操作系统。
这是我执行telnet命令时的结果。
user@micmic:~$ telnet 192.168.56.101 1234
Trying 192.168.56.101...
telnet: Unable to connect to remote host: Connection refused发布于 2017-01-23 20:19:16
请确保安装了以下软件包:
sudo apt-get install ssh
sudo apt-get install telnetd-ssl
sudo apt-get install openssh-serverhttps://askubuntu.com/questions/792983
复制相似问题