我正在尝试为我的旧游戏笔记本电脑设置到 WiFi 的静态 IP 连接,以便我可以将其用作服务器。
我通过控制面板等更改 IP 连接。我将其更改为以下内容:
- IP地址:192.168.1.12
- 子网掩码:255.255.255.0
- 默认网关:192.168.1.10
- 首选 DNS 服务器:8.8.8.8
- 备用 DNS 服务器:8.8.4.4
当我关闭它时,我失去了与互联网的连接。以下是IPconfig
我设置静态 IP 地址并运行后的/release
情况/renew
:
C:\Users\slbro>ipconfig
Windows IP Configuration
Ethernet adapter Ethernet:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Ethernet 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . . : fdaa:bbcc:ddee:0:34e0:e8a7:412d:9a1c
Temporary IPv6 Address. . . . . . : fdaa:bbcc:ddee:0:1135:1bc8:25fa:2e8e
Link-local IPv6 Address . . . . . : fe80::a301:b3b5:f26c:84f1%14
IPv4 Address. . . . . . . . . . . : 192.168.1.12
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.10
Ethernet adapter Bluetooth Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
当我将其切换回自动分配 IP 地址时,我的互联网连接就恢复了。
这是IPconfig /all
我返回自动状态后的情况:
Windows IP Configuration
Host Name . . . . . . . . . . . . : DESKTOP-1TQ6IJ0
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : lan
Ethernet adapter Ethernet:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : D4-81-D7-AE-2E-4D
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Ethernet 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : TAP-NordVPN Windows Adapter V9
Physical Address. . . . . . . . . : 00-FF-8C-B2-13-C6
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Local Area Connection* 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
Physical Address. . . . . . . . . : 3C-F8-62-E6-3D-7D
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Local Area Connection* 4:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2
Physical Address. . . . . . . . . : 3E-F8-62-E6-3D-7C
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Bluetooth Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network)
Physical Address. . . . . . . . . : 3C-F8-62-E6-3D-80
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . : lan
Description . . . . . . . . . . . : Intel(R) Dual Band Wireless-AC 3165
Physical Address. . . . . . . . . : 3C-F8-62-E6-3D-7C
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : fdaa:bbcc:ddee:0:34e0:e8a7:412d:9a1c(Preferred)
Temporary IPv6 Address. . . . . . : fdaa:bbcc:ddee:0:38a6:b0cc:4296:fb73(Preferred)
Link-local IPv6 Address . . . . . : fe80::a301:b3b5:f26c:84f1%14(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.20(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 25 April 2023 22:55:54
Lease Expires . . . . . . . . . . : 26 April 2023 22:55:54
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 87881826
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-20-88-A0-08-D4-81-D7-AE-2E-4D
DNS Servers . . . . . . . . . . . : 192.168.1.1
NetBIOS over Tcpip. . . . . . . . : Enabled
有人对我应该看什么有什么建议吗?
答案1
具体来说,在创建静态配置时,您的默认网关应设置为 192.168.1.1,DNS 服务器也应如此。理想情况下,您应确保您的静态 IP 地址超出 DHCP 范围,以便 DHCP 服务器无法将“您的”IP 地址分配到其他地方。
一般来说,创建静态配置时,使用通过 DHCP 提供的值作为起点。
对于非服务器且不打算全天候运行的机器,更好的选择是在 DHCP 服务器中创建预留分配。(有时这称为粘性地址。)这使您的机器仍可使用 DHCP 获取其设置,但 DHCP 服务器保证始终为您分配相同的指定地址。
答案2
根据所有评论和您的回复,我建议如下:
如果您使用的是静态 IP,请确保路由器有 DHCP 部分,然后其他所有内容都可用于静态。使用您的路由器登录并转到 LAN 设置页面。找出您的 DCHP 范围。我使用 .100 到 .254,为了我自己的心态,我将静态 IP 地址保持在 .050 以下。Apple iPhone 可能会出现故障,所以我过去一直将它们保持静态。现在我使用 iPhone 的 DCHP 预留。
我们已经确定您的路由器网关应为(此处)192.168.1.1。您使用的是 192.168.1.10,这不起作用。对我来说,DNS 服务器是 ISP 提供的,我使用这些服务器。这是一个路由器设置,然后可以在工作站上为其设置静态。
如果您的路由器支持 DHCP 预留,请使用此功能,如果工作站的网络 MAC 地址在预留表中,请在预留表中提供 DHCP 地址(为此在路由器中保留一部分 DHCP)。然后对于工作站,使用 DHCP 自动设置,您将始终获得相同的 IP,这将在您尝试设置的服务器中工作。
这些是您应该努力实现的基本目标。