Tunneling raspbian through vpn? - Raspberry Pi Forums


i have setup openvpn server on raspberry. looking tunnel traffic through 3rd party vpn.
have tried apt-get network-manager-openvpn isn't adding network manager. other suggestions? haven't found solid option other wicd.

then have installed networkmanager modules pptp, cisco ipsec , gui (network-manager, network-manager-gnome, network-manager-vpnc, network-manager-vpnc-gnome, network-manager-vpnc, network-manager-vpnc-gnome)

gui not work standard setup (options greyed out) – due problem privileges.
have found if change in settings
code: select all
sudo raspi-config

boot option console autologin can use gui via vnc
alternatively 1 can try access networkmanager via:

code: select all

gksudo nm-connection-editor

@ stage able connect vpn ip address did not changed. problem 2 pieces of software managing connection. necessary deactivate dhcpcd

code: select all

sudo service dhcpcd stop systemctl disable dhcpcd sudo update-rc.d dhcpcd disable

followed guide. seems dhcpd still being used networkmanager says wifi device not being managed. thing raspbian still connecting home network , getting ip address.


raspberrypi



Comments