1# $FreeBSD: src/share/examples/ppp/ppp.linkup.span-isp.working,v 1.2.2.1 2001/11/06 09:18:51 cjc Exp $
2# $DragonFly: src/share/examples/ppp/ppp.linkup.span-isp.working,v 1.2 2003/06/17 04:36:57 dillon Exp $
3
4# This is a working example of ppp.linkup.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 ppp -background vpn1 vpn
10
11isp2:
12  !bg ppp -background vpn2 vpn
13
14isp3:
15  !bg ppp -background vpn3 vpn
16
17vpn:
18  set server /var/run/ppp/vpn "" 0177
19