How to set up a vpn? (Solved)

Using applications, configuring, problems
Message
Author
User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#21 Post by OscarTalks »

OK, after further investigation...

In Xenial the VPN fails to load because /dev/net/tun does not exist.
This is because the tun kernel module is not loaded.

If you are running with a save file/folder, use boot manager to add the module named tun and reboot. VPN should now complete activation.

If you are running without save, open a terminal and enter modprobe tun before activating VPN

In Artful the situation is the same, tun module does not auto-load.
I used my Xenial openvpn package in Artful, enabled the tun module and the VPN worked.
Oscar in England
Image
morochos
Posts: 68
Joined: Wed 28 Aug 2013, 02:55

#22 Post by morochos »

OscarTalks wrote:OK, after further investigation...

In Xenial the VPN fails to load because /dev/net/tun does not exist.
This is because the tun kernel module is not loaded.

If you are running with a save file/folder, use boot manager to add the module named tun and reboot. VPN should now complete activation.

If you are running without save, open a terminal and enter modprobe tun before activating VPN

In Artful the situation is the same, tun module does not auto-load.
I used my Xenial openvpn package in Artful, enabled the tun module and the VPN worked.
Thanks for your passion with the puppy linux project, Oscar. I have followed your work for years.
The vpn is now fully functional. Thank you!
Post Reply