以太网适配器 以太网:
连接特定的 DNS 后缀 . . . . . . . :
本地链接 IPv6 地址. . . . . . . . : fe80::c868:5268:10e7:ebef%12
IPv4 地址 . . . . . . . . . . . . : 10.2.2.113
子网掩码 . . . . . . . . . . . . : 255.255.0.0
默认网关. . . . . . . . . . . . . : 10.2.1.1
ubuntu虚拟机网络配置信息:
1 auto lo
2 iface lo inet loopback
3
4
5
6 auto eth0
7 #iface eth0 inet dhcp
8 iface eth0 inet static
9 address 10.2.2.115
10 gateway 10.2.1.1
11 netmask 255.255.0.0
sudo /etc/init.d/networking restart
* Reconfiguring network interfaces...
ssh stop/waiting
ssh start/running, process 4888
start: Job failed to start
路由表信息:
route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.2.0.0 * 255.255.0.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0
default 10.2.1.1 0.0.0.0 UG 100 0 0 eth0
虚拟机也设置桥接了

还有那些地方没有注意到导致这个问题出现? 求解惑,谢谢!