c6f660d19f
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.
18 lines
357 B
Plaintext
18 lines
357 B
Plaintext
# $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 pppctl /var/tmp/vpn link 1 close
|
|
|
|
isp2:
|
|
!bg pppctl /var/tmp/vpn link 2 close
|
|
|
|
ispN:
|
|
!bg pppctl /var/tmp/vpn link N close
|
|
|
|
vpn:
|
|
set server none
|