Build Your Own Network Bonding Router: Raspberry Pi with Speedify for Faster Internet

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • In this tutorial video, we will show you how to build your very own Network Bonding Router using a Raspberry Pi and Speedify. Say goodbye to slow and unreliable internet connections! With this setup, you can combine multiple internet connections to create a faster, more stable, and more efficient network.
    We will guide you through the step-by-step process, from setting up the Raspberry Pi to installing and configuring Speedify. By the end of this video, you'll have a powerful Network Bonding Router that can significantly boost your internet speed.
    But that's not all! We will also provide you with a detailed explanation of the commands needed to install Speedify on your Raspberry Pi. This way, you'll have a complete understanding of the process and can easily follow along.
    Whether you're a tech enthusiast, a gamer, or someone who simply wants faster internet, this tutorial is for you. Don't settle for slow connections any longer. Join us on this exciting journey of creating your very own Network Bonding Router with Raspberry Pi and Speedify.
    Make sure to like this video, subscribe to our channel, and hit the notification bell to stay updated with our latest tutorials. Get ready to supercharge your internet speed with Raspberry Pi and Speedify!
    Commands used in this video:
    To update the Raspberry Pi OS after the initial boot, follow these steps:
    1. Start by updating the list of repository packages:
    sudo apt update
    2. Once the update is complete, run the update command:
    sudo apt dist-upgrade
    3. Follow any instructions or prompts that appear and wait for the Raspberry Pi to finish updating.
    4. Delete unnecessary files that were downloaded during the update:
    sudo apt clean
    5. Restart the Raspberry Pi:
    sudo reboot
    After the reboot, your Raspberry Pi will be running the latest version of the Raspberry Pi OS.
    To install Speedify on Raspberry Pi, follow these instructions:
    1. Open the Linux Terminal and copy/paste the command below:
    wget qO get.speedify.com | sudo -E bash -
    2. Configure the sharing options in /etc/speedify/speedify.conf using a text editor with root access. For example, using nano:
    sudo nano /etc/speedify/speedify.conf
    3. Set the following options to share over the desired Ethernet interface (e.g., eth0):
    ENABLE_SHARE=1
    SHARE_INTERFACE="eth0"
    4. Save the file and exit the text editor.
    5. Restart the Speedify sharing service:
    sudo service speedify-sharing restart
    To autostart Speedify on boot and have it running in the system tray:
    1. Click on the hamburger menu (☰) in the top left corner and find the "Connect at Startup" option.
    2. If the setting is On, Speedify will automatically start when you boot your device and connect to a Speedify server.
    3. To set Speedify to automatically connect, run:
    /usr/share/speedify/speedify_cli startupconnect on
    To have the GUI start automatically as well, create the autostart directory:
    mkdir ~/.config/autostart
    4. Copy the speedifyui-autostart.desktop script to the autostart directory:
    cp /usr/share/speedifyui/speedifyui-autostart.desktop ~/.config/autostart/
    Please note that the Speedify GUI will not appear on the screen but will be running in the system tray.
    Timestamps:
    00:00 Introduction of the project
    00:33 Step-1 Getting RaspberryPi ready : How to install RaspberryPi OS
    02:55 Step-2 Install Speedify on RaspberryPi
    04:05 Step-3 Create a Speedify Account
    04:44 Step-4 Run Speedify on RaspberryPi
    06:14 Step-5 Setup Network Bonding Router
    09:09 Conclusion
    Our Social Presence:
    Instagram:
    / gadgetspod
    / streampodindia
    RUclips:
    / @gadgetspod
    Websites:
    streampod.in
    gowebtechnologies.com
    For queries / product enquiry contact: +91-8087856167
    Chat with us @ Whats App: chat.whatsapp.com/KH5Pib2civD...
  • НаукаНаука

