##-----------------------------------------------------------------------------
## cipe.txt - fli4l cipe configuration parameters                  2.1.12
##
## You can edit/change this file with fliwiz V1.6 or any text editor.
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     10.11.2003  cka
## Last Update:  $Id: cipe.txt 10298 2005-11-13 17:56:44Z babel $
##
## Copyright (c) 2001 Frank Meyer <frank@fli4l.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

##-----------------------------------------------------------------------------
## OPT_CIPE - used only if OPT_CIPE='yes'
##-----------------------------------------------------------------------------

OPT_CIPE='no'                                   # active cipe with 'yes'

CIPE_START='ip-up'                              # start CIPE tunnel with ip-up
                                                # or at boot time.
CIPE_WATCH='yes'                                # watch cipe tunnels and restart
                                                # hung tunnels
CIPE_WATCH_OUTPUT='/dev/tty5'                   # show information on /dev/tty5
                                                # to discard use /dev/null

CIPE_N='1'                                      # number of cipe configurations

CIPE_1_NAME='sample'                            # name of this cipe connection
CIPE_1_REMOTE_HOST='remote.eisfair.netx'        # dns or ip of remote
CIPE_1_REMOTE_PORT='10000'                      # remote port to connect
CIPE_1_REMOTE_STATICIP='no'                     # has remote a static ip address?
CIPE_1_LOCAL_HOST=''                            # local ip or dns to bind to
CIPE_1_LOCAL_PORT='10001'                       # local cipe port
CIPE_1_KEY='12345678901234567890123456789012'   # our shared secret, use md5sum to
                                                # create random keys, must be 32
                                                # chars long
CIPE_1_CHECK='yes'                              # check these connection
CIPE_1_CHECK_IP='192.168.94.94'                 # IP to check if VPN is active or
                                                # empty if REMOTE_VPN_IP should
                                                # be used
CIPE_1_REMOTE_VPN_IP='192.168.255.231'          # the remote vpn ip
CIPE_1_LOCAL_VPN_IP='192.168.255.193'           # our local vpn ip
CIPE_1_ROUTE_N='1'                              # how many routes we should add
CIPE_1_ROUTE_1='192.168.94.0/24'                # route these network via cipe
