mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 20:53:08 -04:00
to implement multi-link ppp over more than one ISP with the ability to lose ISPs without loss of connectivity. It *requires* that you either have administrative access to a machine that's already connected to the 'net or at least know a really nice person that does.
17 lines
349 B
Text
17 lines
349 B
Text
# $Id:$
|
|
|
|
# Refer to ppp.conf.span-isp for a description of what this file is for.
|
|
# This file is only required on the Gateway machine.
|
|
|
|
# The ISP links start our MP version of ppp as they come up
|
|
isp1:
|
|
!bg ppp -background vpn1 vpn
|
|
|
|
isp2:
|
|
!bg ppp -background vpn2 vpn
|
|
|
|
ispN:
|
|
!bg ppp -background vpnN vpn
|
|
|
|
vpn:
|
|
set server /var/tmp/vpn "" 0177
|