我有一台 Windows VM,在两个不同的 VLAN 上有两个 NIC。NIC
1:10.243.237.167/27,网关 -10.243.237.1 --vlan 10
NIC 2:10.243.235.22/24,未定义网关。---vlan 11
现在,当我尝试 ping/访问 vlan 11 中的 IP 时,我无法这样做。当我进行跟踪时,第一跳是进入默认网关,而不是通过 NIC 2 退出。
然后我尝试添加一条静态路由,我认为这不是必需的,然后它也将默认网关(10.243.237.1)作为第一跳。
静态路由:
netsh interface ipv4 add route 10.243.235.0/24 "PXE" 10.243.235.1
现在有趣的是,当我从 VMware 端断开并重新连接 NIC 时,它开始在 vlan 11 上 ping Ips,但是当我再次断开/重新连接时,它再次失败。
所以我不确定需要做什么才能永久解决这个问题。
添加静态路由后的路由表:
Interface List
20...00 50 56 84 87 29 ......vmxnet3 Ethernet Adapter #2
11...00 50 56 84 38 ff ......vmxnet3 Ethernet Adapter
1...........................Software Loopback Interface 1
12...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
13...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
22...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3
IPv4 路由表
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.243.237.161 10.243.237.167 261
10.243.235.0 255.255.255.0 10.243.235.1 10.243.235.22 6
10.243.235.22 255.255.255.255 On-link 10.243.235.22 261
10.243.237.160 255.255.255.224 On-link 10.243.237.167 261
10.243.237.167 255.255.255.255 On-link 10.243.237.167 261
10.243.237.191 255.255.255.255 On-link 10.243.237.167 261
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 10.243.237.167 261
224.0.0.0 240.0.0.0 On-link 10.243.235.22 261
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 10.243.237.167 261
255.255.255.255 255.255.255.255 On-link 10.243.235.22 261
Persistent Routes:
Network Address Netmask Gateway Address Metric
0.0.0.0 0.0.0.0 10.243.237.161 Default
10.243.235.0 255.255.255.0 10.243.235.1 1
ipconfig /all 输出:
C:\Users\Administrator>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : ABC
Primary Dns Suffix . . . . . . . : XYZ.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : XYZ.COM
Ethernet adapter PXE:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : vmxnet3 Ethernet Adapter #2
Physical Address. . . . . . . . . : 00-50-56-84-87-29
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::443d:5c6a:4c1e:a713%20(Preferred)
IPv4 Address. . . . . . . . . . . : 10.243.235.22(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : 335564886
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1E-E1-D2-6E-00-50-56-84-38-FF
DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : vmxnet3 Ethernet Adapter
Physical Address. . . . . . . . . : 00-50-56-84-38-FF
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::d84e:9a5:16cc:b2d3%11(Preferred)
IPv4 Address. . . . . . . . . . . : 10.243.237.167(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.224
Default Gateway . . . . . . . . . : 10.243.237.161
DHCPv6 IAID . . . . . . . . . . . : 184569942
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1E-E1-D2-6E-00-50-56-84-38-FF
DNS Servers . . . . . . . . . . . : 10.169.66.196
10.169.194.196
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.{AF767DF7-D092-437C-B120-5D0A59C1D8E0}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{7F24A98F-1CF1-4B00-B313-C2064AC12285}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{6C943185-2420-454E-AFFC-3206CB9640E6}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
答案1
不需要静态路由;如果服务器在 10.243.235.0/24 网络上有一个网络接口,它应该已经知道如何到达该网络。
此外,您的静态路由是错误的:它告诉服务器到达 10.243.235.0/24 网络通过网关 10.243.235.1,这不可能起作用,因为网关的 IP 地址就在同一个网络中(我实际上非常惊讶该命令甚至被接受)。
这里缺少的是一条路由,告诉服务器它可以通过 IP 地址为 10.243.235.22 的接口到达 10.243.235.0/24 网络:
10.243.235.22 255.255.255.0 On-link 10.243.235.22 261
但不应手动配置它,因为具有该 IP 地址和子网掩码的网络接口本身就应该自动设置它。
请添加的输出ipconfig /all
,以便我们检查您的网络配置是否有问题。