# PPP addresses to be created LOCALADDR=10.1.1.1 REMOTEADDR=10.1.1.2 # Where we're connecting. PEER=otherend.spy.net # ssh user SSHUSER=vpnuser # key to use for RSA authentication RSAKEY=/usr/pkg/etc/vpn/keys/otherend # ppp command to run on this end # LOCALPPP=/usr/sbin/pppd # extra options for local PPP # LPPPOPTIONS="netmask 255.255.255.252" # PPP command to run on that end # REMOTEPPP=/usr/sbin/pppd.new # extra options for remote ppp # RPPPOPTIONS="netmask 255.255.255.252"