Two networks?
By Neil H @heffneil
Hey guys I think I am on my wired lan as well as my wireless lan. I see in my router two IP address for "tinypilot". Is there a way to disable the wifi?
I am having some connection issues via VPN right now within my network. I can't seem to get video on my tinypilot - even after rebooting it (which has helped in the past). Just wondering if my host is dead - which could be possible...
Thanks!
Neil
- Michael Lynch @michael2021-04-28 20:29:23.498Z
Being connected on both wifi and LAN shouldn't cause any issues, but you can disable WiFi on the TinyPilot by SSHing in and running this command:
sudo rfkill block wifi
If you ever want to turn it back on, it's the same command, except
unblock
instead ofblock
.