iptables forwarding between two interface
- by broody
So I have a linux box with two wireless interfaces, one is a station and the other an AP.
wlan0 (station) - Connected to the internet connection
wlan1 (AP) - Other clients connect to it.
I would like for clients connected to wlan1 to be able to access the internet on wlan0. And I'd like to do this with iptables as my kernel doesn't have bridging…