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