1# $FreeBSD: src/share/examples/ppp/ppp.linkdown.span-isp.working,v 1.2.2.1 2002/09/01 08:01:18 brian Exp $
2# $DragonFly: src/share/examples/ppp/ppp.linkdown.span-isp.working,v 1.2 2003/06/17 04:36:57 dillon Exp $
3
4# This is a working example of ppp.linkdown.span-isp that uses ppp connections
5# to the same machine through 3 null-modem serial cables.
6
7# The ISP links start our MP version of ppp as they come up
8isp1:
9  !bg pppctl /var/run/ppp/vpn link 1 close
10
11isp2:
12  !bg pppctl /var/run/ppp/vpn link 2 close
13
14isp3:
15  !bg pppctl /var/run/ppp/vpn link 3 close
16
17vpn:
18  set server none
19