X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2Fexamples%2Fcell_router.conf;h=be55cd192a165a6cc42325d0262ba919bfa5e3ae;hb=5c09779adcdcf723755b5692a20eeaa3664a7fea;hp=99d6bdc4fd76fa1952be5f3bf333f8a1c1e8c6d9;hpb=a312fb463ab0d4673f6666a8224765082c941005;p=crypto.git diff --git a/doc/examples/cell_router.conf b/doc/examples/cell_router.conf index 99d6bdc4..be55cd19 100644 --- a/doc/examples/cell_router.conf +++ b/doc/examples/cell_router.conf @@ -8,6 +8,11 @@ Include "silcalgs.conf"; +General { + key_exchange_rekey = 30; + #key_exchange_pfs = true; +}; + ServerInfo { hostname = "lassi.kuo.fi.ssh.com"; primary { ip = "212.146.42.253"; port = 1334; }; @@ -45,13 +50,19 @@ Client { }; ############################################################################## # -# This server use me as primary router. It is normal server in the cell. +# These servers use me as primary router. They are normal servers in the +# cell. # ServerConnection { host = "212.146.42.251"; passphrase = "priikone"; }; +ServerConnection { + host = "212.146.42.250"; + passphrase = "priikone"; +}; + ############################################################################## # # This server is our backup router (it will replace me if I go down). It