F5F Stay Refreshed Power Users Networks Slow ethernet speed ?

Slow ethernet speed ?

Slow ethernet speed ?

Pages (3): Previous 1 2 3
P
PinkSky_xoxo
Member
64
03-07-2018, 09:47 PM
#21
I've repositioned the cable between the yellow and orange ports. No variation in speed or download performance. The cable is CAT 6, replacing the CAT 5e one I previously used. Nothing changed.

The LED remains white, matching the manual's description that it signals the router is functioning properly.

I was able to log into the router to disable IPV6, which I also adjusted in the Windows Ethernet settings.
P
PinkSky_xoxo
03-07-2018, 09:47 PM #21

I've repositioned the cable between the yellow and orange ports. No variation in speed or download performance. The cable is CAT 6, replacing the CAT 5e one I previously used. Nothing changed.

The LED remains white, matching the manual's description that it signals the router is functioning properly.

I was able to log into the router to disable IPV6, which I also adjusted in the Windows Ethernet settings.

M
May_V2
Junior Member
40
03-07-2018, 11:37 PM
#22
Check if QOS is active in the router. If yes, disable it or adjust the priority so the LAN takes precedence over Wi-Fi. Avoid using QOS on a cable modem/router unless you encounter bandwidth problems, as it introduces additional software delays and reduces connection speed.
M
May_V2
03-07-2018, 11:37 PM #22

Check if QOS is active in the router. If yes, disable it or adjust the priority so the LAN takes precedence over Wi-Fi. Avoid using QOS on a cable modem/router unless you encounter bandwidth problems, as it introduces additional software delays and reduces connection speed.

E
EPIC_GT
Member
219
03-08-2018, 01:57 AM
#23
You haven't found any QOS options in the router's interface.
E
EPIC_GT
03-08-2018, 01:57 AM #23

You haven't found any QOS options in the router's interface.

N
NastyBastrd
Member
186
03-08-2018, 08:39 AM
#24
@RadioMatic
If you are willing to try another approach then I suggest using some Powershell "Get" cmdlets.
Get cmdlets are safe and do not change anything. They simply get information from the host system.
For example:
Get-NetAdapter
Get-NetIPConfiguration
Get-NetAdapterAdvancedProperty -Name "*"
(AdvancedProperty likely being the most useful for immediate comparative purposes. Especially DisplayName and DisplayValue.)
Feel free to google the cmdlets - overall, stay with Microsoft links and focus on just the basic cmdlet.
= = = =
On both the desktop and the laptop open and run Powershell. Admin rights should not be necessary.
Run each cmdlet (you can type in the cmdlet directly or copy & paste).
You will likely notice some things that you have seen before. Either via "ipconfig", the network adaptor settings, or in the router's admin screens.
Some things will be identical with respect to desktop and laptop. Other things will be different (wired vs wireless).
The end objective being to go into more details about the respective network configuration settings of the desktop and the laptop.
N
NastyBastrd
03-08-2018, 08:39 AM #24

@RadioMatic
If you are willing to try another approach then I suggest using some Powershell "Get" cmdlets.
Get cmdlets are safe and do not change anything. They simply get information from the host system.
For example:
Get-NetAdapter
Get-NetIPConfiguration
Get-NetAdapterAdvancedProperty -Name "*"
(AdvancedProperty likely being the most useful for immediate comparative purposes. Especially DisplayName and DisplayValue.)
Feel free to google the cmdlets - overall, stay with Microsoft links and focus on just the basic cmdlet.
= = = =
On both the desktop and the laptop open and run Powershell. Admin rights should not be necessary.
Run each cmdlet (you can type in the cmdlet directly or copy & paste).
You will likely notice some things that you have seen before. Either via "ipconfig", the network adaptor settings, or in the router's admin screens.
Some things will be identical with respect to desktop and laptop. Other things will be different (wired vs wireless).
The end objective being to go into more details about the respective network configuration settings of the desktop and the laptop.

E
Ethmasher
Member
96
03-08-2018, 02:43 PM
#25
I executed the powershell command and shared the findings below. The laptop details are in a different update. Thanks!
E
Ethmasher
03-08-2018, 02:43 PM #25

I executed the powershell command and shared the findings below. The laptop details are in a different update. Thanks!

Pages (3): Previous 1 2 3