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