I have already setup the RPi3 for share my internet connection (from eth1 usb ethernet dongle) to my eth0 (Rpi3 internal ethernet port).
The "ASCII diagram" is this:
Internet -> Fiber Router (192.168.1.1) -> Rpi3 # eth1 (usb dongle @ 192.168.1.10) -> Rpi3 # eth0 (192.168.0.1) -> switch -> my note (192.168.0.20)
It's working and I have all iptables filter working as well.
I'm using isc-dhcp-server to make the DHCP server for eth0.
It's possible to use the built-in RPi3 Wifi to share, by wlan0 the connection as well? I thought in Rpi3 wlan0 has the static ip 192.168.0.10 and share the connection the same way, together with the eth0 in the switch. How can I accomplish this?
Thanks in advance.