I've been trying to setup the Pi as a WiFi AP, so that I can use it in Hotels to allow multiple devices to use the same WiFi connection. On the net there are multiple tutorials on how to do this. Such as: Pi 3 as a Wi-Fi Repeater
All works well up to the points where you should edit sudo nano /etc/network/interfaces. On my system this file is basically empty and has no references to either wlan0 or lan0. What I have in my "interfaces" file is:
interfaces(5) file used by ifup(8) and ifdown(8)
Please note that this file is written to be used with dhcpcd
For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
Not sure where I'm going wrong and I've read through a lot of the tutorials. Could it be that the newest Kernel Version (4.9) has changes compared to the earlier version with regards to the networking?