I'm not sure if the title makes a whole lot of sense, but my current set-up is that I have one device that is acting as an access point for a couple of other IoT devices.
The IoT devices connect to the access point over wlan, while the access point connects to the internet over a cellular connection and provides the IoT devices internet access through a bridge in /etc/networking
and hostapd
(as well as providing some management functions). The cellular connection is metered because the normal data flow rate is very low (kB/day)
I would like to be able to intermittently connect my laptop to the access point over wlan, but once I do this, the various stuff on laptop will start using MB of data for updating or syncing or whatever.
Is there a way that I can configure the access point to ignore packets from my laptop that are trying to make it to the internet while still allowing the IoT devices access?