unable to connect to VPN in linux OS on django app on amazon lightsail

0

I'm trying to create an app using AWS lightsail: I need to connect this app to a VPN so I can use it to tunnel my requests from another platform to an API that can only accessed via a VPN. I have set up the vpn on the platform using the linked guide here https://support.strongvpn.com/hc/en-us/articles/360003513553-PPTP-Setup-Debian-Ubuntu-Mint-Command-Line

On running sudo pon MYVPN I was prompted to run sudo mknod /dev/ppp c 108 0, after trying to connect to the vpn again the error I get back is :

Couldn't open the /dev/ppp device: No such device or address /usr/sbin/pppd: Please load the ppp_generic kernel module.

I have looked online but can't seem to find any solutions to this that have worked. Can anyone assist?

1 Respuesta
0

I have no specific experience with the VPN you're trying to use, but based on the message, try running the following command as root ...

modprobe ppp_generic

... then try to re-establish your VPN connection.

profile picture
David G
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas