ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/gvpe.conf.5.pod
(Generate patch)

Comparing gvpe/doc/gvpe.conf.5.pod (file contents):
Revision 1.21 by pcg, Mon Sep 1 05:31:28 2008 UTC vs.
Revision 1.23 by pcg, Mon Mar 23 15:22:00 2009 UTC

379 379
380Sets the rekeying interval in seconds (default: C<3600>). Connections are 380Sets the rekeying interval in seconds (default: C<3600>). Connections are
381reestablished every C<rekey> seconds, making them use a new encryption 381reestablished every C<rekey> seconds, making them use a new encryption
382key. 382key.
383 383
384=item nfmark = integer
385
386This advanced option, when set to a nonzero value (default: C<0>), tries
387to set the netfilter mark (or fwmark) value on all sockets gvpe uses to
388send packets.
389
390This can be used to make gvpe use a different set of routing rules. For
391example, on GNU/Linux, the C<if-up> could set C<nfmark> to 1000 and then
392put all routing rules into table C<99> and then use an ip rule to make
393gvpe traffic avoid that routing table, in effect routing normal traffic
394via gvpe and gvpe traffic via the normal system routing tables:
395
396 ip rule add not fwmark 1000 lookup 99
397
384=back 398=back
385 399
386=head2 NODE SPECIFIC SETTINGS 400=head2 NODE SPECIFIC SETTINGS
387 401
388The following settings are node-specific, that is, every node can have 402The following settings are node-specific, that is, every node can have
607 621
608The default (or recommended) directory layout for the config directory is: 622The default (or recommended) directory layout for the config directory is:
609 623
610=over 4 624=over 4
611 625
612=item X<gvpe.conf> 626=item gvpe.conf
613 627
614The config file. 628The config file.
615 629
616=item X<if-up> 630=item if-up
617 631
618The if-up script 632The if-up script
619 633
620=item X<node-up>, X<node-down> 634=item node-up, node-down
621 635
622If used the node up or node-down scripts. 636If used the node up or node-down scripts.
623 637
624=item X<hostkey> 638=item hostkey
625 639
626The private key (taken from C<hostkeys/nodename>) of the current host. 640The private key (taken from C<hostkeys/nodename>) of the current host.
627 641
628=item X<pubkey/nodename> 642=item pubkey/nodename
629 643
630The public keys of the other nodes, one file per node. 644The public keys of the other nodes, one file per node.
631 645
632=back 646=back
633 647

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines