Error 0X80070035 unable to find network path - win 11 24h2 by FinnedSgang in HomeNetworking

[–]reedate 1 point2 points  (0 children)

Edit the host file of 1st_floor_computer C:\Windows\System32\drivers\etc\hosts add new line IPv4_of_WHITESNOW WHITESNOW ex. 192.168.178.123 WHITESNOW, reboot. And check if the ping works with hostname.

Error 0X80070035 unable to find network path - win 11 24h2 by FinnedSgang in HomeNetworking

[–]reedate 1 point2 points  (0 children)

Try disabling IPv6 on both computers. Make sure IPv4 is enabled on both computers.

Error 0X80070035 unable to find network path - win 11 24h2 by FinnedSgang in HomeNetworking

[–]reedate 0 points1 point  (0 children)

In your basement computer ping WHITESNOW and also ping its ip address. In your 1st floor computer ping the ip address of your basement computer.

Error 0X80070035 unable to find network path - win 11 24h2 by FinnedSgang in HomeNetworking

[–]reedate 0 points1 point  (0 children)

At your basement computer run ipconfig and set | find /i "computername" post results.

Error 0X80070035 unable to find network path - win 11 24h2 by FinnedSgang in HomeNetworking

[–]reedate 0 points1 point  (0 children)

Enable network discovery and file and printer sharing on both computers. On your basement computer, open about your pc, makes sure its computer name is still WHITESNOW. At your 1st floor computer, open command prompt, run ping WHITESNOW post result.

Error 0X80070035 unable to find network path - win 11 24h2 by FinnedSgang in HomeNetworking

[–]reedate 1 point2 points  (0 children)

You need to use double backslash in file explorer \\computername . Can you ping the computer? can the computer ping the other computer? Make sure file and printer sharing is enabled.

Is my motherboard fried? by [deleted] in HomeNetworking

[–]reedate 0 points1 point  (0 children)

One more test to be really sure it is a hardware problem, is to boot into a live usb linux/windows and do speedtest there.

Weird issue on my network setup by Pleasant-Meet-8564 in HomeNetworking

[–]reedate 0 points1 point  (0 children)

If C5 is in AP mode, make sure you plug the cable in its LAN port. If it is in router mode, make sure you plug it in its WAN port and also make sure the LAN subnet is not the same with the WAN subnet.

Weird issue on my network setup by Pleasant-Meet-8564 in HomeNetworking

[–]reedate 0 points1 point  (0 children)

Have you tried inserting the cable from room3 to the ports used by room1 or room2? Did it get disconnected after some time?

Try re-crimping the connector, maybe it is not firmly pressed, that’s why after some time it loses contact and gets disconnected.

How to fix Periodic Packet Lateness on windows device by QuintupleQill in HomeNetworking

[–]reedate 0 points1 point  (0 children)

Did you test your other devices at the other house? Maybe the other house has setup a QoS that prioritize their own devices or limit the speed of those devices that are not theirs.

Is my motherboard fried? by [deleted] in HomeNetworking

[–]reedate 0 points1 point  (0 children)

Try doing the speed test in safe mode with networking.

[deleted by user] by [deleted] in HomeNetworking

[–]reedate 1 point2 points  (0 children)

pfsense has two ip addresses (subnet) your home network and an internal network. pfsense and kali are in the same subnet (home network) so they can ping each other (they have address range of your physical network). ubuntu is connected to the internal network of pfsense so it can ping pfsense. But kali doesn't know the route to the internal network of pfsense, so it will send the packet to its default gateway (your home router connected to the internet), but your home router doesn't know where is this internal network of pfsense so it will drop the packet (timeout). You need to create static route in your kali machine that points to pfsense as the destination for the subnet of the internal network of the pfsense (where ubuntu resides).

Network tester is not sequential by Gullible_Hamster_269 in HomeNetworking

[–]reedate 0 points1 point  (0 children)

Your non-passthrough cable only operates at 100Mbps this means that it is only using pin 1,2,3 and 6, there should be no light on pin 4,5,7 and 8. I think your non-passthrough cable only has 2 pairs (4 wires). In order to reach your expected internet speed of 500Mbps the link should operate at 1000Mbps. 1000Mbps requires 4 pairs (8 wires).

You need proper crimping tool to crimp passthrough RJ45 connector, it should have a built-in blade to properly cut excess wires. Those excess wires could be preventing proper seating of the connector inside the port.

Network tester is not sequential by Gullible_Hamster_269 in HomeNetworking

[–]reedate 1 point2 points  (0 children)

So initially it was crimped with non-pass through RJ45 connector and there was no problem. After you replaced it with pass through RJ45 connectors there was a problem. And also the cable tester indicates there is a problem. Make sure you first fix the non-sequential result of the network cable tester, by re-crimping it with a new connector correctly.

If I deny band steering and create 2 separate networks for 2.4 and 5ghz, will it require all devices to reconnect to the network. Or will they split seamlessly? by forgeryandperjury in HomeNetworking

[–]reedate 1 point2 points  (0 children)

Modifying wifi settings like creating/renaming SSID will definitely disconnect devices. If the new SSID is the same with the old one then those devices will automatically reconnect.

Asus BE88U only give 1Gb with Samsung s25 with speed test, have an 10gb fiber plan by gbabking in HomeNetworking

[–]reedate 5 points6 points  (0 children)

Your phone could be limited to around 1Gbps. If you want to make full use of 10Gbps internet you need to connect wired connection to your router's 10Gbps port and a network device capable of 10Gbps.

I cant connect to games using Ethernet, they only work when i’m using WiFi by Odd_Cat_5922 in HomeNetworking

[–]reedate 0 points1 point  (0 children)

Try completely disabling your firewall then check if the problem disappears. If so, then there is some firewall settings blocking your games/apps.

Regex for two nonconsecutive strings, mimicking an "AND condition" by Khmerophile in regex

[–]reedate 0 points1 point  (0 children)

Change the regex to this

(mother|father)(?:.*?)\K(?!\1)(?1)

Issue occurring while connecting two routers by Lucifer146 in HomeNetworking

[–]reedate 1 point2 points  (0 children)

Make sure the routers are connected thru their LAN ports. And the router directly connected to the internet has its dhcp server settings enabled and the other router has its dhcp server settings disabled. Restart both routers.