
Other travelers could benefit from supplementing an overwhelmed hotel or conference Internet connection with a cellular connection. Then there are those who regularly commute on trains and might benefit from bonding the train Wi-Fi with a cellular connection to participate in video calls while on the move. Even if none of those connections work well all the time, they could be fine together. I could imagine Speedify being useful for people who live in rural areas with dodgy DSL, spotty satellite, and sketchy cellular. Channel bonding increases performance, automatic failover boosts reliability, and automatic prioritization of audio and video streams makes it suitable for streaming. In essence, Speedify is a software-based VPN that promises to combine multiple Internet sources into a single connection that’s faster, more secure, and more reliable. Speedify Bonds Multiple Internet Connections for Speed and ReliabilityĪre there times when you have various possible Internet connections-Wi-Fi, DSL, satellite, cellular-none of which are particularly fast or reliable? That isn’t a problem I have these days, so I haven’t tested Speedify, but I find it a sufficiently compelling idea that I wanted to mention it briefly.

To stop using the Ethernet for sharing, configure the sharing options in /etc/speedify/nf.
SPEEDIFY ON RASPBERRY PI INSTALL
Sudo apt install network-manager Stop Speedify Sharing If you are using Ubuntu Server, it doesn't come with Network Manager installed, so you will need to install Network Manager for the sharing feature to work. On Ubuntu, Speedify uses Network Manager for sharing. Subsequent starts should be much quicker. The first time running this after enabling sharing might take a little while so that Speedify can install and configure the necessary packages. Exit the text editor (nano) by hitting ctrl+X and then run: sudo service speedify-sharing restart Once you have configured the sharing settings, save the file (if you are using nano, hit ctrl+O and press enter to save). You can adjust the sharing subnet and DNS settings, if desired. If sharing over an ethernet connection, those are the only options you need to configure. Pick one ethernet card to share with your client or client devices, and it must not be one of the ones that are connected to the internet already. Note that you can only share over an Ethernet port that is not connected to an internet source.

On Ubuntu, the built-in interface will be different depending on the hardware you have. For Raspberry Pi users, "eth0" is typically the built-in Ethernet port. Where eth1 is the interface that will connect to the client devices. To share over an ethernet interface eth1, set: ENABLE_SHARE=1

Make sure you have root access by using the sudo command. You can edit the config with nano, in that case, the command would be as follows: sudo nano /etc/speedify/nf Configuring Speedify as an Ethernet RouterĬonfigure the sharing options in /etc/speedify/nf. Speedify can be configured to share the VPN connection as an Ethernet router that other devices can join. How can I share my Speedify connection on Linux via Ethernet (Ubuntu and Raspberry Pi OS)?
