__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="network-vpn" xml:lang="es">
<info>
<link type="guide" xref="network"/>
<revision pkgversion="3.6" date="2012-10-08" status="draft"/>
<credit type="author copyright">
<name>Matthias Clasen</name>
<email>[email protected]</email>
<years>2012</years>
</credit>
<credit type="editor">
<name>Jana Svarova</name>
<email>[email protected]</email>
<years>2013</years>
</credit>
<desc>¿Cómo puedo preconfigurar una VPN para todos mis usuarios?</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Daniel Mustieles</mal:name>
<mal:email>[email protected]</mal:email>
<mal:years>2017 - 2021</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Oliver Gutiérrez</mal:name>
<mal:email>[email protected]</mal:email>
<mal:years>2018 - 2020</mal:years>
</mal:credit>
</info>
<title>Configuración predeterminada de VPN</title>
<p>La aplicación <app>NetworkManager</app> guarda las configuraciones del sistema en la carpeta <file>/etc/NetworkManager/system-connections</file>. Puede instalar las conexiones VPN preconfiguradas en esta carpeta.</p>
<p>Aquí tenemos una configuración de ejemplo de una VPN Cisco:</p>
<screen>
[connection]
id=Sample vpnc
uuid=a9894bc6-aa7c-4296-90e6-094f0b13a14e
type=vpn
permissions=
autoconnect=false
secondaries=
[ipv6]
method=auto
dns-search=
[ipv4]
method=auto
dns-search=
[vpn]
service-type=org.freedesktop.NetworkManager.vpnc
NAT Traversal Mode=natt
ipsec-secret-type=ask
IPSec secret-flags=2
xauth-password-type=ask
Vendor=cisco
Xauth username=dking
IPSec gateway=my-vpnc.my-domain.com
Xauth password-flags=2
IPSec ID=RH-standard
Perfect Forward Secrecy=server
IKE DH Group=dh2
Local Port=0
</screen>
</page>