OVH Community, your new community space.

Proxmox OVH Image kein PPP


nobody23
13.10.10, 11:47
Wie kann ich prüfen ob beim mir auf dem Systemnode PPP richtig installiert ist?

Code:
modprobe PPP
?

Das mit dem PPP für openVZ kannte ich auch schon und habe ich auch gemacht. Trotzdem tauchen diese Erros auf in den Syslogs von der VPS.

kro
13.10.10, 11:14
nobody23 wrote:
> --------------------
> This system lacks kernel support for PPP. This could be because
> the PPP kernel module could not be loaded, or because PPP was not
> included in the kernel configuration.
> --------------------
>
>
> Ich glaube auf dem Hardware Node fehlt von Haus aus das PPP Modul im
> Kernel?
>
> Liege ich da richtig?


Nein, PPP ist als Modul konfiguriert.

# grep PPP /boot/config-2.6.32-3-pve
CONFIG_HDLC_PPP=m
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
CONFIG_PPPOATM=m
CONFIG_PPPOL2TP=m

Die OpenVZ-Container haben dem Kernel gegenüber nicht die gleichen Rechte wie
der host, du musst das modul im Host laden und vermutlich noch ein wenig
basteln: http://wiki.openvz.org/PPP_in_container
--
Felix
OVH Team

nobody23
13.10.10, 10:49
Hallo,

ich versuche auf meinem Server nun schon seit geraumer Zeit in einer VM (Debian 5 mit openVZ) ein PPTP VPN Server zu erstellen.

Doch leider steht immer dies im Syslog:

Code:
 This system lacks kernel support for PPP.  This could be because
the PPP kernel module could not be loaded, or because PPP was not
included in the kernel configuration.
Ich glaube auf dem Hardware Node fehlt von Haus aus das PPP Modul im Kernel?

Liege ich da richtig?

mfg nobody23