|
Answer» Hello all , As you can read in the title, I can't connect with my wired Internet connection. The message keeps saying 'Ethernet can't find IP configuration'. Although I am connected to it, it's just says 'limited'.(Doesn't work for my windows 7 & 8.1) - Realtek PCIe FE Family controller Situation: I live in a new appartement - Got cable PORT to connect with PC - Tried with my neighbour's laptop and worked for him - about 4 other people on this network. I've been trying to solve this issue for over 6 hours now and I'm so tired and desperate.. Is there anyone who could please help me out? Thanks in advance x Go to command shell and run the following commands
IPCONFIG/Release
IPCONFIG/Renew
This will refresh the IP Address lease and grab a new IP lease from DHCP from router .
IPCONFIG/FlushDNS
This will flush the DNS cache
Now try to get to the web etc. If it still doesnt work then run the following:
IPCONFIG/All
and then write down the following info and share it here:
Quote IPv4 Address. . . . . . . . . . . : ?
Subnet Mask . . . . . . . . . . . : ?
Default Gateway . . . . . . . . . : ?
DHCP Server . . . . . . . . . . . : ?
DNS Servers . . . . . . . . . . . : ?
Below is an example from my IPCONFIG/All
QuoteMicrosoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Dave>ipconfig/all
Windows IP Configuration
HOST Name . . . . . . . . . . . . : Athlon4450B Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local AREA Connection 2:
Connection-specific DNS Suffix . : DESCRIPTION . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet NIC Physical Address. . . . . . . . . : 00-10-B5-69-65-ED DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::5c9e:f0f0:8f5e:3c14%11(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.55.10(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Wednesday, January 07, 2015 7:01:15 PM Lease Expires . . . . . . . . . . : Thursday, January 08, 2015 7:01:15 PM Default Gateway . . . . . . . . . : 192.168.55.1 DHCP Server . . . . . . . . . . . : 192.168.55.1 DHCPv6 IAID . . . . . . . . . . . : 301994165 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-33-70-DF-00-30-67-25-5F-75
DNS Servers . . . . . . . . . . . : 192.168.55.1 NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.{64C3A44E-F24C-4E92-A571-336FBC787C31}:
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 Local Area Connection* 11:
Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6ab8:1cc4:75c:bde0:71d6(Prefe rred) Link-local IPv6 Address . . . . . : fe80::1cc4:75c:bde0:71d6%13(Preferred) Default Gateway . . . . . . . . . : :: NetBIOS over Tcpip. . . . . . . . : Disabled
C:\Users\Dave>
|