Lines Matching refs:ppp
19 # may want to ``!include ~/.ppp.conf'' for backwards compatibility.
59 # when negotiating with some (broken) ppp implementations.
65 # It's better to put the ``add'' line in ppp.linkup when not in -auto mode.
67 # Finally, the ``enable dns'' line tells ppp to ask the peer for the
69 # by the other side, but if it is, ppp will update /etc/resolv.conf with
74 # it's received, send ``ppp'', expect ``word:'' then send ``ppp''.
80 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp"
106 # # ppp -auto ondemand
109 # Remember, ppp.linkup is searched for a "192.244.176.44" label, then
114 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp"
121 # that supports multi-link ppp itself.
158 set server /var/run/ppp/ppp-TA "" 0177 # The diagnostic port (-rw-------)
184 set server /var/run/ppp/internet MySecretPassword 0177
191 # If you don't like ppp's builtin chat, use an external one:
193 set login "\"!chat \\-f /etc/ppp/ppp.dev.chat\""
246 # I trust user brian to run ppp, so this goes in the `default' section:
256 # I also may wish to set up my ppp login script so that it asks the client
420 # If you wish to allow any user in the passwd database ppp access, you
423 # When the peer authenticates itself, we use ppp.secret for verification
426 # Note: We may supply a third field in ppp.secret specifying the IP
428 # ppp.link{up,down} label to use and a fifth field to specify
432 # is to assign them a number from your local LAN and tell ppp to make a
435 # ppp clients between 10.0.0.100 and 10.0.0.199. It is possible to
437 # ppp.secret.
440 # # ppp -direct server
450 # instead of the ppp.secret file. Simply put then in a radius
451 # configuration file (usually /etc/radius.conf) and give ppp the
470 # lqrperiod interval (ppp-style-pings).
479 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp HELLO"
510 # configured to run "ppp -direct tcp-server" when it gets a connection on
513 # ppp stream tcp nowait root /usr/sbin/ppp ppp -direct tcp-server
517 # ppp 6671/tcp
536 # ppp dgram udp wait root /usr/sbin/ppp ppp -direct udp-server
540 # ppp 6671/udp
553 # If you want to test ppp, do it through the loopback interface:
556 # ppploop 6671/tcp # loopback ppp daemon
559 # ppploop stream tcp nowait root /usr/sbin/ppp ppp -direct inet-loop-in
568 set server /var/run/ppp/loop "" 0177
585 set device "!ssh whatevermachine /usr/sbin/ppp -direct inet-loop-in"
611 # the ppp callback facility (rfc1570), take advantage of the fact that
612 # ppp doesn't look for carrier 'till `set login' is complete:
618 # Note, it's important that we tell ppp not to expect carrier, otherwise
625 set login "TIMEOUT 5 ogin:--ogin: ppp word: ppp TIMEOUT 15 DIALBACK \
644 # If we're running a ppp server that wants to only call back microsoft
645 # clients on numbers configured in /etc/ppp/ppp.secret (the 5th field):
698 # It's possible to run ppp in the background while specifying a
706 set authkey !/usr/share/examples/ppp/chap-auth
719 code: \"!/usr/share/examples/ppp/login-auth -display keep:0.0 \
722 # ppp supports ppp over ethernet (PPPoE). Beware, many PPP servers cache
752 # It's possible to run ppp back-to-back with itself. This is useful
763 # need 3 descriptors per ppp process (assuming no server socket).
768 # while [ $n -lt 1000 ]; do ppp -b loop; n=$(($n + 1)); done
770 # If you want to test concurrency, try using ``ppp -dd loop'' instead.
775 set device "!ppp -direct loop-in"