LINUX instala VPN con 800 errores

  
 

El motivo del error de mi parte es que la regla de iptables no abre el puerto 1723

Solución alternativa:

chkconfig iptables offservice iptables stop

==== ========== iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADEiptables -A INPUT -i eth0 -p tcp --dport 1723 -j ACCEPTiptables -A INPUT -i eth0 -p gre -j ACEPTABILIDADES -A ADELANTE -i ppp + -o eth0 -j ACEPTABILIDADES -A ADELANTE -i eth0 -o ppp + -j ACEPTABILIDADES -A SALIDA -p tcp --dport 1723 -j ACEPTOPIPtables -A SALIDA -p gre -j ACEPTO -=== ==========

service iptables saveservice iptables start

Intente conectarse a VPN nuevamente, el error 800 desaparece.

Copyright © Conocimiento de Windows All Rights Reserved