X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2Fexamples%2Fcell_router.conf;fp=doc%2Fexamples%2Fcell_router.conf;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=be55cd192a165a6cc42325d0262ba919bfa5e3ae;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/doc/examples/cell_router.conf b/doc/examples/cell_router.conf deleted file mode 100644 index be55cd19..00000000 --- a/doc/examples/cell_router.conf +++ /dev/null @@ -1,79 +0,0 @@ -# -# Standalone router -# 212.146.24.253 on 1334 -# -# This is the only router in this cell, which means that the router is -# standalone and the router does not have primary route. -# - -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; }; - - user = "nobody"; - group = "nobody"; - - servertype = "Test Router"; - location = "Undisclosed location"; - Admin = "Pekka Riikonen"; - AdminEmail = "priikone@silcnet.org"; - - publickey = "./silcd.pub"; - privatekey = "./silcd.prv"; - - motdfile = "./motd"; -}; - -Logging { - quicklogs = true; - info { file = "cell_router.log"; }; -}; - -# Router administrator -Admin { - user = "priikone"; - passphrase = "testi"; -}; - -############################################################################## -# -# Accept all client connections without authentication -# -Client { }; - -############################################################################## -# -# 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 -# also can act as normal server in the cell. -# -RouterConnection { - host = "212.146.42.252"; - passphrase = "priikone"; - - # Mark that this local backup router replaces us - backuphost = "212.146.42.253"; - backupport = 1334; - backuplocal = true; -};