| Server IP : 172.67.134.114 / Your IP : 104.23.197.122 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/help/C/system-admin-guide/ |
Upload File : |
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
id="network-vpn">
<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>How do I preconfigure VPN for all my users?</desc>
</info>
<title>Default VPN settings</title>
<comment>
<cite date="2012-10-08" href="mailto:[email protected]">Michael Hill</cite>
<p>Adapted from l-g-o SysAdminGuide page.</p>
</comment>
<p><app>NetworkManager</app> stores system-wide connections in the
<file>/etc/NetworkManager/system-connections</file> directory. Preconfigured
VPN connections can be installed in this directory.</p>
<p>Here is a sample Cisco VPN configuration:</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>