我有一台 Windows 11 PC 通过以太网适配器 ( 192.168.137.1/24
) 共享其(无线 LAN)互联网连接:
Wireless LAN adapter WLAN:
Connection-specific DNS Suffix . : router.local
IPv4 Address. . . . . . . . . . . : 192.168.178.62
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.178.1
Ethernet adapter Ethernet 6:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::c473:b359:2bd3:fb0%3
IPv4 Address. . . . . . . . . . . : 192.168.137.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
第二台 PC(通过以太网连接)的以太网适配器具有以下设置:
Ethernet-Adapter Ethernet 2:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::51e6:fd36:9678:15fb%12
IPv4-Adress . . . . . . . . . . . : 192.168.137.2
Link-local IPv6 Address . . . . . : 255.255.255.0
Standardgateway . . . . . . . . . : 192.168.137.1
路由表有正确的条目:
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.137.1 192.168.137.2 281
(...)
===========================================================================
Persistent Routes:
Netzworkaddress Netmask Gatewayaddress Metric
0.0.0.0 0.0.0.0 192.168.137.1 Standard
===========================================================================
PC 可以相互 ping 通(on192.168.137.1
和192.168.137.2
),但从8.8.8.8
PC2 ping 不再起作用(据我记得在我第一次尝试设置后它曾经起作用)。知道问题可能是什么吗?
我试过了:
- 互联网连接适用于 PC1
- 停用 PC1 上的防火墙并没有改善任何问题
- 停用 IP6(两个适配器)没有任何改善
- tracert 只显示超时
重置互联网共享工作正常。虽然我最终创建了一个 WLAN 到以太网的桥接器,但它最终变得更加稳定。