xref: /freebsd/share/examples/ppp/ppp.linkdown.span-isp.working (revision c6f660d19f0a5378c7e890fc8d4338b806a46ebd)
1# $Id:$
2
3# This is a working example of ppp.linkdown.span-isp that uses ppp connections
4# to the same machine through 3 null-modem serial cables.
5
6# The ISP links start our MP version of ppp as they come up
7isp1:
8  !bg pppctl /var/tmp/vpn link 1 close
9
10isp2:
11  !bg pppctl /var/tmp/vpn link 2 close
12
13isp3:
14  !bg pppctl /var/tmp/vpn link 3 close
15
16vpn:
17  set server none
18