Deleted Added
full compact
ppp.conf.span-isp.working (85848) ppp.conf.span-isp.working (88078)
1# $FreeBSD: head/share/examples/ppp/ppp.conf.span-isp.working 85848 2001-11-01 23:44:12Z cjc $
1# $FreeBSD: head/share/examples/ppp/ppp.conf.span-isp.working 88078 2001-12-17 22:05:23Z cjc $
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
9#

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

18# The whole thing is brought up with these commands:
19#
20# ppp -b isp1
21# ppp -b isp2
22# ppp -b isp3
23#
24# Something rather strange happens here.
25# If you connect to the vpn-in diagnostic socket with ``pppctl
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
9#

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

18# The whole thing is brought up with these commands:
19#
20# ppp -b isp1
21# ppp -b isp2
22# ppp -b isp3
23#
24# Something rather strange happens here.
25# If you connect to the vpn-in diagnostic socket with ``pppctl
26# /var/tmp/vpn-in'' and do a ``show links'', only a single link shows up.
26# /var/run/ppp/vpn-in'' and do a ``show links'', only a single link shows up.
27# If you connect to the vpn diagnostic socket (which is created in
28# ppp.linkup.span-isp.working, you see three links. This is because inetd
29# is told to ``wait'' for ppp to finish and the receiving ppp gets to
30# handle all incoming packets on the first descriptor.
31#
32# This is why enabling LQR won't work - VPN-IN has magic number problems,
33# fails to reply to LQRs and the VPN invocations end up shutting down.
34#

--- 73 unchanged lines hidden ---
27# If you connect to the vpn diagnostic socket (which is created in
28# ppp.linkup.span-isp.working, you see three links. This is because inetd
29# is told to ``wait'' for ppp to finish and the receiving ppp gets to
30# handle all incoming packets on the first descriptor.
31#
32# This is why enabling LQR won't work - VPN-IN has magic number problems,
33# fails to reply to LQRs and the VPN invocations end up shutting down.
34#

--- 73 unchanged lines hidden ---