ppp.conf.span-isp.working (fab8f27310085e00fe4af516da358e41bc2871b0) ppp.conf.span-isp.working (e40db2c46ecb75fdaf399d0a439ae31e501c097c)
1# $FreeBSD$
2
3# This is a working example of ppp.conf.span-isp that uses ppp connections
4# to the same machine through 3 null-modem serial cables.
5#
6# cuaD03 <-> cuaD04
7# cuaD01 <-> cuaD06
8# cuaD00 <-> cuaD07

--- 36 unchanged lines hidden (view full) ---

45 set dial
46 set login
47 set redial 3 5
48 set timeout 0
49 enable lqr
50 set lqrperiod 15
51
52isp1:
1# $FreeBSD$
2
3# This is a working example of ppp.conf.span-isp that uses ppp connections
4# to the same machine through 3 null-modem serial cables.
5#
6# cuaD03 <-> cuaD04
7# cuaD01 <-> cuaD06
8# cuaD00 <-> cuaD07

--- 36 unchanged lines hidden (view full) ---

45 set dial
46 set login
47 set redial 3 5
48 set timeout 0
49 enable lqr
50 set lqrperiod 15
51
52isp1:
53 set authname isp1name
54 set authkey isp1key
53 set authname "isp1name"
54 set authkey "isp1key"
55
56isp2:
55
56isp2:
57 set authname isp2name
58 set authkey isp2key
57 set authname "isp2name"
58 set authkey "isp2key"
59
60isp3:
59
60isp3:
61 set authname isp3name
62 set authkey isp3key
61 set authname "isp3name"
62 set authkey "isp3key"
63
64
65vpn:
66 set enddisc LABEL
67 set speed sync
68 set mrru 1500
69 set mru 1504 # Room for the MP header
63
64
65vpn:
66 set enddisc LABEL
67 set speed sync
68 set mrru 1500
69 set mru 1504 # Room for the MP header
70 set authname vpnname
71 set authkey vpnkey
70 set authname "vpnname"
71 set authkey "vpnkey"
72 add! default HISADDR
73 disable deflate pred1 lqr
74 deny deflate pred1
75
76vpn1:
77 rename 1
78 set device 127.0.2.7:ppp/udp
79

--- 28 unchanged lines hidden ---
72 add! default HISADDR
73 disable deflate pred1 lqr
74 deny deflate pred1
75
76vpn1:
77 rename 1
78 set device 127.0.2.7:ppp/udp
79

--- 28 unchanged lines hidden ---