Hello,
I'm trying to build a device that has a RPi 3B+ acting as a private, local network hotspot. A RPi Zero W will be connected to it for video streams, while a RPi 3B will also be connected for a voice assistant. I want to be able to connect the 3B to both the 3B+ and the internet at the same time - sending web requests over a USB WiFi adapter and relaying commands within the local network.
Is it possible to do this? I have found some posts here discussing it, but none have given a clear answer.
Additionally, if it were possible, how would I ensure that only web requests go through the USB adapter (probably by restricting it to ports 80, 53, and 443).
The 3B+ uses hostapd and dnsmasq.