xref: /freebsd/share/examples/ppp/ppp.linkup.span-isp.working (revision a90b9d0159070121c221b966469c3e36d912bf82)
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