xref: /freebsd/share/examples/ppp/ppp.linkup.span-isp.working (revision 734e82fe33aa764367791a7d603b383996c6b40b)
1
2# This is a working example of ppp.linkup.span-isp that uses ppp connections
3# to the same machine through 3 null-modem serial cables.
4
5# The ISP links start our MP version of ppp as they come up
6isp1:
7  !bg ppp -background vpn1 vpn
8
9isp2:
10  !bg ppp -background vpn2 vpn
11
12isp3:
13  !bg ppp -background vpn3 vpn
14
15vpn:
16  set server /var/run/ppp/vpn "" 0177
17