-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daemon v0.4.0-dev Kills Netgear C3700 #2234
Comments
Thanks! I love seeing how fragile ISP's infrastructure is. We really should have an option to disable upnp or something along those lines. Maybe its just that its happening too often? This is kinda strange. |
Np! I wish I could have recorded some of the conversations I had with them while trying to register an already registered mac address. Also this is my first all powerful fry's electronics buying xp (midwest lacks fry's). -.- googling "UPnP set event kills c3700" brings this issue to first search result :) googling "UPnP set event c3700" returns from an "esteemed contributer" on the netgear forums Only thing I can think to try is disabling UPnP at the router. Which I have no idea what that would do to a p2p app like ipfs... edit... disabling UPnP results in active TCP connections still. Maybe the router will stay alive? |
Disabling UPnP seems to have fixed the logs getting dumped, however the problem persists this morning. Seems to kick me off more randomly now and was staying online with ipfs longer than normal last night. |
@nginnever it could be a few other things, too:
Try using cjdns and pipe all your connections through some host outside your crap router / isp. i've had bad experiences with ISPs including throttling torrent downloads of linux ISOs, and of blizzard game updates. In the US, Comcast for example would trickle your speed down dramatically, introduce fake latency, and intermittent disconnections (forged TCP RST packets AND dropping all traffic for some time). the FCC got on their case about it: https://www.eff.org/deeplinks/2008/08/fcc-rules-against-comcast-bit-torrent-blocking -- But then! this happened: https://en.wikipedia.org/wiki/Comcast_Corp._v._FCC so it's not clear what the state is today. |
Hi ! I have the same problem. With a technicolor modem from my ISP : http://wwwch.upc-cablecom.ch/fr/tc7200.u_user_manual_eng_v17.pdf It never crashed before, but each time I start ipfs it will hang (the wifi AP disappear, ethernet links too) after a while (between 5 and 30 minutes). If you want, I can do further analysis of that issue (even if I'm not sure where to start). Any advice is welcome ! |
I also had issues with similar Technicolor modem, also from ISP. Similar symptoms but it isn't 100% reproducible. |
you might have some luck using this to send upnp requests to your modem manually |
I have a wireshark capture of the moment when a cut happens. There is an unusual burst of IPv6 communication from/to port 4001. And less than 3 seconds later the modem is dead. Interestingly, it is back after ~5 minutes, by itself. I'll try to disable IPv6 and see if it changes something. |
MDNS is only used for local discovery, I'd be surprised if that's an issue, but you can still try disabling it in the config: |
I have disabled IPv6 and still encountered the issue. I disabled MDNS like you said, and my router seems to be no longer crashing. Strange… |
It is indeed the case, when I do one MDNS query per second, my router is slower and crash after a few minutes. I don't really know what to do now. |
hrm... i'm guessing your router has buggy support for mdns then... We should start a list for modem/router issues like this |
@palkeo in the meantime you could disable MDNS, or give OpenWrt a try: https://wiki.openwrt.org/toh/start The wiki doesn't list it as supported yet though. |
@palkeo Can't thank you enough! I can confirm another Technicolor router has this issue. My model is DPC3848VE. Disabling MDNS seems to do the trick. EDIT: Alas, I spoke too soon. It certainly improved the time it took before crashing but that's all. |
A new time warner cable plan and a "new" (new in quotes since time warner was kind enough to inform me that my mac address was already registered to an account and they would need to talk to a supervisor to replace it, so maybe it is not out of the box with factory settings as it was sold to me) netgear c3700. Plugged it in with all (maybe) factory settings. Running go-ipfs daemon for more than 5 minutes will consistently knock all active connections to the modem/router offline. All wifi connected devices and any ethernet connect devices. Modem reboot restores the network.
I haven't spent much time troubleshooting what could cause this and will probably replace the modem tomorrow out of laziness or lack of time. If that is not the case and anyone has suggestions on things we can try to figure this out I will of course try.
I did dump some logs from the router during a 5 minute interval of running the daemon before it crashed the network.
Cheers!
The text was updated successfully, but these errors were encountered: