Dostaję moje połączenie internetowe od faceta (odtąd nazywaj go moim usługodawcą). Daje połączenia internetowe wielu studentom tutaj w moim hostelu. Mój komputer otrzymuje prywatny adres IP za pośrednictwem swojego serwera DHCP. Teraz, kiedy włączam Wi-Fi, mój komputer otrzymuje prywatny adres IP tak, jak powinien i mogę dobrze połączyć się z Internetem. Ale teraz, kiedy podłączam kabel LAN, mój komputer otrzymuje trochę „Adres IPv4 automatycznej konfiguracji” 169.254.110.154 (Preferowany) i nie mogę połączyć się z Internetem. Oto wyjście ipconfig / all dla portu Ethernet:
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Marvell Yukon 88E8059 PCI-E Gigabit Ethernet Controller
Physical Address. . . . . . . . . : <<MAC DISPLAYED HERE>>
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::5054:a347:7d06:6e9a%11(Preferred)
Autoconfiguration IPv4 Address. . : 169.254.110.154(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : 285222078
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-14-50-AC-68-54-42-49-EE-52-16
DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
NetBIOS over Tcpip. . . . . . . . : Enabled
Próbowałem także:
Start a command prompt as admin.
Run "netsh winsock reset"
Run "netsh interface ipv4 reset"
Run "netsh interface ipv6 reset"
Restart your computer.
Wszystko to nie działa. Masz pomysł, aby rozwiązać problem?
Odpowiedzi:
Właściwie to był problem z moim dostawcą Internetu. To był problem z konfiguracją DHCP. Prawdopodobnie zmapował ten sam adres IP na 2 różne adresy MAC lub coś w tym rodzaju. Wiem tylko, że problem polegał na konfiguracji serwera DHCP po stronie usługodawców. Dlatego w przyszłości, jeśli ktoś napotka taki problem, najpierw sprawdź konfigurację DHCP mapowania między adresem MAC a adresem IP.
źródło