1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
this should use the more direct:
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intro.xml" />
per http://sagehill.net/docbookxsl/ModularDoc.html but that means
putting something like:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refsect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
at the head of each file; sigh.
-->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY accept-redirect SYSTEM "d.ipsec.conf/accept-redirect.xml">
<!ENTITY accept-redirect-to SYSTEM "d.ipsec.conf/accept-redirect-to.xml">
<!ENTITY aggressive SYSTEM "d.ipsec.conf/aggressive.xml">
<!ENTITY ah SYSTEM "d.ipsec.conf/ah.xml">
<!ENTITY audit-log SYSTEM "d.ipsec.conf/audit-log.xml">
<!ENTITY authby SYSTEM "d.ipsec.conf/authby.xml">
<!ENTITY author SYSTEM "d.ipsec.conf/author.xml">
<!ENTITY auto SYSTEM "d.ipsec.conf/auto.xml">
<!ENTITY bugs SYSTEM "d.ipsec.conf/bugs.xml">
<!ENTITY choosing_a_connection SYSTEM "d.ipsec.conf/choosing_a_connection.xml">
<!ENTITY cisco-unity SYSTEM "d.ipsec.conf/cisco-unity.xml">
<!ENTITY clientaddrfamily SYSTEM "d.ipsec.conf/clientaddrfamily.xml">
<!ENTITY compress SYSTEM "d.ipsec.conf/compress.xml">
<!ENTITY connsections SYSTEM "d.ipsec.conf/connsections.xml">
<!ENTITY crl-strict SYSTEM "d.ipsec.conf/crl-strict.xml">
<!ENTITY crlcheckinterval SYSTEM "d.ipsec.conf/crlcheckinterval.xml">
<!ENTITY curl-iface SYSTEM "d.ipsec.conf/curl-iface.xml">
<!ENTITY curl-timeout SYSTEM "d.ipsec.conf/curl-timeout.xml">
<!ENTITY ddos-ike-threshold SYSTEM "d.ipsec.conf/ddos-ike-threshold.xml">
<!ENTITY ddos-mode SYSTEM "d.ipsec.conf/ddos-mode.xml">
<!ENTITY debug SYSTEM "d.ipsec.conf/debug.xml">
<!ENTITY decap-dscp SYSTEM "d.ipsec.conf/decap-dscp.xml">
<!ENTITY default_policy_groups SYSTEM "d.ipsec.conf/default_policy_groups.xml">
<!ENTITY dns-match-id SYSTEM "d.ipsec.conf/dns-match-id.xml">
<!ENTITY dnssec-anchors SYSTEM "d.ipsec.conf/dnssec-anchors.xml">
<!ENTITY dnssec-enable SYSTEM "d.ipsec.conf/dnssec-enable.xml">
<!ENTITY dnssec-rootkey-file SYSTEM "d.ipsec.conf/dnssec-rootkey-file.xml">
<!ENTITY dpddelay SYSTEM "d.ipsec.conf/dpddelay.xml">
<!ENTITY dpdtimeout SYSTEM "d.ipsec.conf/dpdtimeout.xml">
<!ENTITY dumpdir SYSTEM "d.ipsec.conf/dumpdir.xml">
<!ENTITY enable-tcp SYSTEM "d.ipsec.conf/enable-tcp.xml">
<!ENTITY encap-dscp SYSTEM "d.ipsec.conf/encap-dscp.xml">
<!ENTITY encapsulation SYSTEM "d.ipsec.conf/encapsulation.xml">
<!ENTITY esn SYSTEM "d.ipsec.conf/esn.xml">
<!ENTITY esp SYSTEM "d.ipsec.conf/esp.xml">
<!ENTITY exampleleftright SYSTEM "d.ipsec.conf/exampleleftright.xml">
<!ENTITY failureshunt SYSTEM "d.ipsec.conf/failureshunt.xml">
<!ENTITY fake-strongswan SYSTEM "d.ipsec.conf/fake-strongswan.xml">
<!ENTITY files SYSTEM "d.ipsec.conf/files.xml">
<!ENTITY fragmentation SYSTEM "d.ipsec.conf/fragmentation.xml">
<!ENTITY global-redirect SYSTEM "d.ipsec.conf/global-redirect.xml">
<!ENTITY global-redirect-to SYSTEM "d.ipsec.conf/global-redirect-to.xml">
<!ENTITY history SYSTEM "d.ipsec.conf/history.xml">
<!ENTITY hostaddrfamily SYSTEM "d.ipsec.conf/hostaddrfamily.xml">
<!ENTITY ignore-peer-dns SYSTEM "d.ipsec.conf/ignore-peer-dns.xml">
<!ENTITY ike SYSTEM "d.ipsec.conf/ike.xml">
<!ENTITY ike-socket-bufsize SYSTEM "d.ipsec.conf/ike-socket-bufsize.xml">
<!ENTITY ike-socket-errqueue SYSTEM "d.ipsec.conf/ike-socket-errqueue.xml">
<!ENTITY ikelifetime SYSTEM "d.ipsec.conf/ikelifetime.xml">
<!ENTITY ikepad SYSTEM "d.ipsec.conf/ikepad.xml">
<!ENTITY ikev1-policy SYSTEM "d.ipsec.conf/ikev1-policy.xml">
<!ENTITY initial-contact SYSTEM "d.ipsec.conf/initial-contact.xml">
<!ENTITY interface-ip SYSTEM "d.ipsec.conf/interface-ip.xml">
<!ENTITY intermediate SYSTEM "d.ipsec.conf/intermediate.xml">
<!ENTITY ipsec-interface SYSTEM "d.ipsec.conf/ipsec-interface.xml">
<!ENTITY ipsec-interface-managed SYSTEM "d.ipsec.conf/ipsec-interface-managed.xml">
<!ENTITY ipsec-max-bytes SYSTEM "d.ipsec.conf/ipsec-max-bytes.xml">
<!ENTITY ipsec-max-packets SYSTEM "d.ipsec.conf/ipsec-max-packets.xml">
<!ENTITY ipsecdir SYSTEM "d.ipsec.conf/ipsecdir.xml">
<!ENTITY iptfs SYSTEM "d.ipsec.conf/iptfs.xml">
<!ENTITY keep-alive SYSTEM "d.ipsec.conf/keep-alive.xml">
<!ENTITY keyexchange SYSTEM "d.ipsec.conf/keyexchange.xml">
<!ENTITY left SYSTEM "d.ipsec.conf/left.xml">
<!ENTITY leftaddresspool SYSTEM "d.ipsec.conf/leftaddresspool.xml">
<!ENTITY leftauth SYSTEM "d.ipsec.conf/leftauth.xml">
<!ENTITY leftautheap SYSTEM "d.ipsec.conf/leftautheap.xml">
<!ENTITY leftca SYSTEM "d.ipsec.conf/leftca.xml">
<!ENTITY leftcat SYSTEM "d.ipsec.conf/leftcat.xml">
<!ENTITY leftcert SYSTEM "d.ipsec.conf/leftcert.xml">
<!ENTITY leftckaid SYSTEM "d.ipsec.conf/leftckaid.xml">
<!ENTITY leftfirewall SYSTEM "d.ipsec.conf/leftfirewall.xml">
<!ENTITY leftid SYSTEM "d.ipsec.conf/leftid.xml">
<!ENTITY leftikeport SYSTEM "d.ipsec.conf/leftikeport.xml">
<!ENTITY leftmodecfgclient SYSTEM "d.ipsec.conf/leftmodecfgclient.xml">
<!ENTITY leftmodecfgserver SYSTEM "d.ipsec.conf/leftmodecfgserver.xml">
<!ENTITY leftnexthop SYSTEM "d.ipsec.conf/leftnexthop.xml">
<!ENTITY leftprotoport SYSTEM "d.ipsec.conf/leftprotoport.xml">
<!ENTITY leftrsasigkey SYSTEM "d.ipsec.conf/leftrsasigkey.xml">
<!ENTITY leftsendcert SYSTEM "d.ipsec.conf/leftsendcert.xml">
<!ENTITY leftsourceip SYSTEM "d.ipsec.conf/leftsourceip.xml">
<!ENTITY leftsubnet SYSTEM "d.ipsec.conf/leftsubnet.xml">
<!ENTITY leftsubnets SYSTEM "d.ipsec.conf/leftsubnets.xml">
<!ENTITY leftupdown SYSTEM "d.ipsec.conf/leftupdown.xml">
<!ENTITY leftusername SYSTEM "d.ipsec.conf/leftusername.xml">
<!ENTITY leftvti SYSTEM "d.ipsec.conf/leftvti.xml">
<!ENTITY leftxauthclient SYSTEM "d.ipsec.conf/leftxauthclient.xml">
<!ENTITY leftxauthserver SYSTEM "d.ipsec.conf/leftxauthserver.xml">
<!ENTITY listen SYSTEM "d.ipsec.conf/listen.xml">
<!ENTITY listen-tcp SYSTEM "d.ipsec.conf/listen-tcp.xml">
<!ENTITY listen-udp SYSTEM "d.ipsec.conf/listen-udp.xml">
<!ENTITY logappend SYSTEM "d.ipsec.conf/logappend.xml">
<!ENTITY logfile SYSTEM "d.ipsec.conf/logfile.xml">
<!ENTITY logip SYSTEM "d.ipsec.conf/logip.xml">
<!ENTITY logtime SYSTEM "d.ipsec.conf/logtime.xml">
<!ENTITY mark SYSTEM "d.ipsec.conf/mark.xml">
<!ENTITY mark-in SYSTEM "d.ipsec.conf/mark-in.xml">
<!ENTITY mark-out SYSTEM "d.ipsec.conf/mark-out.xml">
<!ENTITY max-halfopen-ike SYSTEM "d.ipsec.conf/max-halfopen-ike.xml">
<!ENTITY metric SYSTEM "d.ipsec.conf/metric.xml">
<!ENTITY mobike SYSTEM "d.ipsec.conf/mobike.xml">
<!ENTITY modecfgoptions SYSTEM "d.ipsec.conf/modecfgoptions.xml">
<!ENTITY modecfgpull SYSTEM "d.ipsec.conf/modecfgpull.xml">
<!ENTITY ms-dh-downgrade SYSTEM "d.ipsec.conf/ms-dh-downgrade.xml">
<!ENTITY mtu SYSTEM "d.ipsec.conf/mtu.xml">
<!ENTITY myvendorid SYSTEM "d.ipsec.conf/myvendorid.xml">
<!ENTITY narrowing SYSTEM "d.ipsec.conf/narrowing.xml">
<!ENTITY nat-ikev1-method SYSTEM "d.ipsec.conf/nat-ikev1-method.xml">
<!ENTITY nat-keepalive SYSTEM "d.ipsec.conf/nat-keepalive.xml">
<!ENTITY negotiationshunt SYSTEM "d.ipsec.conf/negotiationshunt.xml">
<!ENTITY nflog SYSTEM "d.ipsec.conf/nflog.xml">
<!ENTITY nflog-all SYSTEM "d.ipsec.conf/nflog-all.xml">
<!ENTITY nhelpers SYSTEM "d.ipsec.conf/nhelpers.xml">
<!ENTITY nic-offload SYSTEM "d.ipsec.conf/nic-offload.xml">
<!ENTITY nm-configured SYSTEM "d.ipsec.conf/nm-configured.xml">
<!ENTITY nopmtudisc SYSTEM "d.ipsec.conf/nopmtudisc.xml">
<!ENTITY nssdir SYSTEM "d.ipsec.conf/nssdir.xml">
<!ENTITY ocsp-cache-max-age SYSTEM "d.ipsec.conf/ocsp-cache-max-age.xml">
<!ENTITY ocsp-cache-min-age SYSTEM "d.ipsec.conf/ocsp-cache-min-age.xml">
<!ENTITY ocsp-cache-size SYSTEM "d.ipsec.conf/ocsp-cache-size.xml">
<!ENTITY ocsp-enable SYSTEM "d.ipsec.conf/ocsp-enable.xml">
<!ENTITY ocsp-method SYSTEM "d.ipsec.conf/ocsp-method.xml">
<!ENTITY ocsp-strict SYSTEM "d.ipsec.conf/ocsp-strict.xml">
<!ENTITY ocsp-timeout SYSTEM "d.ipsec.conf/ocsp-timeout.xml">
<!ENTITY ocsp-trustname SYSTEM "d.ipsec.conf/ocsp-trustname.xml">
<!ENTITY ocsp-uri SYSTEM "d.ipsec.conf/ocsp-uri.xml">
<!ENTITY oe_conns SYSTEM "d.ipsec.conf/oe_conns.xml">
<!ENTITY overlapip SYSTEM "d.ipsec.conf/overlapip.xml">
<!ENTITY pam-authorize SYSTEM "d.ipsec.conf/pam-authorize.xml">
<!ENTITY pfs SYSTEM "d.ipsec.conf/pfs.xml">
<!ENTITY phase2 SYSTEM "d.ipsec.conf/phase2.xml">
<!ENTITY plutodebug SYSTEM "d.ipsec.conf/plutodebug.xml">
<!ENTITY policy-label SYSTEM "d.ipsec.conf/policy-label.xml">
<!ENTITY policy_group_files SYSTEM "d.ipsec.conf/policy_group_files.xml">
<!ENTITY ppk SYSTEM "d.ipsec.conf/ppk.xml">
<!ENTITY ppk-ids SYSTEM "d.ipsec.conf/ppk-ids.xml">
<!ENTITY priority SYSTEM "d.ipsec.conf/priority.xml">
<!ENTITY protostack SYSTEM "d.ipsec.conf/protostack.xml">
<!ENTITY redirect-to SYSTEM "d.ipsec.conf/redirect-to.xml">
<!ENTITY rekey SYSTEM "d.ipsec.conf/rekey.xml">
<!ENTITY rekeyfuzz SYSTEM "d.ipsec.conf/rekeyfuzz.xml">
<!ENTITY rekeymargin SYSTEM "d.ipsec.conf/rekeymargin.xml">
<!ENTITY remote-peer-type SYSTEM "d.ipsec.conf/remote-peer-type.xml">
<!ENTITY replay-window SYSTEM "d.ipsec.conf/replay-window.xml">
<!ENTITY reqid SYSTEM "d.ipsec.conf/reqid.xml">
<!ENTITY require-id-on-certificate SYSTEM "d.ipsec.conf/require-id-on-certificate.xml">
<!ENTITY retransmit-interval SYSTEM "d.ipsec.conf/retransmit-interval.xml">
<!ENTITY retransmit-timeout SYSTEM "d.ipsec.conf/retransmit-timeout.xml">
<!ENTITY salifetime SYSTEM "d.ipsec.conf/salifetime.xml">
<!ENTITY seccomp SYSTEM "d.ipsec.conf/seccomp.xml">
<!ENTITY secretsfile SYSTEM "d.ipsec.conf/secretsfile.xml">
<!ENTITY see_also SYSTEM "d.ipsec.conf/see_also.xml">
<!ENTITY seedbits SYSTEM "d.ipsec.conf/seedbits.xml">
<!ENTITY send-no-esp-tfc SYSTEM "d.ipsec.conf/send-no-esp-tfc.xml">
<!ENTITY send-redirect SYSTEM "d.ipsec.conf/send-redirect.xml">
<!ENTITY send-vendorid SYSTEM "d.ipsec.conf/send-vendorid.xml">
<!ENTITY sendca SYSTEM "d.ipsec.conf/sendca.xml">
<!ENTITY sha2-truncbug SYSTEM "d.ipsec.conf/sha2-truncbug.xml">
<!ENTITY shuntlifetime SYSTEM "d.ipsec.conf/shuntlifetime.xml">
<!ENTITY statsbin SYSTEM "d.ipsec.conf/statsbin.xml">
<!ENTITY syslog SYSTEM "d.ipsec.conf/syslog.xml">
<!ENTITY tcp-remoteport SYSTEM "d.ipsec.conf/tcp-remoteport.xml">
<!ENTITY tfc SYSTEM "d.ipsec.conf/tfc.xml">
<!ENTITY type SYSTEM "d.ipsec.conf/type.xml">
<!ENTITY uniqueids SYSTEM "d.ipsec.conf/uniqueids.xml">
<!ENTITY units SYSTEM "d.ipsec.conf/units.xml">
<!ENTITY virtual-private SYSTEM "d.ipsec.conf/virtual-private.xml">
<!ENTITY vti-interface SYSTEM "d.ipsec.conf/vti-interface.xml">
<!ENTITY vti-routing SYSTEM "d.ipsec.conf/vti-routing.xml">
<!ENTITY vti-shared SYSTEM "d.ipsec.conf/vti-shared.xml">
<!ENTITY xauthby SYSTEM "d.ipsec.conf/xauthby.xml">
<!ENTITY xauthfail SYSTEM "d.ipsec.conf/xauthfail.xml">
<!ENTITY xfrmlifetime SYSTEM "d.ipsec.conf/xfrmlifetime.xml">
<!ENTITY Libreswan '<application>Libreswan</application>'>
<!ENTITY Linux '<application>Linux</application>'>
<!ENTITY NetBSD '<application>NetBSD</application>'>
<!ENTITY FreeBSD '<application>FreeBSD</application>'>
<!ENTITY OpenBSD '<application>OpenBSD</application>'>
]>
<refentry>
<refmeta>
<refentrytitle>IPSEC.CONF</refentrytitle>
<manvolnum>5</manvolnum>
<refmiscinfo class='date'>24 Apr 2023</refmiscinfo>
<refmiscinfo class="source">Libreswan</refmiscinfo>
<refmiscinfo class="version">@@IPSECVERSION@@</refmiscinfo>
<refmiscinfo class="manual">File formats and conventions</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>ipsec.conf</refname>
<refpurpose>IPsec configuration and connections</refpurpose>
</refnamediv>
&connsections;
&units;
<refsect1 id='conn_sections'>
&exampleleftright;
<refsect2 id='conn_parameters__general'>
<title>
CONN PARAMETERS: GENERAL
</title>
<para>
The following parameters are relevant to IKE automatic keying.
Unless otherwise noted, for a connection to work, in general
it is necessary for the two ends to agree exactly on the
values of these parameters.
</para>
<variablelist>
&keyexchange;
&hostaddrfamily;
&clientaddrfamily;
&type;
&iptfs;
&left;
&leftsubnet;
&leftsubnets;
&leftvti;
&leftaddresspool;
&leftprotoport;
&leftnexthop;
&leftsourceip;
&leftupdown;
&leftcat;
&leftfirewall;
</variablelist>
<para>
If one or both security gateways are doing forwarding
firewalling (possibly including masquerading), and this is
specified using the firewall parameters, tunnels established
with IPsec are exempted from it so that packets can flow
unchanged through the tunnels. (This means that all subnets
connected in this manner must have distinct, non-overlapping
subnet address blocks.) This is done by the default
<option>updown</option> script (see
<citerefentry><refentrytitle>ipsec_pluto</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
</para>
<para>
The implementation of this makes certain assumptions about
firewall setup, and the availability of the <option>Linux
Advanced Routing</option> tools. In situations calling for
more control, it may be preferable for the user to supply his
own <option>updown</option> script, which makes the
appropriate adjustments for his system.
</para>
</refsect2>
<refsect2 id='conn_parameters__automatic_keying'>
<title>
CONN PARAMETERS: AUTOMATIC KEYING
</title>
<para>
The following parameters are relevant to automatic keying via
IKE. Unless otherwise noted, for a connection to work, in
general it is necessary for the two ends to agree exactly on
the values of these parameters.
</para>
<variablelist>
&auto;
&authby;
&ike;
&phase2;
&sha2-truncbug;
&ms-dh-downgrade;
&dns-match-id;
&require-id-on-certificate;
&ppk;
&ppk-ids;
&nat-ikev1-method;
&esp;
&ah;
&fragmentation;
&ikepad;
&mobike;
&intermediate;
&esn;
&decap-dscp;
&encap-dscp;
&nopmtudisc;
&narrowing;
&nic-offload;
&leftid;
&leftrsasigkey;
&leftcert;
&leftckaid;
&leftauth;
&leftautheap;
&leftca;
&leftikeport;
&leftsendcert;
&leftxauthserver;
&leftxauthclient;
&leftusername;
&leftmodecfgserver;
&leftmodecfgclient;
&xauthby;
&xauthfail;
&pam-authorize;
&modecfgpull;
&modecfgoptions;
&remote-peer-type;
&nm-configured;
&encapsulation;
&enable-tcp;
&tcp-remoteport;
&nat-keepalive;
&initial-contact;
&cisco-unity;
&ignore-peer-dns;
&accept-redirect-to;
&accept-redirect;
&redirect-to;
&send-redirect;
&fake-strongswan;
&send-vendorid;
&overlapip;
&reqid;
&dpddelay;
&dpdtimeout;
&pfs;
&aggressive;
&salifetime;
&ipsec-max-bytes;
&ipsec-max-packets;
&replay-window;
&rekey;
&rekeymargin;
&rekeyfuzz;
&ikelifetime;
&retransmit-timeout;
&retransmit-interval;
&compress;
&metric;
&mtu;
&tfc;
&send-no-esp-tfc;
&nflog;
&mark;
&mark-in;
&mark-out;
&vti-interface;
&vti-routing;
&vti-shared;
&ipsec-interface;
&interface-ip;
&priority;
&sendca;
&policy-label;
&failureshunt;
&negotiationshunt;
&debug;
</variablelist>
</refsect2>
</refsect1>
<refsect1 id='config_sections'>
<title>
CONFIG SECTIONS
</title>
<para>
At present, the only <option>config</option> section known to
the IPsec software is the one named <option>setup</option>,
which contains information used when the software is being
started.
</para>
<programlisting><xi:include href="configsections.example" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
<para>
Parameters are optional unless marked “(required)”.
</para>
<para>
The currently-accepted <option>parameter</option> names in a
<option>config setup</option> section are:
</para>
<variablelist>
&protostack;
&listen;
&ike-socket-bufsize;
&ike-socket-errqueue;
&listen-udp;
&listen-tcp;
&nflog-all;
&keep-alive;
&virtual-private;
&myvendorid;
&nhelpers;
&seedbits;
&ikev1-policy;
&crlcheckinterval;
&crl-strict;
&curl-iface;
&curl-timeout;
&ocsp-enable;
&ocsp-strict;
&ocsp-method;
&ocsp-timeout;
&ocsp-uri;
&ocsp-trustname;
&ocsp-cache-size;
&ocsp-cache-min-age;
&ocsp-cache-max-age;
&syslog;
&plutodebug;
&uniqueids;
&logfile;
&logappend;
&logip;
&audit-log;
&logtime;
&ddos-mode;
&ddos-ike-threshold;
&global-redirect;
&global-redirect-to;
&max-halfopen-ike;
&shuntlifetime;
&xfrmlifetime;
&dumpdir;
&statsbin;
&ipsecdir;
&nssdir;
&secretsfile;
&seccomp;
&dnssec-enable;
&dnssec-rootkey-file;
&dnssec-anchors;
&ipsec-interface-managed;
</variablelist>
</refsect1>
&oe_conns;
&policy_group_files;
&default_policy_groups;
&choosing_a_connection;
&files;
&see_also;
&history;
&bugs;
&author;
</refentry>
|