# tripe configuration file # # this is sourced as a Bourne shell script by /etc/init.d/tripe # The directory you want tripe to work in. This is where it will search for # keyrings, and where its admin socket and logfile are kept. # TRIPEDIR=/etc/tripe # The name of the private key to use. This is usually `tripe-dh' for # integer Diffie-Hellman keys (the default) or `tripe-ec' for elliptic # curve keys. # keytag=tripe-dh # The address you want tripe to bind to. By default, tripe will accept # packets to any address acceptable to the host, and send packets from the # most appropriate address for the destination; setting this means it will # (a) only accept packets destined for the named address, and (b) send # packets from the named address. The latter is probably more useful. # addr=MYHOST # The UDP port you want tripe to use. I've chosen 22003 which isn't reserved # in any way. I chose it because it's the first two bytes of the RIPEMD-160 # hash of the string `TrIPE'. If you don't set a port, tripe gets the kernel # to choose a port it's not using right now, and you have to dig it out by # saying `tripectl port'. # port=22003 # The user to run as once tripe has initialized. The user (or group -- see # `group' below) must be able to open new tunnel interfaces. # user=tripe # The group to run as once tripe has initialized. See caveats for `user' # above. # group=tripe # Trace options to pass to tripe. The default is no tracing. The setting # `A-cp' gives maxmimum possible verbosity without leaking important # secrets. # trace=A-cp # Any other options to pass on to tripectl. # miscopts= # Logfile to write to. The default is `tripe.log' in the working directory. # logfile=/var/log/tripe # Where to put tripectl's pidfile when it starts up. The default is # tripectl.pid in the working directory. # pidfile=/var/run/tripectl.pid