Page -> Diferencia entre revisiones de «PPTP-Ubuntu» Vistas :  Página  Discusión  Ver fuente  Historial 

De DIT-CDC

(Ubuntu 6.10)
(Ubuntu 6.10)
Línea 8: Línea 8:
 
== Ubuntu 6.10 ==
 
== Ubuntu 6.10 ==
  
Existe un [http://www.nabble.com/hangs-after-%22Cannot-determine-ethernet-address-for-proxy-ARP%22-t2726677.html fallo conocido] en Ubuntu 6.10 queimpide que funcionen correctamente los túneles.  
+
Existe un [http://www.nabble.com/hangs-after-%22Cannot-determine-ethernet-address-for-proxy-ARP%22-t2726677.html fallo conocido] en Ubuntu 6.10 que impide que funcionen correctamente los túneles.  
  
 
Para solucionarlo hay que:
 
Para solucionarlo hay que:
Línea 19: Línea 19:
  
  
 +
A partir de aquí en procedimiento es:
  
 +
* Instalar pptp-linux
  
 
   apt-get install pptp-linux
 
   apt-get install pptp-linux
  
Installing the Configuration Program
+
* Instalar pptpconfig
  
Note: you may wish to skip the configuration program and configure the client by hand.
+
# Añadir la fuente de pptpconfig a /etc/apt/sources.list:
  
  1. add the following lines to the sources list file, /etc/apt/sources.list :
+
  echo "deb http://quozl.netrek.org/pptp/pptpconfig ./" >> /etc/apt/sources.list
  
      # James Cameron's PPTP GUI packaging
+
# actualizar:
      deb http://quozl.netrek.org/pptp/pptpconfig ./
+
 
+
      Note: can use a text editor, or simply cat the lines on to the end of the file using >>, but if you make a mistake in formatting you will likely be told by the apt-get update step.
+
 
+
  2. update the list of packages:
+
  
 
       apt-get update
 
       apt-get update
  
  3. install the PPTP Client GUI:
+
# instalar PPTP Client GUI:
  
 
       apt-get install pptpconfig
 
       apt-get install pptpconfig
  
      Note: you may be told that the packages could not be authenticated. For the moment, tell your system to install them anyway. We'll take patches to our release process if anyone can explain simply how to provide authentication.
+
* Arrancar pptpconfig:
 
+
 
+
Arrancar pptpconfig:
+
  
 
   > pptpconfig
 
   > pptpconfig

Revisión de 01:42 31 mar 2007

Configuración de túneles PPTP en Ubuntu

Adaptado de http://pptpclient.sourceforge.net/howto-ubuntu.phtml



Ubuntu 6.10

Existe un fallo conocido en Ubuntu 6.10 que impide que funcionen correctamente los túneles.

Para solucionarlo hay que:

  • Bajarse la una versión anterior de ppp (2.4.3) de aquí
  • Instalarla mediante:
 dpkg -i ppp_2.4.3-20050321+2ubuntu1.1_i386.deb


A partir de aquí en procedimiento es:

  • Instalar pptp-linux
 apt-get install pptp-linux
  • Instalar pptpconfig
  1. Añadir la fuente de pptpconfig a /etc/apt/sources.list:
 echo "deb http://quozl.netrek.org/pptp/pptpconfig ./" >> /etc/apt/sources.list
  1. actualizar:
     apt-get update
  1. instalar PPTP Client GUI:
     apt-get install pptpconfig
  • Arrancar pptpconfig:
 > pptpconfig



Navegación
Enlaces externos
Herramientas personales