Sophie

Sophie

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

vpnd-1.1.0-2mdk.i586.rpm

#
# we are client
#
mode client
#
# we use /dev/cua1
#
client /dev/cua1
#
# remote side may use any device, just specify the same
# device as above here
#
server /dev/cua1
#
# we use 10.1.1.1 as IP for the slip interface
#
local  10.1.1.1
#
# point to point target of the slip interface is 10.1.1.5
#
remote 10.1.1.5
#
# this kernel adds automatically a route to the slip
# interface when the interface is created
#
autoroute
#
# 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
#
# retry delay for communication errors is 5 seconds
#
retry 5
#
# serial line initialization script
#
modemchat samples/virtual.client.chat
#
# escape XON/XOFF and filter XON/XOFF
#
xfilter
#
# set compression test threshold to 512
#
threshold 512