Sophie

Sophie

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

vpnd-1.1.0-2mdk.i586.rpm

#
# we are server
#
mode server
#
# we use /dev/cua1
#
server /dev/cua1
#
# remote side may use any device, just specify the same
# device as above here
#
client /dev/cua1
#
# 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
#
# never change keys
#
keyttl 0
#
# the shared secret of both systems involved
#
keyfile samples/key
#
# the pid file of the vpnd daemon
#
pidfile /var/run/vpnd.pid
#
# 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
#
# serial line initialization script
#
modemchat samples/virtual.server.chat
#
# escape XON/XOFF and filter XON/XOFF
#
xfilter
#
# set compression test threshold to 512
#
threshold 512