diff options
Diffstat (limited to 'share/examples/ppp/ppp.linkup.span-isp.working')
-rw-r--r-- | share/examples/ppp/ppp.linkup.span-isp.working | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/share/examples/ppp/ppp.linkup.span-isp.working b/share/examples/ppp/ppp.linkup.span-isp.working new file mode 100644 index 000000000000..274296e73dbd --- /dev/null +++ b/share/examples/ppp/ppp.linkup.span-isp.working @@ -0,0 +1,17 @@ +# $FreeBSD$ + +# This is a working example of ppp.linkup.span-isp that uses ppp connections +# to the same machine through 3 null-modem serial cables. + +# The ISP links start our MP version of ppp as they come up +isp1: + !bg ppp -background vpn1 vpn + +isp2: + !bg ppp -background vpn2 vpn + +isp3: + !bg ppp -background vpn3 vpn + +vpn: + set server /var/run/ppp/vpn "" 0177 |