The TinyPilot forum is now closed.

As part of our efforts to provide more direct, focused, and responsive support, we are transitioning our forum to a read-only format. While you can continue to browse past discussions, we invite you to explore our FAQ or contact us by email for personal support. We appreciate your understanding - thank you to everyone who has contributed to our forum community over the years!

No internet connection
  1. Home
  2. General

how to disable wifi and only route traffic through ethernet

By Jmaxtein @jmaxtein
    2023-01-18 14:29:21.024Z

    Hi,
    i've enabled the wifi and now would like to disable the wifi, and only route traffic through ethernet, how would i be able to do that..

    thanks

    • 1 replies
    1. C

      Hi Jmaxtein, thanks for reaching out with your question about disabling Wi-Fi.

      You can disable Wi-Fi by connecting to your TinyPilot device over SSH and running the following command:

      sudo rfkill block wlan
      

      You can turn Wi-Fi back on in future with this command:

      sudo rfkill unblock wlan