Basically restart the modem by cutting the power every time the connection is flaky. With a very complicated setup. Cutting power repeatedly a large number of times is a great way of eventually bricking the box. This modem has an admin web interface. The author could have used it to trigger a restart. The whole thing could have been automated with just a pi at 100 times less cost, effort and risks.
Automatically fixing packet loss on my connection
11–20 of 40 posts
Re: Automatically fixing packet loss on my connection
#12Basically restart the modem by cutting the power every time the connection is flaky. With a very complicated setup. Cutting power repeatedly a large number of times is a great way of eventually bricking the box. This modem has an admin web interface. The author could have used it to trigger a restart. The whole thing could have been automated with just a pi at 100 times less cost, effort and risks.
Re: Automatically fixing packet loss on my connection
#13Basically restart the modem by cutting the power every time the connection is flaky. With a very complicated setup. Cutting power repeatedly a large number of times is a great way of eventually bricking the box. This modem has an admin web interface. The author could have used it to trigger a restart. The whole thing could have been automated with just a pi at 100 times less cost, effort and risks.
You can’t access that web interface from the internal network as the Vigor 130 is not a router. Unless someone has a fancy trick I’m missing I have to disconnect my router and connect a laptop directly to the modem with a fixed IP to access it, unfortunately. The Vigor 130 is really more of a PPPoA to PPPoE converter, or at least, that’s how it’s commonly used.
Then you could use WiFi to talk to the PI?
Re: Automatically fixing packet loss on my connection
#14Basically restart the modem by cutting the power every time the connection is flaky. With a very complicated setup. Cutting power repeatedly a large number of times is a great way of eventually bricking the box. This modem has an admin web interface. The author could have used it to trigger a restart. The whole thing could have been automated with just a pi at 100 times less cost, effort and risks.
On the upside, if he manages to brick it, the ISP will replace it and maybe his problem will be fixed.
Re: Automatically fixing packet loss on my connection
#15Earlier quoted context omitted.
You can’t access that web interface from the internal network as the Vigor 130 is not a router. Unless someone has a fancy trick I’m missing I have to disconnect my router and connect a laptop directly to the modem with a fixed IP to access it, unfortunately. The Vigor 130 is really more of a PPPoA to PPPoE converter, or at least, that’s how it’s commonly used.
Could you put a dumb switch between the Vigor and your LAN? And have the Raspberry PI be connected with a fixed IP directly to the modem? Then you could use WiFi to talk to the PI?
Re: Automatically fixing packet loss on my connection
#16Earlier quoted context omitted.
On the upside, if he manages to brick it, the ISP will replace it and maybe his problem will be fixed.
I’ve never had a device brick by removing the power. The only button on the Vigor 130 immediately cuts the power too: there’s no “shutdown” button.
Re: Automatically fixing packet loss on my connection
#17If you are willing to throw a bit of money rather than code at the problem: Ubiquiti has a power strip in beta now that uses statistics from their routers to decide when to power cycle upstream devices. You can also find "Web Power Switches" ( https://www.amazon.com/dp/B0765NCB2L ) under $200 that are scriptable, so when a ping to a specific site fails it cycles power to a set of devices.
Ooh I didn’t know about that Ubiquiti strip. I must admit that I didn’t even look about for existing solutions (honestly I just wanted to finally have a use for these plugs I had lying about).
Re: Automatically fixing packet loss on my connection
#18Re: Automatically fixing packet loss on my connection
#19Re: Automatically fixing packet loss on my connection
#20Earlier quoted context omitted.
I’ve never had a device brick by removing the power. The only button on the Vigor 130 immediately cuts the power too: there’s no “shutdown” button.
Your device’s firmware is not even able to keep a connection up for a few hours. Which is its main function. Do you trust that they tested its code for recovering partitions that were not unmounted cleanly?