Hi everyone,

I created a hotspot with a bridge eth0 wlan0 in /etc/network/interfaces, for Android and Windows from Linux. It works. This was my first problem.
Hotspot created and connected from linux but no internet access on phone

Now, I try to connect my vpn on this hotspot on Linux but I can t because the network manager said me : device not managed for WiFi and ethernet.
So I don t know where I can looking for to do this the most simple possible :/.
I TRIED to follow this:
http://www.slsmk.com/getting-started...-04-using-tap/
but everytime I reboot my vps, I can t to connect on this by ssh... I have to fail something in /etc/network/interfacesI think.
And I m not sure that I have to follow this, to sucess to connect my vpn on this hotspot. I Just tried to see the result :/

Thanks you for you suggestion and help

This is my /etc/network/interfaces

auto lo
iface lo inet loopback
#wired adapter
iface eth0 inet dhcp
#bridge
auto br0
iface br0 inet dhcp
bridge_ports eth0 wlan0