Added example files for backup router in doc/examples.
[crypto.git] / doc / example_silcd.conf.in
index 32726e0bf5b74cdd3728f2c2dd3df7b38fb28615..ac8769a8d0201189a5f76af370834e1091858f6d 100644 (file)
@@ -146,11 +146,25 @@ General {
 #
 ServerInfo {
        #
-       # Server FQDN and IP address
+       # Server name (FQDN)
        #
        hostname = "lassi.kuo.fi.ssh.com";
-       ip = "10.2.1.6";
-       port = 706;
+
+       #
+       # Primary listener.  Specify the IP address and the port to bind
+       # the server.
+       #
+       Primary {
+               ip = "10.2.1.6";
+               port = 706;
+       };
+
+       #
+       # Secondary listener(s).  If you need to bind your server into
+       # several interfaces use the Secondary to specify the listener(s).
+       #
+       #Secondary { ip = "10.2.1.60"; port = 706; };
+       #Secondary { ip = "10.2.1.160"; port = 706; };
 
        #
        # ServerType field specifies the purpose of this server
@@ -400,7 +414,7 @@ Admin {
 #
 # If the connection is backup connection then set the "Backup" option
 # to true. For normal connections set it false. If it is set to true then
-# this server will be backup router.
+# your server will be backup router.
 #
 ServerConnection {
        Host = "10.2.1.7";