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