-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Wireless and Networking
- Ethernet Internet Not Connecting ( PPOE)

Create an account on the HP Community to personalize your profile and ask a question
12-01-2019 09:29 PM - edited 12-01-2019 09:31 PM
When i want to connect internet via lan to laptop, then its shows as like this * The connection was closed by the remote computer*
Please solve the problm as soon as possible
.
For clear my question, i've attached pic of prblm
12-02-2019 02:19 AM
Hi
Copy, Paste and Save in Notepad, as LBB.bat (not a .TXT) and double click to run.
Preferably run as an Administrator.
OR
Copy and use the individual command lines as needed.
Post anything non-personal, but relevant please.
@Echo OFF
getmac
netsh lan show interfaces
netsh wlan show interfaces
netsh wlan show drivers
PAUSE
systeminfo
PowerShell -Command "Get-NetAdapter"
PowerShell -Command "Get-NetAdapter -Name * | Format-Table -View Driver"
PowerShell -Command "GIP -Detailed"
PowerShell -Command "Test-NetConnection"
PAUSE
Post some of the info please. The first block are more relevant.
12-03-2019 01:43 AM - edited 12-03-2019 01:45 AM
Hi
You have an ethernet adapter, it seems to be installed with a driver, all is correct.
The cable is known to be good?
Typical values could be...
ipconfig -all
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek PCIe FE Family Controller
Physical Address. . . . . . . . . : BB-BB-BB-BB-BB-28
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . :
IPv4 Address. . . . . . . . . . . : 192.168.0.31(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCPv6 IAID . . . . . . . . . . . :
DHCPv6 Client DUID. . . . . . . . :
DNS Servers . . . . . . . . . . . : 8.8.8.8
8.8.4.4
NetBIOS over Tcpip. . . . . . . . : Enabled
So I think you need to ensure you have chosen AUTO for network addresses or specified your own correctly.
ping 127.0.0.1 is a self test of an adapter (disable WiFi)
ping 192.168.0.1 is to the router/modem (192.168.1.1)
ping bbc.co.uk is obvious.
If in doubt please ask.