I'm trying to set up my RPi as Wifi Access Point and to connect as client to a OpenVPN server.
- The connection to the VPN server works fine as long I use the Midori. I followed this steps:
PI as a VPN router for local machines - The RPi as Wifi Access Point works fine. I can access the web via my mobile devices connected to my RPi (as long the OpenVPN connection is down). I followed this steps:
http://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point/overview
However, as soon I start OpenVPN my devices associated with the RPi WIFI no longer can access the web. I assume the problem lies in the routing stuff, but am not sure.
My configuration...
WLAN0 -> connected to the internet router
WLAN1 -> WIFI Access Point
Any help is appreciated as I'm left helpless. Thanks.
Part 1/2 default 10.119.72.177 128.0.0.0 UG 0 0 0 tun0 default timecapsule.loc 0.0.0.0 UG 0 0 0 wlan0 10.119.72.1 10.119.72.177 255.255.255.255 UGH 0 0 0 tun0 10.119.72.177 * 255.255.255.255 UH 0 0 0 tun0 69.46.82.11 timecapsule.loc 255.255.255.255 UGH 0 0 0 wlan0
– Marco Jul 23 '13 at 20:38128.0.0.0 10.119.72.177 128.0.0.0 UG 0 0 0 tun0 192.168.1.0 * 255.255.255.0 U 0 0 0 wlan0 192.168.2.0 * 255.255.255.0 U 0 0 0 wlan1
– Marco Jul 23 '13 at 20:39