Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > b925ecbdbd8b3c79875000359b742194 > files > 42

vpnd-1.1.0-2mdk.i586.rpm

#
# we are server
#
mode server
#
# we use /dev/cua0
#
server /dev/cua0
#
# remote side may use any device, just specify the same
# device as above here
#
client /dev/cua0
#
# we use 10.1.1.5 as IP for the slip interface
#
local  10.1.1.5
#
# point to point target of the slip interface is 10.1.1.1
#
remote 10.1.1.1
#
# the shared secret of both systems involved
#
keyfile samples/key
#
# use nonblocking random device
#
randomdev /dev/urandom
#
# use a mtu of 1600 for the slip interface (must be the same
# on remote interface)
#
mtu 1600
#
# encryption key is replaced every 30 minutes
#
keyttl 30
#
# retry delay for communication errors is 1 seconds
#
retry 1
#
# serial line initialization script
#
modemchat samples/nullmodem.chat
#
# drop serial line after three pings to peer with no answer
#
noanswer 3