Комментарии • 49

  • @TerenceKearns
    @TerenceKearns 10 месяцев назад +1

    This looks very helpful. I'm going to try it out tomorrow.

    • @gadgetspod
      @gadgetspod  10 месяцев назад

      Let me know how it goes.

  • @pierrebessette7976
    @pierrebessette7976 Год назад +1

    excellent ! thanks.

  • @vl-tz3453
    @vl-tz3453 5 месяцев назад

    I hope you make more videos about speedify, and try to bond two starlink with it. it be nice :) anyways this is a great video. Thank you!

    • @gadgetspod
      @gadgetspod  4 месяца назад

      Thanks for your encouragement. Sadly we don’t have starlink access at my country location. But surely it will work. I know a few people who tried and successfully done it.

  • @thatLion01
    @thatLion01 9 месяцев назад +1

    Really nice guide

    • @gadgetspod
      @gadgetspod  9 месяцев назад

      Thanks. Glad this helps you.

  • @fishinwithfro
    @fishinwithfro Год назад +2

    Amazing Thank you. Does this work on 3B or just 4? Also, what kind of speeds are you getting thru the Speedify VPN?

    • @gadgetspod
      @gadgetspod  Год назад

      Raspberry Pi 4 . In our testing we continuously run uploading to RUclips at 6Mbps for 2 hours without any issues. Used 2 network dongles. Speed test gives 25+ Mbps upload and 50+Mbps download.

    • @sumkitteh
      @sumkitteh 10 месяцев назад +1

      Good catch - that's one of the tells - this video is NOT about what's in the headline -

  • @PodClips143
    @PodClips143 6 месяцев назад +1

    Hi, everything works fine but I can't get the router to send the bonded network as the Wi-Fi. Any solutions?? I connected the router through the ethernet cable and set it up as eth0 to emmit signal. Is that right??

    • @gadgetspod
      @gadgetspod  6 месяцев назад

      Glad that we able to assist and solved your issue .

  • @stefankarlsson1720
    @stefankarlsson1720 6 месяцев назад

    Hi, great video! We are streaming live youth soccer using an AI camera (Veo camera 2). This camera has two options. Use a 4g LTE sim card or connect to a wi-fi. But we would like a more stable stream using bonding. But as we are filming/streaming on-site with no access to a power source. We would need to run the raspberry pi as in this video but using a powebank. Would that work or will the raspberry consume to much power for this to work? Will a powerbank give enough power for it to boot and run without issue until the battery is drained.

    • @gadgetspod
      @gadgetspod  4 месяца назад +1

      Yes it should work fine with a good powerbank with 5.1 V 3 amps output. Try Anker power bank.

  • @Yupmoh
    @Yupmoh 10 месяцев назад +2

    Is this an on-premise solution? is the bonding happening on the raspberry pi itself? or still being sent to Speedify servers?

    • @gadgetspod
      @gadgetspod  10 месяцев назад

      This is a hybrid solution where the bonding happens at Speedify servers via Speedify installed on raspberrypi.

  • @JapanEvents
    @JapanEvents Месяц назад

    hello i purchased 2 4g lte dongle and it connected to the internet but it does not support to use internet. i could not to setup this unit yet. please explain about sim card which type sim should we buy.? i am living in japan so i using AU sim and Docomo Sim card. i tried to use this dongle separately before make this unit. but i could not go to internet using my sim card. please explain about sim card

    • @gadgetspod
      @gadgetspod  12 дней назад

      Did you able to connect to Internet via these dongles on your laptop?

  • @riccardoambrosi7461
    @riccardoambrosi7461 4 месяца назад

    What 4g usb sticks are you using? I can see they are Huawei but I can't see the model

    • @gadgetspod
      @gadgetspod  4 месяца назад

      Huawei E8372 USB 4G Dongles

  • @livebythebay
    @livebythebay 10 месяцев назад +1

    Insteading of sharing ETH0. Is it possible to share the bonding with wifi instead? If so, how can I do that? Like sharing the bonded dongles with wlan0

    • @gadgetspod
      @gadgetspod  10 месяцев назад

      Yes it is possible. You can share bonded network with WiFi instead of lan.

    • @sumkitteh
      @sumkitteh 10 месяцев назад +1

      Yes, but this video is not about the actual bonding of interfaces, it's about pushing certain Raspberry Pi software - "speedify" - that software is NOT required for port bonding, just For The Record, most of this video is non sequiter to the title. I'm pretty sure it's an AI Generated script on the topic given in the headline. Note there are a number of anomalies in the video imagery, too, that show this not about actual use cases, but is a proof of concept for the software, only.

    • @gadgetspod
      @gadgetspod  10 месяцев назад +3

      @@sumkitteh Actually we use this for bonding multiple networks for our outdoor live events. It’s been a year we are using this for our clients live events at different locations. Sorry to hear that you didn’t like certain parts of this video. My bad, may be I need to work more on it. Our aim is to share what’s works for us and may help someone else looking for similar solutions.
      We also use this for our events where we get live feed from outdoor locations to our studio for live graphics overlays and titling etc.

    • @PodClips143
      @PodClips143 6 месяцев назад

      Can you please share how? I am trying to do that.@@gadgetspod

    • @livebythebay
      @livebythebay 5 месяцев назад

      @@gadgetspod when I change sharing to wlan0 it does not share to wifi. how can I do this?

  • @LittleBunniesWorkshop
    @LittleBunniesWorkshop Год назад +1

    We need to buy one made to order. Is it possible?

    • @gadgetspod
      @gadgetspod  Год назад

      Yes. Contact via what’s app link in description.

  • @DiyintheGhetto
    @DiyintheGhetto 8 месяцев назад +1

    What are the white dongles on the pi?

    • @gadgetspod
      @gadgetspod  7 месяцев назад

      These are Huawei e8372 4g network dongles.

  • @saravanadigitalstudiovpm
    @saravanadigitalstudiovpm 6 месяцев назад +1

    Is it work in pi5?

  • @HusseinMohamed-ej3ch
    @HusseinMohamed-ej3ch 4 месяца назад

    Can I use other versions like pi 3?

    • @gadgetspod
      @gadgetspod  4 месяца назад

      Absolutely! Speedify runs on the Raspberry Pi and several other, similar devices.
      Raspberry Pi (and Raspberry Pi-like) devices and operating systems we've tested with:
      Raspberry Pi 4 B with Raspberry Pi OS(32 bit)
      Raspberry Pi 3B+ with Raspberry Pi OS (32 bit)
      Raspberry Pi 3B+ with Ubuntu Mate (64 bit)
      ODroid N2 with Ubuntu 18.04 (64 bit)

  • @okcomeoneverybody
    @okcomeoneverybody 11 месяцев назад

    Raspberry lan to lap's lan port ?

    • @gadgetspod
      @gadgetspod  11 месяцев назад

      Yes it’s setup that way for convenience.

  • @ccmks
    @ccmks 7 месяцев назад +1

    Unfortunately, the internet will be as good as the speedify server capacity. If the capacity is full, then you will experience far less speed bonded connection compared to single WAN connection.

    • @papecoly2632
      @papecoly2632 7 месяцев назад

      Can you elaborate please? what can limit speedify servers capacity? Is there any solution to failover on just one connexion if we meet that sceanario?

    • @charlesbeeman
      @charlesbeeman 6 месяцев назад

      This is such a goofy complaint by ccmk. Literally any server of any type will be limited by that server's connection. This is not a complaint that is unique to speedify, or bonding.@@papecoly2632

  • @user-ru1vg8bo6u
    @user-ru1vg8bo6u Год назад

    Nice. What’s the price if we want one made?

    • @gadgetspod
      @gadgetspod  Год назад

      Message on Whats app link in the video description.

  • @GoWebTechnologies
    @GoWebTechnologies Год назад

    We want one made as well. Will contact.

    • @gadgetspod
      @gadgetspod  Год назад

      Yes find what’s app link in video description.

  • @sumkitteh
    @sumkitteh 10 месяцев назад +1

    The wireless keyboard shown does not require a mouse - wtf yalll is this some kind of AI generated script? Get to the good stuff, quit trying to "sell" me by hijacking buzwords....

  • @shyamgupta8205
    @shyamgupta8205 Год назад

    This is something new @speedify

  • @user-lc8ee4pv5m
    @user-lc8ee4pv5m Год назад

    Nice #networkbonding router with @speedify and @raspberrypi