Node knocks out internet in whole house

Issue Report

Environment

Win 10
E5-2690 V4
512gb
23 SSDs in Raid 0
8.9TB

When syncing the node it knocks my entire homes internet out. When closing the node down it comes back on. This has happened to several users on discord. I used gemini 2 just fine.

2 Likes

Thank you for the report! When you say it knocks your internet out does it kill it entirely, or just make it effectively un-usable?

It makes it unusable in the whole home. Not just on the server I’m running it on.

Thank you for the reply, second question is are you using the subspace-cli or running the node and farmer separately?

Running the Node and Farmer separately in the cli. Using the Feb 26th release. Windows.

would you mind trying the unified cli? We have been testing and it appears that the unified cli is less intensive on networks. (running separately results in two instances of the Decentralized Storage Network, where as the unified cli only uses one)

Would love to hear your feedback with this version comparatively to the pathway you have been using in the past.

The dev team is also working on some improvements for this which we hope to have implemented in the near future

I was just reading up on it, seems really easy for beginners. I will give it a shot. Is it gpu assisted?

1 Like

Yes it will utilize gpu for plotting the same as our normal binaries

I tried the cli and it seems to have synced without me having internet issues! But then it crashed after syncing. Error is below.

Node started successfully!
β—Ÿ [05:38:36] 100% [β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ] (375331/375331) 18.47bps, Syncing is done!, ETA: 00:00:00 Starting farmer …
The application panicked (crashed).
Message: Should be populated at this point.
Location: C:\Users\runneradmin.cargo\git\checkouts\subspace-5c1447fb849a5554\cea0fd5\crates\subspace-farmer\src\utils\farmer_provider_storage.rs:111

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Farmer started successfully!
Initial plotting for plot: #0 (C:\Chia.Temp\RAID0\Subspace)
β—  [00:00:00] 0% [ ] (32.00 MiB/8.09 TiB) 145.21 GiB/s, plotting, ETA: 00:00:57

Just trying to keep you up to date. The CLI worked without knocking out the internet but it synced very slowly. Also it would say it was synced every once in awhile but it obviously was not. It would start plotting then crash, I’m assuming due to it wasn’t really synced. I would shut down and start again and it would continue syncing from the last point. This got old having to babysit it so I’m going back to the advanced version which I prefer anyway due to the use of multiple hard drives. I see this new version has a fix for the network issues.

gemini-3c-2023-mar-07 Pre-release

Small update, fixes command for chain purging on the node and makes DSN networking a bit more conservative, hopefully improving situation with software causing networking issues for some users.

I am testing this version now and will report back, I’m going to let the node fully sync first before starting the farmer. It seems to by syncing 100% faster than the cli.

I have experienced similar symptoms to the OP’s title - running a node via CLI would cause all devices on the network to lose Internet connectivity after a while. I managed to get round the issue by removing the ISP supplied router from my WAN setup. Somehow that was the weak link.

I’m not sure what the root cause is but wanted to document my experience in case anyone else searches these symptoms.

The latest investigations on this issue suggest that the root cause may be related to the number of DNS queries being made to the boostrap nodes. If anyone is able to provide any insights into what exactly is happening on their network when the symptoms are present they will be gratefully received as they are super useful in narrowing down the scenario.

I’m seeing the same with subspace-cli-Ubuntu-x86_64-v0.1.8-alpha unified CLI. I was half an hour + on the phone with my internet provider before it came to me that I’ve started the node this morning :sweat_smile: After killing it internet started working again. The symptoms where very confusing with some computers failing to connect to wifi, others connecting but having unstable access.
Let me know what kind of information I can provide to help figuring this out.

1 Like

I’m testing out the advanced release now with the new flags, I have it set to 5 in and 5 out. It seems to help the situation.

–dsn-max-in-connections 5
–dsn-max-out-connections 5

2 Likes

Ed, Punk

Still no joy when testing with this release?:Release gemini-3c-2023-mar-15 Β· subspace/subspace Β· GitHub

Working fine with the new flags for me, I set to 5 in and 5 out. I even tested it with 100 peers in and it still worked fine.

2 Likes

Great!

Many thanks for the feedback!

I’ve started with the advanced march 15 release earlier today with the default dsn settings. It seems fine up to now network wise, although I’ve killed the farmer for another reason: Gemini 3a prerelease testing - Couldn't get a piece from DSN - #9 by edbaff1ed

I’ll report here if I see more issues with the network. Thanks.

Using the defaults still breaks my network. I’m trying the dsn flags as suggested by PuNkYsHuNgRy .

so default subspace-cli v0.1.9-alpha reached out all active connection on my home router
for example: Keenetic Speedster (KN-3012)
after subspace node started in my GUI router i saw active connections 16384/16384. (~2k active connection without running subspace)
and it’s really disturb to use network at home (no new connections possible)

Only stop node and restart router - quick method to make home on-line :C