DEVFS - More GPT fixes. Fix serial number aliases for slice 0.
[dragonfly.git] / usr.sbin / ppp / ppp.8.m4
1 changequote({,})dnl
2 changecom(,)dnl
3 .\"
4 .\" Copyright (c) 2001 Brian Somers <brian@Awfulhak.org>
5 .\" All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\" $FreeBSD: src/usr.sbin/ppp/ppp.8.m4,v 1.301.2.1 2002/09/01 02:12:31 brian Exp $
29 .\" $DragonFly: src/usr.sbin/ppp/ppp.8.m4,v 1.12 2008/05/02 02:05:08 swildner Exp $
30 .\"
31 .Dd August 6, 2009
32 .Dt PPP 8
33 .Os
34 .Sh NAME
35 .Nm ppp
36 .Nd Point to Point Protocol (a.k.a. user-ppp)
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl Va mode
40 .Op Fl nat
41 .Op Fl quiet
42 .Op Fl unit Ns Ar N
43 .Op Ar system ...
44 .Sh DESCRIPTION
45 This is a user process
46 .Em PPP
47 software package.
48 Normally,
49 .Em PPP
50 is implemented as a part of the kernel (e.g., as managed by
51 .Xr pppd 8 )
52 and it's thus somewhat hard to debug and/or modify its behaviour.
53 However, in this implementation
54 .Em PPP
55 is done as a user process with the help of the
56 tunnel device driver (tun).
57 .Pp
58 The
59 .Fl nat
60 flag does the equivalent of a
61 .Dq nat enable yes ,
62 enabling
63 .Nm Ns No 's
64 network address translation features.
65 This allows
66 .Nm
67 to act as a NAT or masquerading engine for all machines on an internal
68 LAN.
69 ifdef({LOCALNAT},{},{Refer to
70 .Xr libalias 3
71 for details on the technical side of the NAT engine.
72 })dnl
73 Refer to the
74 .Sx NETWORK ADDRESS TRANSLATION (PACKET ALIASING)
75 section of this manual page for details on how to configure NAT in
76 .Nm .
77 .Pp
78 The
79 .Fl quiet
80 flag tells
81 .Nm
82 to be silent at startup rather than displaying the mode and interface
83 to standard output.
84 .Pp
85 The
86 .Fl unit
87 flag tells
88 .Nm
89 to only attempt to open
90 .Pa /dev/tun Ns Ar N .
91 Normally,
92 .Nm
93 will start with a value of 0 for
94 .Ar N ,
95 and keep trying to open a tunnel device by incrementing the value of
96 .Ar N
97 by one each time until it succeeds.
98 If it fails three times in a row
99 because the device file is missing, it gives up.
100 .Pp
101 The following
102 .Va mode Ns No s
103 are understood by
104 .Nm :
105 .Bl -tag -width XXX -offset XXX
106 .It Fl auto
107 .Nm
108 opens the tun interface, configures it then goes into the background.
109 The link isn't brought up until outgoing data is detected on the tun
110 interface at which point
111 .Nm
112 attempts to bring up the link.
113 Packets received (including the first one) while
114 .Nm
115 is trying to bring the link up will remain queued for a default of
116 2 minutes.
117 See the
118 .Dq set choked
119 command below.
120 .Pp
121 In
122 .Fl auto
123 mode, at least one
124 .Dq system
125 must be given on the command line (see below) and a
126 .Dq set ifaddr
127 must be done in the system profile that specifies a peer IP address to
128 use when configuring the interface.
129 Something like
130 .Dq 10.0.0.1/0
131 is usually appropriate.
132 See the
133 .Dq pmdemand
134 system in
135 .Pa /usr/share/examples/ppp/ppp.conf.sample
136 for an example.
137 .It Fl background
138 Here,
139 .Nm
140 attempts to establish a connection with the peer immediately.
141 If it succeeds,
142 .Nm
143 goes into the background and the parent process returns an exit code
144 of 0.
145 If it fails,
146 .Nm
147 exits with a non-zero result.
148 .It Fl foreground
149 In foreground mode,
150 .Nm
151 attempts to establish a connection with the peer immediately, but never
152 becomes a daemon.
153 The link is created in background mode.
154 This is useful if you wish to control
155 .Nm Ns No 's
156 invocation from another process.
157 .It Fl direct
158 This is used for receiving incoming connections.
159 .Nm
160 ignores the
161 .Dq set device
162 line and uses descriptor 0 as the link.
163 .Pp
164 If callback is configured,
165 .Nm
166 will use the
167 .Dq set device
168 information when dialing back.
169 .It Fl dedicated
170 This option is designed for machines connected with a dedicated
171 wire.
172 .Nm
173 will always keep the device open and will never use any configured
174 chat scripts.
175 .It Fl ddial
176 This mode is equivalent to
177 .Fl auto
178 mode except that
179 .Nm
180 will bring the link back up any time it's dropped for any reason.
181 .It Fl interactive
182 This is a no-op, and gives the same behaviour as if none of the above
183 modes have been specified.
184 .Nm
185 loads any sections specified on the command line then provides an
186 interactive prompt.
187 .El
188 .Pp
189 One or more configuration entries or systems
190 (as specified in
191 .Pa /etc/ppp/ppp.conf )
192 may also be specified on the command line.
193 .Nm
194 will read the
195 .Dq default
196 system from
197 .Pa /etc/ppp/ppp.conf
198 at startup, followed by each of the systems specified on the command line.
199 .Sh Major Features
200 .Bl -diag
201 .It Provides an interactive user interface.
202 Using its command mode, the user can
203 easily enter commands to establish the connection with the remote end, check
204 the status of connection and close the connection.
205 All functions can also be optionally password protected for security.
206 .It Supports both manual and automatic dialing.
207 Interactive mode has a
208 .Dq term
209 command which enables you to talk to the device directly.
210 When you are connected to the remote peer and it starts to talk
211 .Em PPP ,
212 .Nm
213 detects it and switches to packet mode automatically.
214 Once you have
215 determined the proper sequence for connecting with the remote host, you
216 can write a chat script to {define} the necessary dialing and login
217 procedure for later convenience.
218 .It Supports on-demand dialup capability.
219 By using
220 .Fl auto
221 mode,
222 .Nm
223 will act as a daemon and wait for a packet to be sent over the
224 .Em PPP
225 link.
226 When this happens, the daemon automatically dials and establishes the
227 connection.
228 In almost the same manner
229 .Fl ddial
230 mode (direct-dial mode) also automatically dials and establishes the
231 connection.
232 However, it differs in that it will dial the remote site
233 any time it detects the link is down, even if there are no packets to be
234 sent.
235 This mode is useful for full-time connections where we worry less
236 about line charges and more about being connected full time.
237 A third
238 .Fl dedicated
239 mode is also available.
240 This mode is targeted at a dedicated link between two machines.
241 .Nm
242 will never voluntarily quit from dedicated mode - you must send it the
243 .Dq quit all
244 command via its diagnostic socket.
245 A
246 .Dv SIGHUP
247 will force an LCP renegotiation, and a
248 .Dv SIGTERM
249 will force it to exit.
250 .It Supports client callback.
251 .Nm
252 can use either the standard LCP callback protocol or the Microsoft
253 CallBack Control Protocol
254 .Pa ( ftp://ftp.microsoft.com/developr/rfc/cbcp.txt ) .
255 .It Supports NAT or packet aliasing.
256 Packet aliasing (a.k.a. IP masquerading) allows computers on a
257 private, unregistered network to access the Internet.
258 The
259 .Em PPP
260 host acts as a masquerading gateway.
261 IP addresses as well as TCP and
262 UDP port numbers are NAT'd for outgoing packets and de-NAT'd for
263 returning packets.
264 .It Supports background PPP connections.
265 In background mode, if
266 .Nm
267 successfully establishes the connection, it will become a daemon.
268 Otherwise, it will exit with an error.
269 This allows the setup of
270 scripts that wish to execute certain commands only if the connection
271 is successfully established.
272 .It Supports server-side PPP connections.
273 In direct mode,
274 .Nm
275 acts as server which accepts incoming
276 .Em PPP
277 connections on stdin/stdout.
278 .It "Supports PAP and CHAP (rfc 1994, 2433 and 2759) authentication."
279 With PAP or CHAP, it is possible to skip the Unix style
280 .Xr login 1
281 procedure, and use the
282 .Em PPP
283 protocol for authentication instead.
284 If the peer requests Microsoft CHAP authentication and
285 .Nm
286 is compiled with DES support, an appropriate MD4/DES response will be
287 made.
288 .It Supports RADIUS (rfc 2138 & 2548) authentication.
289 An extension to PAP and CHAP,
290 .Em \&R Ns No emote
291 .Em \&A Ns No ccess
292 .Em \&D Ns No ial
293 .Em \&I Ns No n
294 .Em \&U Ns No ser
295 .Em \&S Ns No ervice
296 allows authentication information to be stored in a central or
297 distributed database along with various per-user framed connection
298 characteristics.
299 ifdef({LOCALRAD},{},{If
300 .Xr libradius 3
301 is available at compile time,
302 .Nm
303 will use it to make
304 .Em RADIUS
305 requests when configured to do so.
306 })dnl
307 .It Supports Proxy Arp.
308 .Nm
309 can be configured to make one or more proxy arp entries on behalf of
310 the peer.
311 This allows routing from the peer to the LAN without
312 configuring each machine on that LAN.
313 .It Supports packet filtering.
314 User can {define} four kinds of filters: the
315 .Em in
316 filter for incoming packets, the
317 .Em out
318 filter for outgoing packets, the
319 .Em dial
320 filter to {define} a dialing trigger packet and the
321 .Em alive
322 filter for keeping a connection alive with the trigger packet.
323 .It Tunnel driver supports bpf.
324 The user can use
325 .Xr tcpdump 1
326 to check the packet flow over the
327 .Em PPP
328 link.
329 .It Supports PPP over TCP and PPP over UDP.
330 If a device name is specified as
331 .Em host Ns No : Ns Em port Ns
332 .Xo
333 .Op / Ns tcp|udp ,
334 .Xc
335 .Nm
336 will open a TCP or UDP connection for transporting data rather than using a
337 conventional serial device.
338 UDP connections force
339 .Nm
340 into synchronous mode.
341 .It Supports PPP over ISDN.
342 If
343 .Nm
344 is given a raw B-channel i4b device to open as a link, it's able to talk
345 to the
346 .Xr isdnd 8
347 daemon to establish an ISDN connection.
348 .It Supports PPP over Ethernet (rfc 2516).
349 If
350 .Nm
351 is given a device specification of the format
352 .No PPPoE: Ns Ar iface Ns Xo
353 .Op \&: Ns Ar provider Ns
354 .Xc
355 and if
356 .Xr netgraph 4
357 is available,
358 .Nm
359 will attempt talk
360 .Em PPP
361 over Ethernet to
362 .Ar provider
363 using the
364 .Ar iface
365 network interface.
366 .Pp
367 On systems that do not support
368 .Xr netgraph 4 ,
369 an external program such as
370 .Xr pppoe 8
371 may be used.
372 .It "Supports IETF draft Predictor-1 (rfc 1978) and DEFLATE (rfc 1979) compression."
373 .Nm
374 supports not only VJ-compression but also Predictor-1 and DEFLATE compression.
375 Normally, a modem has built-in compression (e.g., v42.bis) and the system
376 may receive higher data rates from it as a result of such compression.
377 While this is generally a good thing in most other situations, this
378 higher speed data imposes a penalty on the system by increasing the
379 number of serial interrupts the system has to process in talking to the
380 modem and also increases latency.
381 Unlike VJ-compression, Predictor-1 and DEFLATE compression pre-compresses
382 .Em all
383 network traffic flowing through the link, thus reducing overheads to a
384 minimum.
385 .It Supports Microsoft's IPCP extensions (rfc 1877).
386 Name Server Addresses and NetBIOS Name Server Addresses can be negotiated
387 with clients using the Microsoft
388 .Em PPP
389 stack (i.e., Win95, WinNT)
390 .It Supports Multi-link PPP (rfc 1990)
391 It is possible to configure
392 .Nm
393 to open more than one physical connection to the peer, combining the
394 bandwidth of all links for better throughput.
395 .It Supports MPPE (draft-ietf-pppext-mppe)
396 MPPE is Microsoft Point to Point Encryption scheme.
397 It is possible to configure
398 .Nm
399 to participate in Microsoft's Windows VPN.
400 For now,
401 .Nm
402 can only get encryption keys from CHAP 81 authentication.
403 .Nm
404 must be compiled with DES for MPPE to operate.
405 .It Supports IPV6CP (rfc 2023).
406 An IPv6 connection can be made in addition to or instead of the normal
407 IPv4 connection.
408 .El
409 .Sh PERMISSIONS
410 .Nm
411 is installed as user
412 .Dv root
413 and group
414 .Dv network ,
415 with permissions
416 .Dv 04554 .
417 By default,
418 .Nm
419 will not run if the invoking user id is not zero.
420 This may be overridden by using the
421 .Dq allow users
422 command in
423 .Pa /etc/ppp/ppp.conf .
424 When running as a normal user,
425 .Nm
426 switches to user id 0 in order to alter the system routing table, set up
427 system lock files and read the ppp configuration files.
428 All external commands (executed via the "shell" or "!bg" commands) are executed
429 as the user id that invoked
430 .Nm .
431 Refer to the
432 .Sq ID0
433 logging facility if you're interested in what exactly is done as user id
434 zero.
435 .Sh GETTING STARTED
436 When you first run
437 .Nm
438 you may need to deal with some initial configuration details.
439 .Bl -bullet
440 .It
441 Your kernel must {include} a tunnel device (the GENERIC kernel includes
442 one by default).
443 If it doesn't, or if you require more than one tun
444 interface, you'll need to rebuild your kernel with the following line in
445 your kernel configuration file:
446 .Pp
447 .Dl pseudo-device tun N
448 .Pp
449 where
450 .Ar N
451 is the maximum number of
452 .Em PPP
453 connections you wish to support.
454 .It
455 Make sure that your system has a group named
456 .Dq network
457 in the
458 .Pa /etc/group
459 file and that the group contains the names of all users expected to use
460 .Nm .
461 Refer to the
462 .Xr group 5
463 manual page for details.
464 Each of these users must also be given access using the
465 .Dq allow users
466 command in
467 .Pa /etc/ppp/ppp.conf .
468 .It
469 Create a log file.
470 .Nm
471 uses
472 .Xr syslog 3
473 to log information.
474 A common log file name is
475 .Pa /var/log/ppp.log .
476 To make output go to this file, put the following lines in the
477 .Pa /etc/syslog.conf
478 file:
479 .Bd -literal -offset indent
480 !ppp
481 *.*<TAB>/var/log/ppp.log
482 .Ed
483 .Pp
484 It is possible to have more than one
485 .Em PPP
486 log file by creating a link to the
487 .Nm
488 executable:
489 .Pp
490 .Dl # cd /usr/sbin
491 .Dl # ln ppp ppp0
492 .Pp
493 and using
494 .Bd -literal -offset indent
495 !ppp0
496 *.*<TAB>/var/log/ppp0.log
497 .Ed
498 .Pp
499 in
500 .Pa /etc/syslog.conf .
501 Don't forget to send a
502 .Dv HUP
503 signal to
504 .Xr syslogd 8
505 after altering
506 .Pa /etc/syslog.conf .
507 .It
508 Although not strictly relevant to
509 .Nm Ns No 's
510 operation, you should configure your resolver so that it works correctly.
511 This can be done by configuring a local DNS
512 (using
513 .Xr named 8 )
514 or by adding the correct
515 .Sq nameserver
516 lines to the file
517 .Pa /etc/resolv.conf .
518 Refer to the
519 .Xr resolv.conf 5
520 manual page for details.
521 .Pp
522 Alternatively, if the peer supports it,
523 .Nm
524 can be configured to ask the peer for the nameserver address(es) and to
525 update
526 .Pa /etc/resolv.conf
527 automatically.
528 Refer to the
529 .Dq enable dns
530 and
531 .Dq resolv
532 commands below for details.
533 .El
534 .Sh MANUAL DIALING
535 In the following examples, we assume that your machine name is
536 .Dv awfulhak .
537 when you invoke
538 .Nm
539 (see
540 .Sx PERMISSIONS
541 above) with no arguments, you are presented with a prompt:
542 .Bd -literal -offset indent
543 ppp ON awfulhak>
544 .Ed
545 .Pp
546 The
547 .Sq ON
548 part of your prompt should always be in upper case.
549 If it is in lower case, it means that you must supply a password using the
550 .Dq passwd
551 command.
552 This only ever happens if you connect to a running version of
553 .Nm
554 and have not authenticated yourself using the correct password.
555 .Pp
556 You can start by specifying the device name and speed:
557 .Bd -literal -offset indent
558 ppp ON awfulhak> set device /dev/cuaa0
559 ppp ON awfulhak> set speed 38400
560 .Ed
561 .Pp
562 Normally, hardware flow control (CTS/RTS) is used.
563 However, under
564 certain circumstances (as may happen when you are connected directly
565 to certain PPP-capable terminal servers), this may result in
566 .Nm
567 hanging as soon as it tries to write data to your communications link
568 as it is waiting for the CTS (clear to send) signal - which will never
569 come.
570 Thus, if you have a direct line and can't seem to make a
571 connection, try turning CTS/RTS off with
572 .Dq set ctsrts off .
573 If you need to do this, check the
574 .Dq set accmap
575 description below too - you'll probably need to
576 .Dq set accmap 000a0000 .
577 .Pp
578 Usually, parity is set to
579 .Dq none ,
580 and this is
581 .Nm Ns No 's
582 default.
583 Parity is a rather archaic error checking mechanism that is no
584 longer used because modern modems do their own error checking, and most
585 link-layer protocols (that's what
586 .Nm
587 is) use much more reliable checking mechanisms.
588 Parity has a relatively
589 huge overhead (a 12.5% increase in traffic) and as a result, it is always
590 disabled
591 (set to
592 .Dq none )
593 when
594 .Dv PPP
595 is opened.
596 However, some ISPs (Internet Service Providers) may use
597 specific parity settings at connection time (before
598 .Dv PPP
599 is opened).
600 Notably, Compuserve insist on even parity when logging in:
601 .Bd -literal -offset indent
602 ppp ON awfulhak> set parity even
603 .Ed
604 .Pp
605 You can now see what your current device settings look like:
606 .Bd -literal -offset indent
607 ppp ON awfulhak> show physical
608 Name: deflink
609  State:           closed
610  Device:          N/A
611  Link Type:       interactive
612  Connect Count:   0
613  Queued Packets:  0
614  Phone Number:    N/A
615
616 Defaults:
617  Device List:     /dev/cuaa0
618  Characteristics: 38400bps, cs8, even parity, CTS/RTS on
619
620 Connect time: 0 secs
621 0 octets in, 0 octets out
622 Overall 0 bytes/sec
623 ppp ON awfulhak>
624 .Ed
625 .Pp
626 The term command can now be used to talk directly to the device:
627 .Bd -literal -offset indent
628 ppp ON awfulhak> term
629 at
630 OK
631 atdt123456
632 CONNECT
633 login: myispusername
634 Password: myisppassword
635 Protocol: ppp
636 .Ed
637 .Pp
638 When the peer starts to talk in
639 .Em PPP ,
640 .Nm
641 detects this automatically and returns to command mode.
642 .Bd -literal -offset indent
643 ppp ON awfulhak>               # No link has been established
644 Ppp ON awfulhak>               # We've connected & finished LCP
645 PPp ON awfulhak>               # We've authenticated
646 PPP ON awfulhak>               # We've agreed IP numbers
647 .Ed
648 .Pp
649 If it does not, it's probable that the peer is waiting for your end to
650 start negotiating.
651 To force
652 .Nm
653 to start sending
654 .Em PPP
655 configuration packets to the peer, use the
656 .Dq ~p
657 command to drop out of terminal mode and enter packet mode.
658 .Pp
659 If you never even receive a login prompt, it is quite likely that the
660 peer wants to use PAP or CHAP authentication instead of using Unix-style
661 login/password authentication.
662 To set things up properly, drop back to
663 the prompt and set your authentication name and key, then reconnect:
664 .Bd -literal -offset indent
665 ~.
666 ppp ON awfulhak> set authname myispusername
667 ppp ON awfulhak> set authkey myisppassword
668 ppp ON awfulhak> term
669 at
670 OK
671 atdt123456
672 CONNECT
673 .Ed
674 .Pp
675 You may need to tell ppp to initiate negotiations with the peer here too:
676 .Bd -literal -offset indent
677 ~p
678 ppp ON awfulhak>               # No link has been established
679 Ppp ON awfulhak>               # We've connected & finished LCP
680 PPp ON awfulhak>               # We've authenticated
681 PPP ON awfulhak>               # We've agreed IP numbers
682 .Ed
683 .Pp
684 You are now connected!
685 Note that
686 .Sq PPP
687 in the prompt has changed to capital letters to indicate that you have
688 a peer connection.
689 If only some of the three Ps go uppercase, wait until
690 either everything is uppercase or lowercase.
691 If they revert to lowercase, it means that
692 .Nm
693 couldn't successfully negotiate with the peer.
694 A good first step for troubleshooting at this point would be to
695 .Bd -literal -offset indent
696 ppp ON awfulhak> set log local phase lcp ipcp
697 .Ed
698 .Pp
699 and try again.
700 Refer to the
701 .Dq set log
702 command description below for further details.
703 If things fail at this point,
704 it is quite important that you turn logging on and try again.
705 It is also
706 important that you note any prompt changes and report them to anyone trying
707 to help you.
708 .Pp
709 When the link is established, the show command can be used to see how
710 things are going:
711 .Bd -literal -offset indent
712 PPP ON awfulhak> show physical
713 * Modem related information is shown here *
714 PPP ON awfulhak> show ccp
715 * CCP (compression) related information is shown here *
716 PPP ON awfulhak> show lcp
717 * LCP (line control) related information is shown here *
718 PPP ON awfulhak> show ipcp
719 * IPCP (IP) related information is shown here *
720 PPP ON awfulhak> show ipv6cp
721 * IPV6CP (IPv6) related information is shown here *
722 PPP ON awfulhak> show link
723 * Link (high level) related information is shown here *
724 PPP ON awfulhak> show bundle
725 * Logical (high level) connection related information is shown here *
726 .Ed
727 .Pp
728 At this point, your machine has a host route to the peer.
729 This means
730 that you can only make a connection with the host on the other side
731 of the link.
732 If you want to add a default route entry (telling your
733 machine to send all packets without another routing entry to the other
734 side of the
735 .Em PPP
736 link), enter the following command:
737 .Bd -literal -offset indent
738 PPP ON awfulhak> add default HISADDR
739 .Ed
740 .Pp
741 The string
742 .Sq HISADDR
743 represents the IP address of the connected peer.
744 If the
745 .Dq add
746 command fails due to an existing route, you can overwrite the existing
747 route using
748 .Bd -literal -offset indent
749 PPP ON awfulhak> add! default HISADDR
750 .Ed
751 .Pp
752 This command can also be executed before actually making the connection.
753 If a new IP address is negotiated at connection time,
754 .Nm
755 will update your default route accordingly.
756 .Pp
757 You can now use your network applications (ping, telnet, ftp etc.)
758 in other windows or terminals on your machine.
759 If you wish to reuse the current terminal, you can put
760 .Nm
761 into the background using your standard shell suspend and background
762 commands (usually
763 .Dq ^Z
764 followed by
765 .Dq bg ) .
766 .Pp
767 Refer to the
768 .Sx PPP COMMAND LIST
769 section for details on all available commands.
770 .Sh AUTOMATIC DIALING
771 To use automatic dialing, you must prepare some Dial and Login chat scripts.
772 See the example definitions in
773 .Pa /usr/share/examples/ppp/ppp.conf.sample
774 (the format of
775 .Pa /etc/ppp/ppp.conf
776 is pretty simple).
777 Each line contains one comment, inclusion, label or command:
778 .Bl -bullet
779 .It
780 A line starting with a
781 .Pq Dq #
782 character is treated as a comment line.
783 Leading whitespace are ignored when identifying comment lines.
784 .It
785 An inclusion is a line beginning with the word
786 .Sq {!include} .
787 It must have one argument - the file to {include}.
788 You may wish to
789 .Dq {!include} ~/.ppp.conf
790 for compatibility with older versions of
791 .Nm .
792 .It
793 A label name starts in the first column and is followed by
794 a colon
795 .Pq Dq \&: .
796 .It
797 A command line must contain a space or tab in the first column.
798 .El
799 .Pp
800 The
801 .Pa /etc/ppp/ppp.conf
802 file should consist of at least a
803 .Dq default
804 section.
805 This section is always executed.
806 It should also contain
807 one or more sections, named according to their purpose, for example,
808 .Dq MyISP
809 would represent your ISP, and
810 .Dq ppp-in
811 would represent an incoming
812 .Nm
813 configuration.
814 You can now specify the destination label name when you invoke
815 .Nm .
816 Commands associated with the
817 .Dq default
818 label are executed, followed by those associated with the destination
819 label provided.
820 When
821 .Nm
822 is started with no arguments, the
823 .Dq default
824 section is still executed.
825 The load command can be used to manually load a section from the
826 .Pa /etc/ppp/ppp.conf
827 file:
828 .Bd -literal -offset indent
829 ppp ON awfulhak> load MyISP
830 .Ed
831 .Pp
832 Note, no action is taken by
833 .Nm
834 after a section is loaded, whether it's the result of passing a label on
835 the command line or using the
836 .Dq load
837 command.
838 Only the commands specified for that label in the configuration
839 file are executed.
840 However, when invoking
841 .Nm
842 with the
843 .Fl background ,
844 .Fl ddial ,
845 or
846 .Fl dedicated
847 switches, the link mode tells
848 .Nm
849 to establish a connection.
850 Refer to the
851 .Dq set mode
852 command below for further details.
853 .Pp
854 Once the connection is made, the
855 .Sq ppp
856 portion of the prompt will change to
857 .Sq PPP :
858 .Bd -literal -offset indent
859 # ppp MyISP
860 \&...
861 ppp ON awfulhak> dial
862 Ppp ON awfulhak>
863 PPp ON awfulhak>
864 PPP ON awfulhak>
865 .Ed
866 .Pp
867 The Ppp prompt indicates that
868 .Nm
869 has entered the authentication phase.
870 The PPp prompt indicates that
871 .Nm
872 has entered the network phase.
873 The PPP prompt indicates that
874 .Nm
875 has successfully negotiated a network layer protocol and is in
876 a usable state.
877 .Pp
878 If the
879 .Pa /etc/ppp/ppp.linkup
880 file is available, its contents are executed
881 when the
882 .Em PPP
883 connection is established.
884 See the provided
885 .Dq pmdemand
886 example in
887 .Pa /usr/share/examples/ppp/ppp.conf.sample
888 which runs a script in the background after the connection is established
889 (refer to the
890 .Dq shell
891 and
892 .Dq bg
893 commands below for a description of possible substitution strings).
894 Similarly, when a connection is closed, the contents of the
895 .Pa /etc/ppp/ppp.linkdown
896 file are executed.
897 Both of these files have the same format as
898 .Pa /etc/ppp/ppp.conf .
899 .Pp
900 In previous versions of
901 .Nm ,
902 it was necessary to re-add routes such as the default route in the
903 .Pa ppp.linkup
904 file.
905 .Nm
906 supports
907 .Sq sticky routes ,
908 where all routes that contain the
909 .Dv HISADDR ,
910 .Dv MYADDR ,
911 .Dv HISADDR6
912 or
913 .Dv MYADDR6
914 literals will automatically be updated when the values of these variables
915 change.
916 .Sh BACKGROUND DIALING
917 If you want to establish a connection using
918 .Nm
919 non-interactively (such as from a
920 .Xr crontab 5
921 entry or an
922 .Xr at 1
923 job) you should use the
924 .Fl background
925 option.
926 When
927 .Fl background
928 is specified,
929 .Nm
930 attempts to establish the connection immediately.
931 If multiple phone
932 numbers are specified, each phone number will be tried once.
933 If the attempt fails,
934 .Nm
935 exits immediately with a non-zero exit code.
936 If it succeeds, then
937 .Nm
938 becomes a daemon, and returns an exit status of zero to its caller.
939 The daemon exits automatically if the connection is dropped by the
940 remote system, or it receives a
941 .Dv TERM
942 signal.
943 .Sh DIAL ON DEMAND
944 Demand dialing is enabled with the
945 .Fl auto
946 or
947 .Fl ddial
948 options.
949 You must also specify the destination label in
950 .Pa /etc/ppp/ppp.conf
951 to use.
952 It must contain the
953 .Dq set ifaddr
954 command to {define} the remote peers IP address.
955 (refer to
956 .Pa /usr/share/examples/ppp/ppp.conf.sample )
957 .Bd -literal -offset indent
958 # ppp -auto pmdemand
959 .Ed
960 .Pp
961 When
962 .Fl auto
963 or
964 .Fl ddial
965 is specified,
966 .Nm
967 runs as a daemon but you can still configure or examine its
968 configuration by using the
969 .Dq set server
970 command in
971 .Pa /etc/ppp/ppp.conf ,
972 (for example,
973 .Dq Li "set server +3000 mypasswd" )
974 and connecting to the diagnostic port as follows:
975 .Bd -literal -offset indent
976 # pppctl 3000   (assuming tun0)
977 Password:
978 PPP ON awfulhak> show who
979 tcp (127.0.0.1:1028) *
980 .Ed
981 .Pp
982 The
983 .Dq show who
984 command lists users that are currently connected to
985 .Nm
986 itself.
987 If the diagnostic socket is closed or changed to a different
988 socket, all connections are immediately dropped.
989 .Pp
990 In
991 .Fl auto
992 mode, when an outgoing packet is detected,
993 .Nm
994 will perform the dialing action (chat script) and try to connect
995 with the peer.
996 In
997 .Fl ddial
998 mode, the dialing action is performed any time the line is found
999 to be down.
1000 If the connect fails, the default behaviour is to wait 30 seconds
1001 and then attempt to connect when another outgoing packet is detected.
1002 This behaviour can be changed using the
1003 .Dq set redial
1004 command:
1005 .Pp
1006 .No set redial Ar secs Ns Xo
1007 .Oo + Ns Ar inc Ns
1008 .Op - Ns Ar max Ns
1009 .Oc Ns Op . Ns Ar next
1010 .Op Ar attempts
1011 .Xc
1012 .Pp
1013 .Bl -tag -width attempts -compact
1014 .It Ar secs
1015 is the number of seconds to wait before attempting
1016 to connect again.
1017 If the argument is the literal string
1018 .Sq Li random ,
1019 the delay period is a random value between 1 and 30 seconds inclusive.
1020 .It Ar inc
1021 is the number of seconds that
1022 .Ar secs
1023 should be incremented each time a new dial attempt is made.
1024 The timeout reverts to
1025 .Ar secs
1026 only after a successful connection is established.
1027 The default value for
1028 .Ar inc
1029 is zero.
1030 .It Ar max
1031 is the maximum number of times
1032 .Nm
1033 should increment
1034 .Ar secs .
1035 The default value for
1036 .Ar max
1037 is 10.
1038 .It Ar next
1039 is the number of seconds to wait before attempting
1040 to dial the next number in a list of numbers (see the
1041 .Dq set phone
1042 command).
1043 The default is 3 seconds.
1044 Again, if the argument is the literal string
1045 .Sq Li random ,
1046 the delay period is a random value between 1 and 30 seconds.
1047 .It Ar attempts
1048 is the maximum number of times to try to connect for each outgoing packet
1049 that triggers a dial.
1050 The previous value is unchanged if this parameter is omitted.
1051 If a value of zero is specified for
1052 .Ar attempts ,
1053 .Nm
1054 will keep trying until a connection is made.
1055 .El
1056 .Pp
1057 So, for example:
1058 .Bd -literal -offset indent
1059 set redial 10.3 4
1060 .Ed
1061 .Pp
1062 will attempt to connect 4 times for each outgoing packet that causes
1063 a dial attempt with a 3 second delay between each number and a 10 second
1064 delay after all numbers have been tried.
1065 If multiple phone numbers
1066 are specified, the total number of attempts is still 4 (it does not
1067 attempt each number 4 times).
1068 .Pp
1069 Alternatively,
1070 .Bd -literal -offset indent
1071 set redial 10+10-5.3 20
1072 .Ed
1073 .Pp
1074 tells
1075 .Nm
1076 to attempt to connect 20 times.
1077 After the first attempt,
1078 .Nm
1079 pauses for 10 seconds.
1080 After the next attempt it pauses for 20 seconds
1081 and so on until after the sixth attempt it pauses for 1 minute.
1082 The next 14 pauses will also have a duration of one minute.
1083 If
1084 .Nm
1085 connects, disconnects and fails to connect again, the timeout starts again
1086 at 10 seconds.
1087 .Pp
1088 Modifying the dial delay is very useful when running
1089 .Nm
1090 in
1091 .Fl auto
1092 mode on both ends of the link.
1093 If each end has the same timeout,
1094 both ends wind up calling each other at the same time if the link
1095 drops and both ends have packets queued.
1096 At some locations, the serial link may not be reliable, and carrier
1097 may be lost at inappropriate times.
1098 It is possible to have
1099 .Nm
1100 redial should carrier be unexpectedly lost during a session.
1101 .Bd -literal -offset indent
1102 set reconnect timeout ntries
1103 .Ed
1104 .Pp
1105 This command tells
1106 .Nm
1107 to re-establish the connection
1108 .Ar ntries
1109 times on loss of carrier with a pause of
1110 .Ar timeout
1111 seconds before each try.
1112 For example,
1113 .Bd -literal -offset indent
1114 set reconnect 3 5
1115 .Ed
1116 .Pp
1117 tells
1118 .Nm
1119 that on an unexpected loss of carrier, it should wait
1120 .Ar 3
1121 seconds before attempting to reconnect.
1122 This may happen up to
1123 .Ar 5
1124 times before
1125 .Nm
1126 gives up.
1127 The default value of ntries is zero (no reconnect).
1128 Care should be taken with this option.
1129 If the local timeout is slightly
1130 longer than the remote timeout, the reconnect feature will always be
1131 triggered (up to the given number of times) after the remote side
1132 times out and hangs up.
1133 NOTE: In this context, losing too many LQRs constitutes a loss of
1134 carrier and will trigger a reconnect.
1135 If the
1136 .Fl background
1137 flag is specified, all phone numbers are dialed at most once until
1138 a connection is made.
1139 The next number redial period specified with the
1140 .Dq set redial
1141 command is honoured, as is the reconnect tries value.
1142 If your redial
1143 value is less than the number of phone numbers specified, not all
1144 the specified numbers will be tried.
1145 To terminate the program, type
1146 .Bd -literal -offset indent
1147 PPP ON awfulhak> close
1148 ppp ON awfulhak> quit all
1149 .Ed
1150 .Pp
1151 A simple
1152 .Dq quit
1153 command will terminate the
1154 .Xr pppctl 8
1155 or
1156 .Xr telnet 1
1157 connection but not the
1158 .Nm
1159 program itself.
1160 You must use
1161 .Dq quit all
1162 to terminate
1163 .Nm
1164 as well.
1165 .Sh RECEIVING INCOMING PPP CONNECTIONS (Method 1)
1166 To handle an incoming
1167 .Em PPP
1168 connection request, follow these steps:
1169 .Bl -enum
1170 .It
1171 Make sure the modem and (optionally)
1172 .Pa /etc/rc.d/serial
1173 is configured correctly.
1174 .Bl -bullet -compact
1175 .It
1176 Use Hardware Handshake (CTS/RTS) for flow control.
1177 .It
1178 Modem should be set to NO echo back (ATE0) and NO results string (ATQ1).
1179 .El
1180 .Pp
1181 .It
1182 Edit
1183 .Pa /etc/ttys
1184 to enable a
1185 .Xr getty 8
1186 on the port where the modem is attached.
1187 For example:
1188 .Pp
1189 .Dl ttyd1 Qo /usr/libexec/getty std.38400 Qc dialup on secure
1190 .Pp
1191 Don't forget to send a
1192 .Dv HUP
1193 signal to the
1194 .Xr init 8
1195 process to start the
1196 .Xr getty 8 :
1197 .Pp
1198 .Dl # kill -HUP 1
1199 .Pp
1200 It is usually also necessary to train your modem to the same DTR speed
1201 as the getty:
1202 .Bd -literal -offset indent
1203 # ppp
1204 ppp ON awfulhak> set device /dev/cuaa1
1205 ppp ON awfulhak> set speed 38400
1206 ppp ON awfulhak> term
1207 deflink: Entering terminal mode on /dev/cuaa1
1208 Type `~?' for help
1209 at
1210 OK
1211 at
1212 OK
1213 atz
1214 OK
1215 at
1216 OK
1217 ~.
1218 ppp ON awfulhak> quit
1219 .Ed
1220 .It
1221 Create a
1222 .Pa /usr/local/bin/ppplogin
1223 file with the following contents:
1224 .Bd -literal -offset indent
1225 #! /bin/sh
1226 exec /usr/sbin/ppp -direct incoming
1227 .Ed
1228 .Pp
1229 Direct mode
1230 .Pq Fl direct
1231 lets
1232 .Nm
1233 work with stdin and stdout.
1234 You can also use
1235 .Xr pppctl 8
1236 to connect to a configured diagnostic port, in the same manner as with
1237 client-side
1238 .Nm .
1239 .Pp
1240 Here, the
1241 .Ar incoming
1242 section must be set up in
1243 .Pa /etc/ppp/ppp.conf .
1244 .Pp
1245 Make sure that the
1246 .Ar incoming
1247 section contains the
1248 .Dq allow users
1249 command as appropriate.
1250 .It
1251 Prepare an account for the incoming user.
1252 .Bd -literal
1253 ppp:xxxx:66:66:PPP Login User:/home/ppp:/usr/local/bin/ppplogin
1254 .Ed
1255 .Pp
1256 Refer to the manual entries for
1257 .Xr adduser 8
1258 and
1259 .Xr vipw 8
1260 for details.
1261 .It
1262 Support for IPCP Domain Name Server and NetBIOS Name Server negotiation
1263 can be enabled using the
1264 .Dq accept dns
1265 and
1266 .Dq set nbns
1267 commands.
1268 Refer to their descriptions below.
1269 .El
1270 .Sh RECEIVING INCOMING PPP CONNECTIONS (Method 2)
1271 This method differs in that we use
1272 .Nm
1273 to authenticate the connection rather than
1274 .Xr login 1 :
1275 .Bl -enum
1276 .It
1277 Configure your default section in
1278 .Pa /etc/gettytab
1279 with automatic ppp recognition by specifying the
1280 .Dq pp
1281 capability:
1282 .Bd -literal
1283 default:\\
1284         :pp=/usr/local/bin/ppplogin:\\
1285         .....
1286 .Ed
1287 .It
1288 Configure your serial device(s), enable a
1289 .Xr getty 8
1290 and create
1291 .Pa /usr/local/bin/ppplogin
1292 as in the first three steps for method 1 above.
1293 .It
1294 Add either
1295 .Dq enable chap
1296 or
1297 .Dq enable pap
1298 (or both)
1299 to
1300 .Pa /etc/ppp/ppp.conf
1301 under the
1302 .Sq incoming
1303 label (or whatever label
1304 .Pa ppplogin
1305 uses).
1306 .It
1307 Create an entry in
1308 .Pa /etc/ppp/ppp.secret
1309 for each incoming user:
1310 .Bd -literal
1311 Pfred<TAB>xxxx
1312 Pgeorge<TAB>yyyy
1313 .Ed
1314 .El
1315 .Pp
1316 Now, as soon as
1317 .Xr getty 8
1318 detects a ppp connection (by recognising the HDLC frame headers), it runs
1319 .Dq /usr/local/bin/ppplogin .
1320 .Pp
1321 It is
1322 .Em VITAL
1323 that either PAP or CHAP are enabled as above.
1324 If they are not, you are
1325 allowing anybody to establish a ppp session with your machine
1326 .Em without
1327 a password, opening yourself up to all sorts of potential attacks.
1328 .Sh AUTHENTICATING INCOMING CONNECTIONS
1329 Normally, the receiver of a connection requires that the peer
1330 authenticates itself.
1331 This may be done using
1332 .Xr login 1 ,
1333 but alternatively, you can use PAP or CHAP.
1334 CHAP is the more secure of the two, but some clients may not support it.
1335 Once you decide which you wish to use, add the command
1336 .Sq enable chap
1337 or
1338 .Sq enable pap
1339 to the relevant section of
1340 .Pa ppp.conf .
1341 .Pp
1342 You must then configure the
1343 .Pa /etc/ppp/ppp.secret
1344 file.
1345 This file contains one line per possible client, each line
1346 containing up to five fields:
1347 .Pp
1348 .Ar name Ar key Oo
1349 .Ar hisaddr Op Ar label Op Ar callback-number
1350 .Oc
1351 .Pp
1352 The
1353 .Ar name
1354 and
1355 .Ar key
1356 specify the client username and password.
1357 If
1358 .Ar key
1359 is
1360 .Dq \&*
1361 and PAP is being used,
1362 .Nm
1363 will look up the password database
1364 .Pq Xr passwd 5
1365 when authenticating.
1366 If the client does not offer a suitable response based on any
1367 .Ar name Ns No / Ns Ar key
1368 combination in
1369 .Pa ppp.secret ,
1370 authentication fails.
1371 .Pp
1372 If authentication is successful,
1373 .Ar hisaddr
1374 (if specified)
1375 is used when negotiating IP numbers.
1376 See the
1377 .Dq set ifaddr
1378 command for details.
1379 .Pp
1380 If authentication is successful and
1381 .Ar label
1382 is specified, the current system label is changed to match the given
1383 .Ar label .
1384 This will change the subsequent parsing of the
1385 .Pa ppp.linkup
1386 and
1387 .Pa ppp.linkdown
1388 files.
1389 .Pp
1390 If authentication is successful and
1391 .Ar callback-number
1392 is specified and
1393 .Dq set callback
1394 has been used in
1395 .Pa ppp.conf ,
1396 the client will be called back on the given number.
1397 If CBCP is being used,
1398 .Ar callback-number
1399 may also contain a list of numbers or a
1400 .Dq \&* ,
1401 as if passed to the
1402 .Dq set cbcp
1403 command.
1404 The value will be used in
1405 .Nm Ns No 's
1406 subsequent CBCP phase.
1407 .Sh PPP OVER TCP and UDP (a.k.a Tunnelling)
1408 Instead of running
1409 .Nm
1410 over a serial link, it is possible to
1411 use a TCP connection instead by specifying the host, port and protocol as the
1412 device:
1413 .Pp
1414 .Dl set device ui-gate:6669/tcp
1415 .Pp
1416 Instead of opening a serial device,
1417 .Nm
1418 will open a TCP connection to the given machine on the given
1419 socket.
1420 It should be noted however that
1421 .Nm
1422 doesn't use the telnet protocol and will be unable to negotiate
1423 with a telnet server.
1424 You should set up a port for receiving this
1425 .Em PPP
1426 connection on the receiving machine (ui-gate).
1427 This is done by first updating
1428 .Pa /etc/services
1429 to name the service:
1430 .Pp
1431 .Dl ppp-in 6669/tcp # Incoming PPP connections over TCP
1432 .Pp
1433 and updating
1434 .Pa /etc/inetd.conf
1435 to tell
1436 .Xr inetd 8
1437 how to deal with incoming connections on that port:
1438 .Pp
1439 .Dl ppp-in stream tcp nowait root /usr/sbin/ppp ppp -direct ppp-in
1440 .Pp
1441 Don't forget to send a
1442 .Dv HUP
1443 signal to
1444 .Xr inetd 8
1445 after you've updated
1446 .Pa /etc/inetd.conf .
1447 Here, we use a label named
1448 .Dq ppp-in .
1449 The entry in
1450 .Pa /etc/ppp/ppp.conf
1451 on ui-gate (the receiver) should contain the following:
1452 .Bd -literal -offset indent
1453 ppp-in:
1454  set timeout 0
1455  set ifaddr 10.0.4.1 10.0.4.2
1456 .Ed
1457 .Pp
1458 and the entry in
1459 .Pa /etc/ppp/ppp.linkup
1460 should contain:
1461 .Bd -literal -offset indent
1462 ppp-in:
1463  add 10.0.1.0/24 HISADDR
1464 .Ed
1465 .Pp
1466 It is necessary to put the
1467 .Dq add
1468 command in
1469 .Pa ppp.linkup
1470 to ensure that the route is only added after
1471 .Nm
1472 has negotiated and assigned addresses to its interface.
1473 .Pp
1474 You may also want to enable PAP or CHAP for security.
1475 To enable PAP, add the following line:
1476 .Bd -literal -offset indent
1477  enable PAP
1478 .Ed
1479 .Pp
1480 You'll also need to create the following entry in
1481 .Pa /etc/ppp/ppp.secret :
1482 .Bd -literal -offset indent
1483 MyAuthName MyAuthPasswd
1484 .Ed
1485 .Pp
1486 If
1487 .Ar MyAuthPasswd
1488 is a
1489 .Dq * ,
1490 the password is looked up in the
1491 .Xr passwd 5
1492 database.
1493 .Pp
1494 The entry in
1495 .Pa /etc/ppp/ppp.conf
1496 on awfulhak (the initiator) should contain the following:
1497 .Bd -literal -offset indent
1498 ui-gate:
1499  set escape 0xff
1500  set device ui-gate:ppp-in/tcp
1501  set dial
1502  set timeout 30
1503  set log Phase Chat Connect hdlc LCP IPCP IPV6CP CCP tun
1504  set ifaddr 10.0.4.2 10.0.4.1
1505 .Ed
1506 .Pp
1507 with the route setup in
1508 .Pa /etc/ppp/ppp.linkup :
1509 .Bd -literal -offset indent
1510 ui-gate:
1511  add 10.0.2.0/24 HISADDR
1512 .Ed
1513 .Pp
1514 Again, if you're enabling PAP, you'll also need this in the
1515 .Pa /etc/ppp/ppp.conf
1516 profile:
1517 .Bd -literal -offset indent
1518  set authname MyAuthName
1519  set authkey MyAuthKey
1520 .Ed
1521 .Pp
1522 We're assigning the address of 10.0.4.1 to ui-gate, and the address
1523 10.0.4.2 to awfulhak.
1524 To open the connection, just type
1525 .Pp
1526 .Dl awfulhak # ppp -background ui-gate
1527 .Pp
1528 The result will be an additional "route" on awfulhak to the
1529 10.0.2.0/24 network via the TCP connection, and an additional
1530 "route" on ui-gate to the 10.0.1.0/24 network.
1531 The networks are effectively bridged - the underlying TCP
1532 connection may be across a public network (such as the
1533 Internet), and the
1534 .Em PPP
1535 traffic is conceptually encapsulated
1536 (although not packet by packet) inside the TCP stream between
1537 the two gateways.
1538 .Pp
1539 The major disadvantage of this mechanism is that there are two
1540 "guaranteed delivery" mechanisms in place - the underlying TCP
1541 stream and whatever protocol is used over the
1542 .Em PPP
1543 link - probably TCP again.
1544 If packets are lost, both levels will
1545 get in each others way trying to negotiate sending of the missing
1546 packet.
1547 .Pp
1548 To avoid this overhead, it is also possible to do all this using
1549 UDP instead of TCP as the transport by simply changing the protocol
1550 from "tcp" to "udp".
1551 When using UDP as a transport,
1552 .Nm
1553 will operate in synchronous mode.
1554 This is another gain as the incoming
1555 data does not have to be rearranged into packets.
1556 .Pp
1557 Care should be taken when adding a default route through a tunneled
1558 setup like this.
1559 It is quite common for the default route
1560 (added in
1561 .Pa /etc/ppp/ppp.linkup )
1562 to end up routing the link's TCP connection through the tunnel,
1563 effectively garrotting the connection.
1564 To avoid this, make sure you add a static route for the benefit of
1565 the link:
1566 .Bd -literal -offset indent
1567 ui-gate:
1568  set escape 0xff
1569  set device ui-gate:ppp-in/tcp
1570  add ui-gate x.x.x.x
1571  .....
1572 .Ed
1573 .Pp
1574 where
1575 .Dq x.x.x.x
1576 is the IP number that your route to
1577 .Dq ui-gate
1578 would normally use.
1579 .Pp
1580 When routing your connection across a public network such as the Internet,
1581 it is preferable to encrypt the data.
1582 This can be done with the help of the MPPE protocol, although currently this
1583 means that you will not be able to also compress the traffic as MPPE is
1584 implemented as a compression layer (thank Microsoft for this).
1585 To enable MPPE encryption, add the following lines to
1586 .Pa /etc/ppp/ppp.conf
1587 on the server:
1588 .Bd -literal -offset indent
1589   enable MSCHAPv2
1590   disable deflate pred1
1591   deny deflate pred1
1592 .Ed
1593 .Pp
1594 ensuring that you've put the requisite entry in
1595 .Pa /etc/ppp/ppp.secret
1596 (MSCHAPv2 is challenge based, so
1597 .Xr passwd 5
1598 cannot be used)
1599 .Pp
1600 MSCHAPv2 and MPPE are accepted by default, so the client end should work
1601 without any additional changes (although ensure you have
1602 .Dq set authname
1603 and
1604 .Dq set authkey
1605 in your profile).
1606 .Sh NETWORK ADDRESS TRANSLATION (PACKET ALIASING)
1607 The
1608 .Fl nat
1609 command line option enables network address translation (a.k.a. packet
1610 aliasing).
1611 This allows the
1612 .Nm
1613 host to act as a masquerading gateway for other computers over
1614 a local area network.
1615 Outgoing IP packets are NAT'd so that they appear to come from the
1616 .Nm
1617 host, and incoming packets are de-NAT'd so that they are routed
1618 to the correct machine on the local area network.
1619 NAT allows computers on private, unregistered subnets to have Internet
1620 access, although they are invisible from the outside world.
1621 In general, correct
1622 .Nm
1623 operation should first be verified with network address translation disabled.
1624 Then, the
1625 .Fl nat
1626 option should be switched on, and network applications (web browser,
1627 .Xr telnet 1 ,
1628 .Xr ftp 1 ,
1629 .Xr ping 8 ,
1630 .Xr traceroute 8 )
1631 should be checked on the
1632 .Nm
1633 host.
1634 Finally, the same or similar applications should be checked on other
1635 computers in the LAN.
1636 If network applications work correctly on the
1637 .Nm
1638 host, but not on other machines in the LAN, then the masquerading
1639 software is working properly, but the host is either not forwarding
1640 or possibly receiving IP packets.
1641 Check that IP forwarding is enabled in
1642 .Pa /etc/rc.conf
1643 and that other machines have designated the
1644 .Nm
1645 host as the gateway for the LAN.
1646 .Sh PACKET FILTERING
1647 This implementation supports packet filtering.
1648 There are four kinds of
1649 filters: the
1650 .Em in
1651 filter, the
1652 .Em out
1653 filter, the
1654 .Em dial
1655 filter and the
1656 .Em alive
1657 filter.
1658 Here are the basics:
1659 .Bl -bullet
1660 .It
1661 A filter definition has the following syntax:
1662 .Pp
1663 set filter
1664 .Ar name
1665 .Ar rule-no
1666 .Ar action
1667 .Op !\&
1668 .Oo
1669 .Op host
1670 .Ar src_addr Ns Op / Ns Ar width
1671 .Op Ar dst_addr Ns Op / Ns Ar width
1672 .Oc
1673 .Ar [ proto Op src Ar cmp port
1674 .Op dst Ar cmp port
1675 .Op estab
1676 .Op syn
1677 .Op finrst
1678 .Op timeout Ar secs ]
1679 .Bl -enum
1680 .It
1681 .Ar Name
1682 should be one of
1683 .Sq in ,
1684 .Sq out ,
1685 .Sq dial
1686 or
1687 .Sq alive .
1688 .It
1689 .Ar Rule-no
1690 is a numeric value between
1691 .Sq 0
1692 and
1693 .Sq 39
1694 specifying the rule number.
1695 Rules are specified in numeric order according to
1696 .Ar rule-no ,
1697 but only if rule
1698 .Sq 0
1699 is defined.
1700 .It
1701 .Ar Action
1702 may be specified as
1703 .Sq permit
1704 or
1705 .Sq deny ,
1706 in which case, if a given packet matches the rule, the associated action
1707 is taken immediately.
1708 .Ar Action
1709 can also be specified as
1710 .Sq clear
1711 to clear the action associated with that particular rule, or as a new
1712 rule number greater than the current rule.
1713 In this case, if a given
1714 packet matches the current rule, the packet will next be matched against
1715 the new rule number (rather than the next rule number).
1716 .Pp
1717 The
1718 .Ar action
1719 may optionally be followed with an exclamation mark
1720 .Pq Dq !\& ,
1721 telling
1722 .Nm
1723 to reverse the sense of the following match.
1724 .It
1725 .Op Ar src_addr Ns Op / Ns Ar width
1726 and
1727 .Op Ar dst_addr Ns Op / Ns Ar width
1728 are the source and destination IP number specifications.
1729 If
1730 .Op / Ns Ar width
1731 is specified, it gives the number of relevant netmask bits,
1732 allowing the specification of an address range.
1733 .Pp
1734 Either
1735 .Ar src_addr
1736 or
1737 .Ar dst_addr
1738 may be given the values
1739 .Dv MYADDR ,
1740 .Dv HISADDR ,
1741 .Dv MYADDR6
1742 or
1743 .Dv HISADDR6
1744 (refer to the description of the
1745 .Dq bg
1746 command for a description of these values).
1747 When these values are used,
1748 the filters will be updated any time the values change.
1749 This is similar to the behaviour of the
1750 .Dq add
1751 command below.
1752 .It
1753 .Ar Proto
1754 may be any protocol from
1755 .Xr protocols 5 .
1756 .It
1757 .Ar Cmp
1758 is one of
1759 .Sq \&lt ,
1760 .Sq \&eq
1761 or
1762 .Sq \&gt ,
1763 meaning less-than, equal and greater-than respectively.
1764 .Ar Port
1765 can be specified as a numeric port or by service name from
1766 .Pa /etc/services .
1767 .It
1768 The
1769 .Sq estab ,
1770 .Sq syn ,
1771 and
1772 .Sq finrst
1773 flags are only allowed when
1774 .Ar proto
1775 is set to
1776 .Sq tcp ,
1777 and represent the TH_ACK, TH_SYN and TH_FIN or TH_RST TCP flags respectively.
1778 .It
1779 The timeout value adjusts the current idle timeout to at least
1780 .Ar secs
1781 seconds.
1782 If a timeout is given in the alive filter as well as in the in/out
1783 filter, the in/out value is used.
1784 If no timeout is given, the default timeout (set using
1785 .Ic set timeout
1786 and defaulting to 180 seconds) is used.
1787 .El
1788 .Pp
1789 .It
1790 Each filter can hold up to 40 rules, starting from rule 0.
1791 The entire rule set is not effective until rule 0 is defined,
1792 i.e., the default is to allow everything through.
1793 .It
1794 If no rule in a defined set of rules matches a packet, that packet will
1795 be discarded (blocked).
1796 If there are no rules in a given filter, the packet will be permitted.
1797 .It
1798 It's possible to filter based on the payload of UDP frames where those
1799 frames contain a
1800 .Em PROTO_IP
1801 .Em PPP
1802 frame header.
1803 See the
1804 .Ar filter-decapsulation
1805 option below for further details.
1806 .It
1807 Use
1808 .Dq set filter Ar name No -1
1809 to flush all rules.
1810 .El
1811 .Pp
1812 See
1813 .Pa /usr/share/examples/ppp/ppp.conf.sample .
1814 .Sh SETTING THE IDLE TIMER
1815 To check/set the idle timer, use the
1816 .Dq show bundle
1817 and
1818 .Dq set timeout
1819 commands:
1820 .Bd -literal -offset indent
1821 ppp ON awfulhak> set timeout 600
1822 .Ed
1823 .Pp
1824 The timeout period is measured in seconds, the default value for which
1825 is 180 seconds
1826 (or 3 min).
1827 To disable the idle timer function, use the command
1828 .Bd -literal -offset indent
1829 ppp ON awfulhak> set timeout 0
1830 .Ed
1831 .Pp
1832 In
1833 .Fl ddial
1834 and
1835 .Fl dedicated
1836 modes, the idle timeout is ignored.
1837 In
1838 .Fl auto
1839 mode, when the idle timeout causes the
1840 .Em PPP
1841 session to be
1842 closed, the
1843 .Nm
1844 program itself remains running.
1845 Another trigger packet will cause it to attempt to re-establish the link.
1846 .Sh PREDICTOR-1 and DEFLATE COMPRESSION
1847 .Nm
1848 supports both Predictor type 1 and deflate compression.
1849 By default,
1850 .Nm
1851 will attempt to use (or be willing to accept) both compression protocols
1852 when the peer agrees
1853 (or requests them).
1854 The deflate protocol is preferred by
1855 .Nm .
1856 Refer to the
1857 .Dq disable
1858 and
1859 .Dq deny
1860 commands if you wish to disable this functionality.
1861 .Pp
1862 It is possible to use a different compression algorithm in each direction
1863 by using only one of
1864 .Dq disable deflate
1865 and
1866 .Dq deny deflate
1867 (assuming that the peer supports both algorithms).
1868 .Pp
1869 By default, when negotiating DEFLATE,
1870 .Nm
1871 will use a window size of 15.
1872 Refer to the
1873 .Dq set deflate
1874 command if you wish to change this behaviour.
1875 .Pp
1876 A special algorithm called DEFLATE24 is also available, and is disabled
1877 and denied by default.
1878 This is exactly the same as DEFLATE except that
1879 it uses CCP ID 24 to negotiate.
1880 This allows
1881 .Nm
1882 to successfully negotiate DEFLATE with
1883 .Nm pppd
1884 version 2.3.*.
1885 .Sh CONTROLLING IP ADDRESS
1886 For IPv4,
1887 .Nm
1888 uses IPCP to negotiate IP addresses.
1889 Each side of the connection
1890 specifies the IP address that it's willing to use, and if the requested
1891 IP address is acceptable then
1892 .Nm
1893 returns an ACK to the requester.
1894 Otherwise,
1895 .Nm
1896 returns NAK to suggest that the peer use a different IP address.
1897 When
1898 both sides of the connection agree to accept the received request (and
1899 send an ACK), IPCP is set to the open state and a network level connection
1900 is established.
1901 To control this IPCP behaviour, this implementation has the
1902 .Dq set ifaddr
1903 command for defining the local and remote IP address:
1904 .Bd -ragged -offset indent
1905 .No set ifaddr Oo Ar src_addr Ns
1906 .Op / Ns Ar \&nn
1907 .Oo Ar dst_addr Ns Op / Ns Ar \&nn
1908 .Oo Ar netmask
1909 .Op Ar trigger_addr
1910 .Oc
1911 .Oc
1912 .Oc
1913 .Ed
1914 .Pp
1915 where,
1916 .Sq src_addr
1917 is the IP address that the local side is willing to use,
1918 .Sq dst_addr
1919 is the IP address which the remote side should use and
1920 .Sq netmask
1921 is the netmask that should be used.
1922 .Sq Src_addr
1923 defaults to the current
1924 .Xr hostname 1 ,
1925 .Sq dst_addr
1926 defaults to 0.0.0.0, and
1927 .Sq netmask
1928 defaults to whatever mask is appropriate for
1929 .Sq src_addr .
1930 It is only possible to make
1931 .Sq netmask
1932 smaller than the default.
1933 The usual value is 255.255.255.255, as
1934 most kernels ignore the netmask of a POINTOPOINT interface.
1935 .Pp
1936 Some incorrect
1937 .Em PPP
1938 implementations require that the peer negotiates a specific IP
1939 address instead of
1940 .Sq src_addr .
1941 If this is the case,
1942 .Sq trigger_addr
1943 may be used to specify this IP number.
1944 This will not affect the
1945 routing table unless the other side agrees with this proposed number.
1946 .Bd -literal -offset indent
1947 set ifaddr 192.244.177.38 192.244.177.2 255.255.255.255 0.0.0.0
1948 .Ed
1949 .Pp
1950 The above specification means:
1951 .Pp
1952 .Bl -bullet -compact
1953 .It
1954 I will first suggest that my IP address should be 0.0.0.0, but I
1955 will only accept an address of 192.244.177.38.
1956 .It
1957 I strongly insist that the peer uses 192.244.177.2 as his own
1958 address and won't permit the use of any IP address but 192.244.177.2.
1959 When the peer requests another IP address, I will always suggest that
1960 it uses 192.244.177.2.
1961 .It
1962 The routing table entry will have a netmask of 0xffffffff.
1963 .El
1964 .Pp
1965 This is all fine when each side has a pre-determined IP address, however
1966 it is often the case that one side is acting as a server which controls
1967 all IP addresses and the other side should go along with it.
1968 In order to allow more flexible behaviour, the
1969 .Dq set ifaddr
1970 command allows the user to specify IP addresses more loosely:
1971 .Pp
1972 .Dl set ifaddr 192.244.177.38/24 192.244.177.2/20
1973 .Pp
1974 A number followed by a slash
1975 .Pq Dq /
1976 represents the number of bits significant in the IP address.
1977 The above example means:
1978 .Pp
1979 .Bl -bullet -compact
1980 .It
1981 I'd like to use 192.244.177.38 as my address if it is possible, but I'll
1982 also accept any IP address between 192.244.177.0 and 192.244.177.255.
1983 .It
1984 I'd like to make him use 192.244.177.2 as his own address, but I'll also
1985 permit him to use any IP address between 192.244.176.0 and
1986 192.244.191.255.
1987 .It
1988 As you may have already noticed, 192.244.177.2 is equivalent to saying
1989 192.244.177.2/32.
1990 .It
1991 As an exception, 0 is equivalent to 0.0.0.0/0, meaning that I have no
1992 preferred IP address and will obey the remote peers selection.
1993 When using zero, no routing table entries will be made until a connection
1994 is established.
1995 .It
1996 192.244.177.2/0 means that I'll accept/permit any IP address but I'll
1997 suggest that 192.244.177.2 be used first.
1998 .El
1999 .Pp
2000 When negotiating IPv6 addresses, no control is given to the user.
2001 IPV6CP negotiation is fully automatic.
2002 .Sh CONNECTING WITH YOUR INTERNET SERVICE PROVIDER
2003 The following steps should be taken when connecting to your ISP:
2004 .Bl -enum
2005 .It
2006 Describe your providers phone number(s) in the dial script using the
2007 .Dq set phone
2008 command.
2009 This command allows you to set multiple phone numbers for
2010 dialing and redialing separated by either a pipe
2011 .Pq Dq \&|
2012 or a colon
2013 .Pq Dq \&: :
2014 .Bd -ragged -offset indent
2015 .No set phone Ar telno Ns Xo
2016 .Oo \&| Ns Ar backupnumber
2017 .Oc Ns ... Ns Oo : Ns Ar nextnumber
2018 .Oc Ns ...
2019 .Xc
2020 .Ed
2021 .Pp
2022 Numbers after the first in a pipe-separated list are only used if the
2023 previous number was used in a failed dial or login script.
2024 Numbers
2025 separated by a colon are used sequentially, irrespective of what happened
2026 as a result of using the previous number.
2027 For example:
2028 .Bd -literal -offset indent
2029 set phone "1234567|2345678:3456789|4567890"
2030 .Ed
2031 .Pp
2032 Here, the 1234567 number is attempted.
2033 If the dial or login script fails,
2034 the 2345678 number is used next time, but *only* if the dial or login script
2035 fails.
2036 On the dial after this, the 3456789 number is used.
2037 The 4567890
2038 number is only used if the dial or login script using the 3456789 fails.
2039 If the login script of the 2345678 number fails, the next number is still the
2040 3456789 number.
2041 As many pipes and colons can be used as are necessary
2042 (although a given site would usually prefer to use either the pipe or the
2043 colon, but not both).
2044 The next number redial timeout is used between all numbers.
2045 When the end of the list is reached, the normal redial period is
2046 used before starting at the beginning again.
2047 The selected phone number is substituted for the \\\\T string in the
2048 .Dq set dial
2049 command (see below).
2050 .It
2051 Set up your redial requirements using
2052 .Dq set redial .
2053 For example, if you have a bad telephone line or your provider is
2054 usually engaged (not so common these days), you may want to specify
2055 the following:
2056 .Bd -literal -offset indent
2057 set redial 10 4
2058 .Ed
2059 .Pp
2060 This says that up to 4 phone calls should be attempted with a pause of 10
2061 seconds before dialing the first number again.
2062 .It
2063 Describe your login procedure using the
2064 .Dq set dial
2065 and
2066 .Dq set login
2067 commands.
2068 The
2069 .Dq set dial
2070 command is used to talk to your modem and establish a link with your
2071 ISP, for example:
2072 .Bd -literal -offset indent
2073 set dial "ABORT BUSY ABORT NO\\\\sCARRIER TIMEOUT 4 \\"\\" \e
2074   ATZ OK-ATZ-OK ATDT\\\\T TIMEOUT 60 CONNECT"
2075 .Ed
2076 .Pp
2077 This modem "chat" string means:
2078 .Bl -bullet
2079 .It
2080 Abort if the string "BUSY" or "NO CARRIER" are received.
2081 .It
2082 Set the timeout to 4 seconds.
2083 .It
2084 Expect nothing.
2085 .It
2086 Send ATZ.
2087 .It
2088 Expect OK.
2089 If that's not received within the 4 second timeout, send ATZ
2090 and expect OK.
2091 .It
2092 Send ATDTxxxxxxx where xxxxxxx is the next number in the phone list from
2093 above.
2094 .It
2095 Set the timeout to 60.
2096 .It
2097 Wait for the CONNECT string.
2098 .El
2099 .Pp
2100 Once the connection is established, the login script is executed.
2101 This script is written in the same style as the dial script, but care should
2102 be taken to avoid having your password logged:
2103 .Bd -literal -offset indent
2104 set authkey MySecret
2105 set login "TIMEOUT 15 login:-\\\\r-login: awfulhak \e
2106   word: \\\\P ocol: PPP HELLO"
2107 .Ed
2108 .Pp
2109 This login "chat" string means:
2110 .Bl -bullet
2111 .It
2112 Set the timeout to 15 seconds.
2113 .It
2114 Expect "login:".
2115 If it's not received, send a carriage return and expect
2116 "login:" again.
2117 .It
2118 Send "awfulhak"
2119 .It
2120 Expect "word:" (the tail end of a "Password:" prompt).
2121 .It
2122 Send whatever our current
2123 .Ar authkey
2124 value is set to.
2125 .It
2126 Expect "ocol:" (the tail end of a "Protocol:" prompt).
2127 .It
2128 Send "PPP".
2129 .It
2130 Expect "HELLO".
2131 .El
2132 .Pp
2133 The
2134 .Dq set authkey
2135 command is logged specially.
2136 When
2137 .Ar command
2138 or
2139 .Ar chat
2140 logging is enabled, the actual password is not logged;
2141 .Sq ********
2142 is logged instead.
2143 .Pp
2144 Login scripts vary greatly between ISPs.
2145 If you're setting one up for the first time,
2146 .Em ENABLE CHAT LOGGING
2147 so that you can see if your script is behaving as you expect.
2148 .It
2149 Use
2150 .Dq set device
2151 and
2152 .Dq set speed
2153 to specify your serial line and speed, for example:
2154 .Bd -literal -offset indent
2155 set device /dev/cuaa0
2156 set speed 115200
2157 .Ed
2158 .Pp
2159 Cuaa0 is the first serial port on
2160 .Dx .
2161 If you're running
2162 .Nm
2163 on
2164 .Ox ,
2165 cua00 is the first.
2166 A speed of 115200 should be specified
2167 if you have a modem capable of bit rates of 28800 or more.
2168 In general, the serial speed should be about four times the modem speed.
2169 .It
2170 Use the
2171 .Dq set ifaddr
2172 command to {define} the IP address.
2173 .Bl -bullet
2174 .It
2175 If you know what IP address your provider uses, then use it as the remote
2176 address (dst_addr), otherwise choose something like 10.0.0.2/0 (see below).
2177 .It
2178 If your provider has assigned a particular IP address to you, then use
2179 it as your address (src_addr).
2180 .It
2181 If your provider assigns your address dynamically, choose a suitably
2182 unobtrusive and unspecific IP number as your address.
2183 10.0.0.1/0 would be appropriate.
2184 The bit after the / specifies how many bits of the
2185 address you consider to be important, so if you wanted to insist on
2186 something in the class C network 1.2.3.0, you could specify 1.2.3.1/24.
2187 .It
2188 If you find that your ISP accepts the first IP number that you suggest,
2189 specify third and forth arguments of
2190 .Dq 0.0.0.0 .
2191 This will force your ISP to assign a number.
2192 (The third argument will
2193 be ignored as it is less restrictive than the default mask for your
2194 .Sq src_addr ) .
2195 .El
2196 .Pp
2197 An example for a connection where you don't know your IP number or your
2198 ISPs IP number would be:
2199 .Bd -literal -offset indent
2200 set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0
2201 .Ed
2202 .Pp
2203 .It
2204 In most cases, your ISP will also be your default router.
2205 If this is the case, add the line
2206 .Bd -literal -offset indent
2207 add default HISADDR
2208 .Ed
2209 .Pp
2210 to
2211 .Pa /etc/ppp/ppp.conf
2212 (or to
2213 .Pa /etc/ppp/ppp.linkup
2214 for setups that don't use
2215 .Fl auto
2216 mode).
2217 .Pp
2218 This tells
2219 .Nm
2220 to add a default route to whatever the peer address is
2221 (10.0.0.2 in this example).
2222 This route is
2223 .Sq sticky ,
2224 meaning that should the value of
2225 .Dv HISADDR
2226 change, the route will be updated accordingly.
2227 .It
2228 If your provider requests that you use PAP/CHAP authentication methods, add
2229 the next lines to your
2230 .Pa /etc/ppp/ppp.conf
2231 file:
2232 .Bd -literal -offset indent
2233 set authname MyName
2234 set authkey MyPassword
2235 .Ed
2236 .Pp
2237 Both are accepted by default, so
2238 .Nm
2239 will provide whatever your ISP requires.
2240 .Pp
2241 It should be noted that a login script is rarely (if ever) required
2242 when PAP or CHAP are in use.
2243 .It
2244 Ask your ISP to authenticate your nameserver address(es) with the line
2245 .Bd -literal -offset indent
2246 enable dns
2247 .Ed
2248 .Pp
2249 Do
2250 .Em NOT
2251 do this if you are running a local DNS unless you also either use
2252 .Dq resolv readonly
2253 or have
2254 .Dq resolv restore
2255 in
2256 .Pa /etc/ppp/ppp.linkdown ,
2257 as
2258 .Nm
2259 will simply circumvent its use by entering some nameserver lines in
2260 .Pa /etc/resolv.conf .
2261 .El
2262 .Pp
2263 Please refer to
2264 .Pa /usr/share/examples/ppp/ppp.conf.sample
2265 and
2266 .Pa /usr/share/examples/ppp/ppp.linkup.sample
2267 for some real examples.
2268 The pmdemand label should be appropriate for most ISPs.
2269 .Sh LOGGING FACILITY
2270 .Nm
2271 is able to generate the following log info either via
2272 .Xr syslog 3
2273 or directly to the screen:
2274 .Pp
2275 .Bl -tag -width XXXXXXXXX -offset XXX -compact
2276 .It Li All
2277 Enable all logging facilities.
2278 This generates a lot of log.
2279 The most common use of 'all' is as a basis, where you remove some facilities
2280 after enabling 'all' ('debug' and 'timer' are usually best disabled.)
2281 .It Li Async
2282 Dump async level packet in hex.
2283 .It Li CBCP
2284 Generate CBCP (CallBack Control Protocol) logs.
2285 .It Li CCP
2286 Generate a CCP packet trace.
2287 .It Li Chat
2288 Generate
2289 .Sq dial ,
2290 .Sq login ,
2291 .Sq logout
2292 and
2293 .Sq hangup
2294 chat script trace logs.
2295 .It Li Command
2296 Log commands executed either from the command line or any of the configuration
2297 files.
2298 .It Li Connect
2299 Log Chat lines containing the string "CONNECT".
2300 .It Li Debug
2301 Log debug information.
2302 .It Li DNS
2303 Log DNS QUERY packets.
2304 .It Li Filter
2305 Log packets permitted by the dial filter and denied by any filter.
2306 .It Li HDLC
2307 Dump HDLC packet in hex.
2308 .It Li ID0
2309 Log all function calls specifically made as user id 0.
2310 .It Li IPCP
2311 Generate an IPCP packet trace.
2312 .It Li LCP
2313 Generate an LCP packet trace.
2314 .It Li LQM
2315 Generate LQR reports.
2316 .It Li Phase
2317 Phase transition log output.
2318 .It Li Physical
2319 Dump physical level packet in hex.
2320 .It Li Sync
2321 Dump sync level packet in hex.
2322 .It Li TCP/IP
2323 Dump all TCP/IP packets.
2324 .It Li Timer
2325 Log timer manipulation.
2326 .It Li TUN
2327 Include the tun device on each log line.
2328 .It Li Warning
2329 Output to the terminal device.
2330 If there is currently no terminal,
2331 output is sent to the log file using syslogs
2332 .Dv LOG_WARNING .
2333 .It Li Error
2334 Output to both the terminal device
2335 and the log file using syslogs
2336 .Dv LOG_ERROR .
2337 .It Li Alert
2338 Output to the log file using
2339 .Dv LOG_ALERT .
2340 .El
2341 .Pp
2342 The
2343 .Dq set log
2344 command allows you to set the logging output level.
2345 Multiple levels can be specified on a single command line.
2346 The default is equivalent to
2347 .Dq set log Phase .
2348 .Pp
2349 It is also possible to log directly to the screen.
2350 The syntax is the same except that the word
2351 .Dq local
2352 should immediately follow
2353 .Dq set log .
2354 The default is
2355 .Dq set log local
2356 (i.e., only the un-maskable warning, error and alert output).
2357 .Pp
2358 If The first argument to
2359 .Dq set log Op local
2360 begins with a
2361 .Sq +
2362 or a
2363 .Sq -
2364 character, the current log levels are
2365 not cleared, for example:
2366 .Bd -literal -offset indent
2367 PPP ON awfulhak> set log phase
2368 PPP ON awfulhak> show log
2369 Log:   Phase Warning Error Alert
2370 Local: Warning Error Alert
2371 PPP ON awfulhak> set log +tcp/ip -warning
2372 PPP ON awfulhak> set log local +command
2373 PPP ON awfulhak> show log
2374 Log:   Phase TCP/IP Warning Error Alert
2375 Local: Command Warning Error Alert
2376 .Ed
2377 .Pp
2378 Log messages of level Warning, Error and Alert are not controllable
2379 using
2380 .Dq set log Op local .
2381 .Pp
2382 The
2383 .Ar Warning
2384 level is special in that it will not be logged if it can be displayed
2385 locally.
2386 .Sh SIGNAL HANDLING
2387 .Nm
2388 deals with the following signals:
2389 .Bl -tag -width "USR2"
2390 .It INT
2391 Receipt of this signal causes the termination of the current connection
2392 (if any).
2393 This will cause
2394 .Nm
2395 to exit unless it is in
2396 .Fl auto
2397 or
2398 .Fl ddial
2399 mode.
2400 .It HUP, TERM & QUIT
2401 These signals tell
2402 .Nm
2403 to exit.
2404 .It USR1
2405 This signal, tells
2406 .Nm
2407 to re-open any existing server socket, dropping all existing diagnostic
2408 connections.
2409 Sockets that couldn't previously be opened will be retried.
2410 .It USR2
2411 This signal, tells
2412 .Nm
2413 to close any existing server socket, dropping all existing diagnostic
2414 connections.
2415 .Dv SIGUSR1
2416 can still be used to re-open the socket.
2417 .El
2418 .Sh MULTI-LINK PPP
2419 If you wish to use more than one physical link to connect to a
2420 .Em PPP
2421 peer, that peer must also understand the
2422 .Em MULTI-LINK PPP
2423 protocol.
2424 Refer to RFC 1990 for specification details.
2425 .Pp
2426 The peer is identified using a combination of his
2427 .Dq endpoint discriminator
2428 and his
2429 .Dq authentication id .
2430 Either or both of these may be specified.
2431 It is recommended that
2432 at least one is specified, otherwise there is no way of ensuring that
2433 all links are actually connected to the same peer program, and some
2434 confusing lock-ups may result.
2435 Locally, these identification variables are specified using the
2436 .Dq set enddisc
2437 and
2438 .Dq set authname
2439 commands.
2440 The
2441 .Sq authname
2442 (and
2443 .Sq authkey )
2444 must be agreed in advance with the peer.
2445 .Pp
2446 Multi-link capabilities are enabled using the
2447 .Dq set mrru
2448 command (set maximum reconstructed receive unit).
2449 Once multi-link is enabled,
2450 .Nm
2451 will attempt to negotiate a multi-link connection with the peer.
2452 .Pp
2453 By default, only one
2454 .Sq link
2455 is available
2456 (called
2457 .Sq deflink ) .
2458 To create more links, the
2459 .Dq clone
2460 command is used.
2461 This command will clone existing links, where all
2462 characteristics are the same except:
2463 .Bl -enum
2464 .It
2465 The new link has its own name as specified on the
2466 .Dq clone
2467 command line.
2468 .It
2469 The new link is an
2470 .Sq interactive
2471 link.
2472 Its mode may subsequently be changed using the
2473 .Dq set mode
2474 command.
2475 .It
2476 The new link is in a
2477 .Sq closed
2478 state.
2479 .El
2480 .Pp
2481 A summary of all available links can be seen using the
2482 .Dq show links
2483 command.
2484 .Pp
2485 Once a new link has been created, command usage varies.
2486 All link specific commands must be prefixed with the
2487 .Dq link Ar name
2488 command, specifying on which link the command is to be applied.
2489 When only a single link is available,
2490 .Nm
2491 is smart enough not to require the
2492 .Dq link Ar name
2493 prefix.
2494 .Pp
2495 Some commands can still be used without specifying a link - resulting
2496 in an operation at the
2497 .Sq bundle
2498 level.
2499 For example, once two or more links are available, the command
2500 .Dq show ccp
2501 will show CCP configuration and statistics at the multi-link level, and
2502 .Dq link deflink show ccp
2503 will show the same information at the
2504 .Dq deflink
2505 link level.
2506 .Pp
2507 Armed with this information, the following configuration might be used:
2508 .Bd -literal -offset indent
2509 mp:
2510  set timeout 0
2511  set log phase chat
2512  set device /dev/cuaa0 /dev/cuaa1 /dev/cuaa2
2513  set phone "123456789"
2514  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \\"\\" ATZ \e
2515            OK-AT-OK \\\\dATDT\\\\T TIMEOUT 45 CONNECT"
2516  set login
2517  set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0
2518  set authname ppp
2519  set authkey ppppassword
2520
2521  set mrru 1500
2522  clone 1,2,3            # Create 3 new links - duplicates of the default
2523  link deflink remove    # Delete the default link (called ``deflink'')
2524 .Ed
2525 .Pp
2526 Note how all cloning is done at the end of the configuration.
2527 Usually, the link will be configured first, then cloned.
2528 If you wish all links
2529 to be up all the time, you can add the following line to the end of your
2530 configuration.
2531 .Bd -literal -offset indent
2532   link 1,2,3 set mode ddial
2533 .Ed
2534 .Pp
2535 If you want the links to dial on demand, this command could be used:
2536 .Bd -literal -offset indent
2537   link * set mode auto
2538 .Ed
2539 .Pp
2540 Links may be tied to specific names by removing the
2541 .Dq set device
2542 line above, and specifying the following after the
2543 .Dq clone
2544 command:
2545 .Bd -literal -offset indent
2546  link 1 set device /dev/cuaa0
2547  link 2 set device /dev/cuaa1
2548  link 3 set device /dev/cuaa2
2549 .Ed
2550 .Pp
2551 Use the
2552 .Dq help
2553 command to see which commands require context (using the
2554 .Dq link
2555 command), which have optional
2556 context and which should not have any context.
2557 .Pp
2558 When
2559 .Nm
2560 has negotiated
2561 .Em MULTI-LINK
2562 mode with the peer, it creates a local domain socket in the
2563 .Pa /var/run
2564 directory.
2565 This socket is used to pass link information (including
2566 the actual link file descriptor) between different
2567 .Nm
2568 invocations.
2569 This facilitates
2570 .Nm Ns No 's
2571 ability to be run from a
2572 .Xr getty 8
2573 or directly from
2574 .Pa /etc/gettydefs
2575 (using the
2576 .Sq pp=
2577 capability), without needing to have initial control of the serial
2578 line.
2579 Once
2580 .Nm
2581 negotiates multi-link mode, it will pass its open link to any
2582 already running process.
2583 If there is no already running process,
2584 .Nm
2585 will act as the master, creating the socket and listening for new
2586 connections.
2587 .Sh PPP COMMAND LIST
2588 This section lists the available commands and their effect.
2589 They are usable either from an interactive
2590 .Nm
2591 session, from a configuration file or from a
2592 .Xr pppctl 8
2593 or
2594 .Xr telnet 1
2595 session.
2596 .Bl -tag -width 2n
2597 .It accept|deny|enable|disable Ar option....
2598 These directives tell
2599 .Nm
2600 how to negotiate the initial connection with the peer.
2601 Each
2602 .Dq option
2603 has a default of either accept or deny and enable or disable.
2604 .Dq Accept
2605 means that the option will be ACK'd if the peer asks for it.
2606 .Dq Deny
2607 means that the option will be NAK'd if the peer asks for it.
2608 .Dq Enable
2609 means that the option will be requested by us.
2610 .Dq Disable
2611 means that the option will not be requested by us.
2612 .Pp
2613 .Dq Option
2614 may be one of the following:
2615 .Bl -tag -width 2n
2616 .It acfcomp
2617 Default: Enabled and Accepted.
2618 ACFComp stands for Address and Control Field Compression.
2619 Non LCP packets will usually have an address
2620 field of 0xff (the All-Stations address) and a control field of
2621 0x03 (the Unnumbered Information command).
2622 If this option is
2623 negotiated, these two bytes are simply not sent, thus minimising
2624 traffic.
2625 .Pp
2626 See
2627 .Pa rfc1662
2628 for details.
2629 .It chap Ns Op \&05
2630 Default: Disabled and Accepted.
2631 CHAP stands for Challenge Handshake Authentication Protocol.
2632 Only one of CHAP and PAP (below) may be negotiated.
2633 With CHAP, the authenticator sends a "challenge" message to its peer.
2634 The peer uses a one-way hash function to encrypt the
2635 challenge and sends the result back.
2636 The authenticator does the same, and compares the results.
2637 The advantage of this mechanism is that no
2638 passwords are sent across the connection.
2639 A challenge is made when the connection is first made.
2640 Subsequent challenges may occur.
2641 If you want to have your peer authenticate itself, you must
2642 .Dq enable chap .
2643 in
2644 .Pa /etc/ppp/ppp.conf ,
2645 and have an entry in
2646 .Pa /etc/ppp/ppp.secret
2647 for the peer.
2648 .Pp
2649 When using CHAP as the client, you need only specify
2650 .Dq AuthName
2651 and
2652 .Dq AuthKey
2653 in
2654 .Pa /etc/ppp/ppp.conf .
2655 CHAP is accepted by default.
2656 Some
2657 .Em PPP
2658 implementations use "MS-CHAP" rather than MD5 when encrypting the
2659 challenge.
2660 MS-CHAP is a combination of MD4 and DES.
2661 If
2662 .Nm
2663 was built on a machine with DES libraries available, it will respond
2664 to MS-CHAP authentication requests, but will never request them.
2665 .It deflate
2666 Default: Enabled and Accepted.
2667 This option decides if deflate
2668 compression will be used by the Compression Control Protocol (CCP).
2669 This is the same algorithm as used by the
2670 .Xr gzip 1
2671 program.
2672 Note: There is a problem negotiating
2673 .Ar deflate
2674 capabilities with
2675 .Xr pppd 8
2676 - a
2677 .Em PPP
2678 implementation available under many operating systems.
2679 .Nm pppd
2680 (version 2.3.1) incorrectly attempts to negotiate
2681 .Ar deflate
2682 compression using type
2683 .Em 24
2684 as the CCP configuration type rather than type
2685 .Em 26
2686 as specified in
2687 .Pa rfc1979 .
2688 Type
2689 .Ar 24
2690 is actually specified as
2691 .Dq PPP Magna-link Variable Resource Compression
2692 in
2693 .Pa rfc1975 !
2694 .Nm
2695 is capable of negotiating with
2696 .Nm pppd ,
2697 but only if
2698 .Dq deflate24
2699 is
2700 .Ar enable Ns No d
2701 and
2702 .Ar accept Ns No ed .
2703 .It deflate24
2704 Default: Disabled and Denied.
2705 This is a variance of the
2706 .Ar deflate
2707 option, allowing negotiation with the
2708 .Xr pppd 8
2709 program.
2710 Refer to the
2711 .Ar deflate
2712 section above for details.
2713 It is disabled by default as it violates
2714 .Pa rfc1975 .
2715 .It dns
2716 Default: Disabled and Denied.
2717 This option allows DNS negotiation.
2718 .Pp
2719 If
2720 .Dq enable Ns No d,
2721 .Nm
2722 will request that the peer confirms the entries in
2723 .Pa /etc/resolv.conf .
2724 If the peer NAKs our request (suggesting new IP numbers),
2725 .Pa /etc/resolv.conf
2726 is updated and another request is sent to confirm the new entries.
2727 .Pp
2728 If
2729 .Dq accept Ns No ed,
2730 .Nm
2731 will answer any DNS queries requested by the peer rather than rejecting
2732 them.
2733 The answer is taken from
2734 .Pa /etc/resolv.conf
2735 unless the
2736 .Dq set dns
2737 command is used as an override.
2738 .It enddisc
2739 Default: Enabled and Accepted.
2740 This option allows control over whether we
2741 negotiate an endpoint discriminator.
2742 We only send our discriminator if
2743 .Dq set enddisc
2744 is used and
2745 .Ar enddisc
2746 is enabled.
2747 We reject the peers discriminator if
2748 .Ar enddisc
2749 is denied.
2750 .It LANMan|chap80lm
2751 Default: Disabled and Accepted.
2752 The use of this authentication protocol
2753 is discouraged as it partially violates the authentication protocol by
2754 implementing two different mechanisms (LANMan & NT) under the guise of
2755 a single CHAP type (0x80).
2756 .Dq LANMan
2757 uses a simple DES encryption mechanism and is the least secure of the
2758 CHAP alternatives (although is still more secure than PAP).
2759 .Pp
2760 Refer to the
2761 .Dq MSChap
2762 description below for more details.
2763 .It lqr
2764 Default: Disabled and Accepted.
2765 This option decides if Link Quality Requests will be sent or accepted.
2766 LQR is a protocol that allows
2767 .Nm
2768 to determine that the link is down without relying on the modems
2769 carrier detect.
2770 When LQR is enabled,
2771 .Nm
2772 sends the
2773 .Em QUALPROTO
2774 option (see
2775 .Dq set lqrperiod
2776 below) as part of the LCP request.
2777 If the peer agrees, both sides will
2778 exchange LQR packets at the agreed frequency, allowing detailed link
2779 quality monitoring by enabling LQM logging.
2780 If the peer doesn't agree,
2781 .Nm
2782 will send ECHO LQR requests instead.
2783 These packets pass no information of interest, but they
2784 .Em MUST
2785 be replied to by the peer.
2786 .Pp
2787 Whether using LQR or ECHO LQR,
2788 .Nm
2789 will abruptly drop the connection if 5 unacknowledged packets have been
2790 sent rather than sending a 6th.
2791 A message is logged at the
2792 .Em PHASE
2793 level, and any appropriate
2794 .Dq reconnect
2795 values are honoured as if the peer were responsible for dropping the
2796 connection.
2797 .It mppe
2798 Default: Enabled and Accepted.
2799 This is Microsoft Point to Point Encryption scheme.
2800 MPPE key size can be
2801 40-, 56- and 128-bits.
2802 Refer to
2803 .Dq set mppe
2804 command.
2805 .It MSChapV2|chap81
2806 Default: Disabled and Accepted.
2807 It is very similar to standard CHAP (type 0x05)
2808 except that it issues challenges of a fixed 16 bytes in length and uses a
2809 combination of MD4, SHA-1 and DES to encrypt the challenge rather than using the
2810 standard MD5 mechanism.
2811 .It MSChap|chap80nt
2812 Default: Disabled and Accepted.
2813 The use of this authentication protocol
2814 is discouraged as it partially violates the authentication protocol by
2815 implementing two different mechanisms (LANMan & NT) under the guise of
2816 a single CHAP type (0x80).
2817 It is very similar to standard CHAP (type 0x05)
2818 except that it issues challenges of a fixed 8 bytes in length and uses a
2819 combination of MD4 and DES to encrypt the challenge rather than using the
2820 standard MD5 mechanism.
2821 CHAP type 0x80 for LANMan is also supported - see
2822 .Dq enable LANMan
2823 for details.
2824 .Pp
2825 Because both
2826 .Dq LANMan
2827 and
2828 .Dq NT
2829 use CHAP type 0x80, when acting as authenticator with both
2830 .Dq enable Ns No d ,
2831 .Nm
2832 will rechallenge the peer up to three times if it responds using the wrong
2833 one of the two protocols.
2834 This gives the peer a chance to attempt using both protocols.
2835 .Pp
2836 Conversely, when
2837 .Nm
2838 acts as the authenticatee with both protocols
2839 .Dq accept Ns No ed ,
2840 the protocols are used alternately in response to challenges.
2841 .Pp
2842 Note: If only LANMan is enabled,
2843 .Xr pppd 8
2844 (version 2.3.5) misbehaves when acting as authenticatee.
2845 It provides both
2846 the NT and the LANMan answers, but also suggests that only the NT answer
2847 should be used.
2848 .It pap
2849 Default: Disabled and Accepted.
2850 PAP stands for Password Authentication Protocol.
2851 Only one of PAP and CHAP (above) may be negotiated.
2852 With PAP, the ID and Password are sent repeatedly to the peer until
2853 authentication is acknowledged or the connection is terminated.
2854 This is a rather poor security mechanism.
2855 It is only performed when the connection is first established.
2856 If you want to have your peer authenticate itself, you must
2857 .Dq enable pap .
2858 in
2859 .Pa /etc/ppp/ppp.conf ,
2860 and have an entry in
2861 .Pa /etc/ppp/ppp.secret
2862 for the peer (although see the
2863 .Dq passwdauth
2864 and
2865 .Dq set radius
2866 options below).
2867 .Pp
2868 When using PAP as the client, you need only specify
2869 .Dq AuthName
2870 and
2871 .Dq AuthKey
2872 in
2873 .Pa /etc/ppp/ppp.conf .
2874 PAP is accepted by default.
2875 .It pred1
2876 Default: Enabled and Accepted.
2877 This option decides if Predictor 1
2878 compression will be used by the Compression Control Protocol (CCP).
2879 .It protocomp
2880 Default: Enabled and Accepted.
2881 This option is used to negotiate
2882 PFC (Protocol Field Compression), a mechanism where the protocol
2883 field number is reduced to one octet rather than two.
2884 .It shortseq
2885 Default: Enabled and Accepted.
2886 This option determines if
2887 .Nm
2888 will request and accept requests for short
2889 (12 bit)
2890 sequence numbers when negotiating multi-link mode.
2891 This is only applicable if our MRRU is set (thus enabling multi-link).
2892 .It vjcomp
2893 Default: Enabled and Accepted.
2894 This option determines if Van Jacobson header compression will be used.
2895 .El
2896 .Pp
2897 The following options are not actually negotiated with the peer.
2898 Therefore, accepting or denying them makes no sense.
2899 .Bl -tag -width 2n
2900 .It filter-decapsulation
2901 Default: Disabled.
2902 When this option is enabled,
2903 .Nm
2904 will examine UDP frames to see if they actually contain a
2905 .Em PPP
2906 frame as their payload.
2907 If this is the case, all filters will operate on the payload rather
2908 than the actual packet.
2909 .Pp
2910 This is useful if you want to send PPPoUDP traffic over a
2911 .Em PPP
2912 link, but want that link to do smart things with the real data rather than
2913 the UDP wrapper.
2914 .Pp
2915 The UDP frame payload must not be compressed in any way, otherwise
2916 .Nm
2917 will not be able to interpret it.
2918 It's therefore recommended that you
2919 .Ic disable vj pred1 deflate
2920 and
2921 .Ic deny vj pred1 deflate
2922 in the configuration for the
2923 .Nm
2924 invocation with the udp link.
2925 .It idcheck
2926 Default: Enabled.
2927 When
2928 .Nm
2929 exchanges low-level LCP, CCP and IPCP configuration traffic, the
2930 .Em Identifier
2931 field of any replies is expected to be the same as that of the request.
2932 By default,
2933 .Nm
2934 drops any reply packets that do not contain the expected identifier
2935 field, reporting the fact at the respective log level.
2936 If
2937 .Ar idcheck
2938 is disabled,
2939 .Nm
2940 will ignore the identifier field.
2941 .It iface-alias
2942 Default: Enabled if
2943 .Fl nat
2944 is specified.
2945 This option simply tells
2946 .Nm
2947 to add new interface addresses to the interface rather than replacing them.
2948 The option can only be enabled if network address translation is enabled
2949 .Pq Dq nat enable yes .
2950 .Pp
2951 With this option enabled,
2952 .Nm
2953 will pass traffic for old interface addresses through the NAT
2954 ifdef({LOCALNAT},{engine,},{engine
2955 (see
2956 .Xr libalias 3 ) ,})
2957 resulting in the ability (in
2958 .Fl auto
2959 mode) to properly connect the process that caused the PPP link to
2960 come up in the first place.
2961 .Pp
2962 Disabling NAT with
2963 .Dq nat enable no
2964 will also disable
2965 .Sq iface-alias .
2966 .It ipcp
2967 Default: Enabled.
2968 This option allows
2969 .Nm
2970 to attempt to negotiate IP control protocol capabilities and if
2971 successful to exchange IP datagrams with the peer.
2972 .It ipv6cp
2973 Default: Enabled.
2974 This option allows
2975 .Nm
2976 to attempt to negotiate IPv6 control protocol capabilities and if
2977 successful to exchange IPv6 datagrams with the peer.
2978 .It keep-session
2979 Default: Disabled.
2980 When
2981 .Nm
2982 runs as a Multi-link server, a different
2983 .Nm
2984 instance initially receives each connection.
2985 After determining that
2986 the link belongs to an already existing bundle (controlled by another
2987 .Nm
2988 invocation),
2989 .Nm
2990 will transfer the link to that process.
2991 .Pp
2992 If the link is a tty device or if this option is enabled,
2993 .Nm
2994 will not exit, but will change its process name to
2995 .Dq session owner
2996 and wait for the controlling
2997 .Nm
2998 to finish with the link and deliver a signal back to the idle process.
2999 This prevents the confusion that results from
3000 .Nm Ns No 's
3001 parent considering the link resource available again.
3002 .Pp
3003 For tty devices that have entries in
3004 .Pa /etc/ttys ,
3005 this is necessary to prevent another
3006 .Xr getty 8
3007 from being started, and for program links such as
3008 .Xr sshd 8 ,
3009 it prevents
3010 .Xr sshd 8
3011 from exiting due to the death of its child.
3012 As
3013 .Nm
3014 cannot determine its parents requirements (except for the tty case), this
3015 option must be enabled manually depending on the circumstances.
3016 .It loopback
3017 Default: Enabled.
3018 When
3019 .Ar loopback
3020 is enabled,
3021 .Nm
3022 will automatically loop back packets being sent
3023 out with a destination address equal to that of the
3024 .Em PPP
3025 interface.
3026 If disabled,
3027 .Nm
3028 will send the packet, probably resulting in an ICMP redirect from
3029 the other end.
3030 It is convenient to have this option enabled when
3031 the interface is also the default route as it avoids the necessity
3032 of a loopback route.
3033 .It passwdauth
3034 Default: Disabled.
3035 Enabling this option will tell the PAP authentication
3036 code to use the password database (see
3037 .Xr passwd 5 )
3038 to authenticate the caller if they cannot be found in the
3039 .Pa /etc/ppp/ppp.secret
3040 file.
3041 .Pa /etc/ppp/ppp.secret
3042 is always checked first.
3043 If you wish to use passwords from
3044 .Xr passwd 5 ,
3045 but also to specify an IP number or label for a given client, use
3046 .Dq \&*
3047 as the client password in
3048 .Pa /etc/ppp/ppp.secret .
3049 .It proxy
3050 Default: Disabled.
3051 Enabling this option will tell
3052 .Nm
3053 to proxy ARP for the peer.
3054 This means that
3055 .Nm
3056 will make an entry in the ARP table using
3057 .Dv HISADDR
3058 and the
3059 .Dv MAC
3060 address of the local network in which
3061 .Dv HISADDR
3062 appears.
3063 This allows other machines connected to the LAN to talk to
3064 the peer as if the peer itself was connected to the LAN.
3065 The proxy entry cannot be made unless
3066 .Dv HISADDR
3067 is an address from a LAN.
3068 .It proxyall
3069 Default: Disabled.
3070 Enabling this will tell
3071 .Nm
3072 to add proxy arp entries for every IP address in all class C or
3073 smaller subnets routed via the tun interface.
3074 .Pp
3075 Proxy arp entries are only made for sticky routes that are added
3076 using the
3077 .Dq add
3078 command.
3079 No proxy arp entries are made for the interface address itself
3080 (as created by the
3081 .Dq set ifaddr
3082 command).
3083 .It sroutes
3084 Default: Enabled.
3085 When the
3086 .Dq add
3087 command is used with the
3088 .Dv HISADDR ,
3089 .Dv MYADDR ,
3090 .Dv HISADDR6
3091 or
3092 .Dv MYADDR6
3093 values, entries are stored in the
3094 .Sq sticky route
3095 list.
3096 Each time these variables change, this list is re-applied to the routing table.
3097 .Pp
3098 Disabling this option will prevent the re-application of sticky routes,
3099 although the
3100 .Sq stick route
3101 list will still be maintained.
3102 .It Op tcp Ns Xo
3103 .No mssfixup
3104 .Xc
3105 Default: Enabled.
3106 This option tells
3107 .Nm
3108 to adjust TCP SYN packets so that the maximum receive segment
3109 size is not greater than the amount allowed by the interface MTU.
3110 .It throughput
3111 Default: Enabled.
3112 This option tells
3113 .Nm
3114 to gather throughput statistics.
3115 Input and output is sampled over
3116 a rolling 5 second window, and current, best and total figures are retained.
3117 This data is output when the relevant
3118 .Em PPP
3119 layer shuts down, and is also available using the
3120 .Dq show
3121 command.
3122 Throughput statistics are available at the
3123 .Dq IPCP
3124 and
3125 .Dq physical
3126 levels.
3127 .It utmp
3128 Default: Enabled.
3129 Normally, when a user is authenticated using PAP or CHAP, and when
3130 .Nm
3131 is running in
3132 .Fl direct
3133 mode, an entry is made in the utmp and wtmp files for that user.
3134 Disabling this option will tell
3135 .Nm
3136 not to make any utmp or wtmp entries.
3137 This is usually only necessary if
3138 you require the user to both login and authenticate themselves.
3139 .El
3140 .Pp
3141 .It add Ns Xo
3142 .Op !\&
3143 .Ar dest Ns Op / Ns Ar nn
3144 .Op Ar mask
3145 .Op Ar gateway
3146 .Xc
3147 .Ar Dest
3148 is the destination IP address.
3149 The netmask is specified either as a number of bits with
3150 .Ar /nn
3151 or as an IP number using
3152 .Ar mask .
3153 .Ar 0 0
3154 or simply
3155 .Ar 0
3156 with no mask refers to the default route.
3157 It is also possible to use the literal name
3158 .Sq default
3159 instead of
3160 .Ar 0 .
3161 .Ar Gateway
3162 is the next hop gateway to get to the given
3163 .Ar dest
3164 machine/network.
3165 Refer to the
3166 .Xr route 8
3167 command for further details.
3168 .Pp
3169 It is possible to use the symbolic names
3170 .Sq MYADDR ,
3171 .Sq HISADDR ,
3172 .Sq MYADDR6
3173 or
3174 .Sq HISADDR6
3175 as the destination, and
3176 .Sq HISADDR
3177 or
3178 .Sq HISADDR6
3179 as the
3180 .Ar gateway .
3181 .Sq MYADDR
3182 is replaced with the interface IP address,
3183 .Sq HISADDR
3184 is replaced with the interface IP destination (peer) address,
3185 .Sq MYADDR6
3186 is replaced with the interface IPv6 address, and
3187 .Sq HISADDR6
3188 is replaced with the interface IPv6 destination address,
3189 .Pp
3190 If the
3191 .Ar add!\&
3192 command is used
3193 (note the trailing
3194 .Dq !\& ) ,
3195 then if the route already exists, it will be updated as with the
3196 .Sq route change
3197 command (see
3198 .Xr route 8
3199 for further details).
3200 .Pp
3201 Routes that contain the
3202 .Dq HISADDR ,
3203 .Dq MYADDR ,
3204 .Dq HISADDR6 ,
3205 .Dq MYADDR6 ,
3206 .Dq DNS0 ,
3207 or
3208 .Dq DNS1
3209 constants are considered
3210 .Sq sticky .
3211 They are stored in a list (use
3212 .Dq show ncp
3213 to see the list), and each time the value of one of these variables
3214 changes, the appropriate routing table entries are updated.
3215 This facility may be disabled using
3216 .Dq disable sroutes .
3217 .It allow Ar command Op Ar args
3218 This command controls access to
3219 .Nm
3220 and its configuration files.
3221 It is possible to allow user-level access,
3222 depending on the configuration file label and on the mode that
3223 .Nm
3224 is being run in.
3225 For example, you may wish to configure
3226 .Nm
3227 so that only user
3228 .Sq fred
3229 may access label
3230 .Sq fredlabel
3231 in
3232 .Fl background
3233 mode.
3234 .Pp
3235 User id 0 is immune to these commands.
3236 .Bl -tag -width 2n
3237 .It allow user Ns Xo
3238 .Op s
3239 .Ar logname Ns No ...
3240 .Xc
3241 By default, only user id 0 is allowed access to
3242 .Nm .
3243 If this command is used, all of the listed users are allowed access to
3244 the section in which the
3245 .Dq allow users
3246 command is found.
3247 The
3248 .Sq default
3249 section is always checked first (even though it is only ever automatically
3250 loaded at startup).
3251 .Dq allow users
3252 commands are cumulative in a given section, but users allowed in any given
3253 section override users allowed in the default section, so it's possible to
3254 allow users access to everything except a given label by specifying default
3255 users in the
3256 .Sq default
3257 section, and then specifying a new user list for that label.
3258 .Pp
3259 If user
3260 .Sq *
3261 is specified, access is allowed to all users.
3262 .It allow mode Ns Xo
3263 .Op s
3264 .Ar mode Ns No ...
3265 .Xc
3266 By default, access using any
3267 .Nm
3268 mode is possible.
3269 If this command is used, it restricts the access
3270 .Ar modes
3271 allowed to load the label under which this command is specified.
3272 Again, as with the
3273 .Dq allow users
3274 command, each
3275 .Dq allow modes
3276 command overrides any previous settings, and the
3277 .Sq default
3278 section is always checked first.
3279 .Pp
3280 Possible modes are:
3281 .Sq interactive ,
3282 .Sq auto ,
3283 .Sq direct ,
3284 .Sq dedicated ,
3285 .Sq ddial ,
3286 .Sq background
3287 and
3288 .Sq * .
3289 .Pp
3290 When running in multi-link mode, a section can be loaded if it allows
3291 .Em any
3292 of the currently existing line modes.
3293 .El
3294 .Pp
3295 .It nat Ar command Op Ar args
3296 This command allows the control of the network address translation (also
3297 known as masquerading or IP aliasing) facilities that are built into
3298 .Nm .
3299 NAT is done on the external interface only, and is unlikely to make sense
3300 if used with the
3301 .Fl direct
3302 flag.
3303 .Pp
3304 If nat is enabled on your system (it may be omitted at compile time),
3305 the following commands are possible:
3306 .Bl -tag -width 2n
3307 .It nat enable yes|no
3308 This command either switches network address translation on or turns it off.
3309 The
3310 .Fl nat
3311 command line flag is synonymous with
3312 .Dq nat enable yes .
3313 .It nat addr Op Ar addr_local addr_alias
3314 This command allows data for
3315 .Ar addr_alias
3316 to be redirected to
3317 .Ar addr_local .
3318 It is useful if you own a small number of real IP numbers that
3319 you wish to map to specific machines behind your gateway.
3320 .It nat deny_incoming yes|no
3321 If set to yes, this command will refuse all incoming packets where an
3322 aliasing link doesn't already exist.
3323 ifdef({LOCALNAT},{},{Refer to the
3324 .Sx CONCEPTUAL BACKGROUND
3325 section of
3326 .Xr libalias 3
3327 for a description of what an
3328 .Dq aliasing link
3329 is.
3330 })dnl
3331 .Pp
3332 It should be noted under what circumstances an aliasing link is
3333 ifdef({LOCALNAT},{created.},{created by
3334 .Xr libalias 3 .})
3335 It may be necessary to further protect your network from outside
3336 connections using the
3337 .Dq set filter
3338 or
3339 .Dq nat target
3340 commands.
3341 .It nat help|?
3342 This command gives a summary of available nat commands.
3343 .It nat log yes|no
3344 This option causes various NAT statistics and information to
3345 be logged to the file
3346 .Pa /var/log/alias.log .
3347 .It nat port Ar proto Ar targetIP Ns Xo
3348 .No : Ns Ar targetPort Ns
3349 .Oo
3350 .No - Ns Ar targetPort
3351 .Oc Ar aliasPort Ns
3352 .Oo
3353 .No - Ns Ar aliasPort
3354 .Oc Oo Ar remoteIP : Ns
3355 .Ar remotePort Ns
3356 .Oo
3357 .No - Ns Ar remotePort
3358 .Oc Ns
3359 .Oc
3360 .Xc
3361 This command causes incoming
3362 .Ar proto
3363 connections to
3364 .Ar aliasPort
3365 to be redirected to
3366 .Ar targetPort
3367 on
3368 .Ar targetIP .
3369 .Ar proto
3370 is either
3371 .Dq tcp
3372 or
3373 .Dq udp .
3374 .Pp
3375 A range of port numbers may be specified as shown above.
3376 The ranges must be of the same size.
3377 .Pp
3378 If
3379 .Ar remoteIP
3380 is specified, only data coming from that IP number is redirected.
3381 .Ar remotePort
3382 must either be
3383 .Dq 0
3384 (indicating any source port)
3385 or a range of ports the same size as the other ranges.
3386 .Pp
3387 This option is useful if you wish to run things like Internet phone on
3388 machines behind your gateway, but is limited in that connections to only
3389 one interior machine per source machine and target port are possible.
3390 .It nat proto Ar proto localIP Oo
3391 .Ar publicIP Op Ar remoteIP
3392 .Oc
3393 This command tells
3394 .Nm
3395 to redirect packets of protocol type
3396 .Ar proto
3397 (see
3398 .Xr protocols 5 )
3399 to the internal address
3400 .Ar localIP .
3401 .Pp
3402 If
3403 .Ar publicIP
3404 is specified, only packets destined for that address are matched,
3405 otherwise the default alias address is used.
3406 .Pp
3407 If
3408 .Ar remoteIP
3409 is specified, only packets matching that source address are matched,
3410 .Pp
3411 This command is useful for redirecting tunnel endpoints to an internal machine,
3412 for example:
3413 .Pp
3414 .Dl nat proto ipencap 10.0.0.1
3415 .It "nat proxy cmd" Ar arg Ns No ...
3416 This command tells
3417 .Nm
3418 to proxy certain connections, redirecting them to a given server.
3419 ifdef({LOCALNAT},{},{Refer to the description of
3420 .Fn PacketAliasProxyRule
3421 in
3422 .Xr libalias 3
3423 for details of the available commands.
3424 })dnl
3425 .It nat punch_fw Op Ar base count
3426 This command tells
3427 .Nm
3428 to punch holes in the firewall for FTP or IRC DCC connections.
3429 This is done dynamically by installing temporary firewall rules which
3430 allow a particular connection (and only that connection) to go through
3431 the firewall.
3432 The rules are removed once the corresponding connection terminates.
3433 .Pp
3434 A maximum of
3435 .Ar count
3436 rules starting from rule number
3437 .Ar base
3438 will be used for punching firewall holes.
3439 The range will be cleared when the
3440 .Dq nat punch_fw
3441 command is run.
3442 .Pp
3443 If no arguments are given, firewall punching is disabled.
3444 .It nat same_ports yes|no
3445 When enabled, this command will tell the network address translation engine to
3446 attempt to avoid changing the port number on outgoing packets.
3447 This is useful
3448 if you want to support protocols such as RPC and LPD which require
3449 connections to come from a well known port.
3450 .It nat target Op Ar address
3451 Set the given target address or clear it if no address is given.
3452 The target address is used
3453 ifdef({LOCALNAT},{},{by libalias })dnl
3454 to specify how to NAT incoming packets by default.
3455 If a target address is not set or if
3456 .Dq default
3457 is given, packets are not altered and are allowed to route to the internal
3458 network.
3459 .Pp
3460 The target address may be set to
3461 .Dq MYADDR ,
3462 in which case
3463 ifdef({LOCALNAT},{all packets will be redirected},
3464 {libalias will redirect all packets})
3465 to the interface address.
3466 .It nat use_sockets yes|no
3467 When enabled, this option tells the network address translation engine to
3468 create a socket so that it can guarantee a correct incoming ftp data or
3469 IRC connection.
3470 .It nat unregistered_only yes|no
3471 Only alter outgoing packets with an unregistered source address.
3472 According to RFC 1918, unregistered source addresses
3473 are 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16.
3474 .El
3475 .Pp
3476 These commands are also discussed in the file
3477 .Pa README.nat
3478 which comes with the source distribution.
3479 .Pp
3480 .It Op !\& Ns Xo
3481 .No bg Ar command
3482 .Xc
3483 The given
3484 .Ar command
3485 is executed in the background with the following words replaced:
3486 .Bl -tag -width COMPILATIONDATE
3487 .It Li AUTHNAME
3488 This is replaced with the local
3489 .Ar authname
3490 value.
3491 See the
3492 .Dq set authname
3493 command below.
3494 .It Li COMPILATIONDATE
3495 This is replaced with the date on which
3496 .Nm
3497 was compiled.
3498 .It Li DNS0 & DNS1
3499 These are replaced with the primary and secondary nameserver IP numbers.
3500 If nameservers are negotiated by IPCP, the values of these macros will change.
3501 .It Li ENDDISC
3502 This is replaced with the local endpoint discriminator value.
3503 See the
3504 .Dq set enddisc
3505 command below.
3506 .It Li HISADDR
3507 This is replaced with the peers IP number.
3508 .It Li HISADDR6
3509 This is replaced with the peers IPv6 number.
3510 .It Li INTERFACE
3511 This is replaced with the name of the interface that's in use.
3512 .It Li IPOCTETSIN
3513 This is replaced with the number of IP bytes received since the connection
3514 was established.
3515 .It Li IPOCTETSOUT
3516 This is replaced with the number of IP bytes sent since the connection
3517 was established.
3518 .It Li IPPACKETSIN
3519 This is replaced with the number of IP packets received since the connection
3520 was established.
3521 .It Li IPPACKETSOUT
3522 This is replaced with the number of IP packets sent since the connection
3523 was established.
3524 .It Li IPV6OCTETSIN
3525 This is replaced with the number of IPv6 bytes received since the connection
3526 was established.
3527 .It Li IPV6OCTETSOUT
3528 This is replaced with the number of IPv6 bytes sent since the connection
3529 was established.
3530 .It Li IPV6PACKETSIN
3531 This is replaced with the number of IPv6 packets received since the connection
3532 was established.
3533 .It Li IPV6PACKETSOUT
3534 This is replaced with the number of IPv6 packets sent since the connection
3535 was established.
3536 .It Li LABEL
3537 This is replaced with the last label name used.
3538 A label may be specified on the
3539 .Nm
3540 command line, via the
3541 .Dq load
3542 or
3543 .Dq dial
3544 commands and in the
3545 .Pa ppp.secret
3546 file.
3547 .It Li MYADDR
3548 This is replaced with the IP number assigned to the local interface.
3549 .It Li MYADDR6
3550 This is replaced with the IPv6 number assigned to the local interface.
3551 .It Li OCTETSIN
3552 This is replaced with the number of bytes received since the connection
3553 was established.
3554 .It Li OCTETSOUT
3555 This is replaced with the number of bytes sent since the connection
3556 was established.
3557 .It Li PACKETSIN
3558 This is replaced with the number of packets received since the connection
3559 was established.
3560 .It Li PACKETSOUT
3561 This is replaced with the number of packets sent since the connection
3562 was established.
3563 .It Li PEER_ENDDISC
3564 This is replaced with the value of the peers endpoint discriminator.
3565 .It Li PROCESSID
3566 This is replaced with the current process id.
3567 .It Li SOCKNAME
3568 This is replaced with the name of the diagnostic socket.
3569 .It Li UPTIME
3570 This is replaced with the bundle uptime in HH:MM:SS format.
3571 .It Li USER
3572 This is replaced with the username that has been authenticated with PAP or
3573 CHAP.
3574 Normally, this variable is assigned only in -direct mode.
3575 This value is available irrespective of whether utmp logging is enabled.
3576 .It Li VERSION
3577 This is replaced with the current version number of
3578 .Nm .
3579 .El
3580 .Pp
3581 These substitutions are also done by the
3582 .Dq set proctitle ,
3583 .Dq ident
3584 and
3585 .Dq log
3586 commands.
3587 .Pp
3588 If you wish to pause
3589 .Nm
3590 while the command executes, use the
3591 .Dq shell
3592 command instead.
3593 .It clear physical|ipcp|ipv6 Op current|overall|peak...
3594 Clear the specified throughput values at either the
3595 .Dq physical ,
3596 .Dq ipcp
3597 or
3598 .Dq ipv6cp
3599 level.
3600 If
3601 .Dq physical
3602 is specified, context must be given (see the
3603 .Dq link
3604 command below).
3605 If no second argument is given, all values are cleared.
3606 .It clone Ar name Ns Xo
3607 .Op \&, Ns Ar name Ns
3608 .No ...
3609 .Xc
3610 Clone the specified link, creating one or more new links according to the
3611 .Ar name
3612 argument(s).
3613 This command must be used from the
3614 .Dq link
3615 command below unless you've only got a single link (in which case that
3616 link becomes the default).
3617 Links may be removed using the
3618 .Dq remove
3619 command below.
3620 .Pp
3621 The default link name is
3622 .Dq deflink .
3623 .It close Op lcp|ccp Ns Op !\&
3624 If no arguments are given, the relevant protocol layers will be brought
3625 down and the link will be closed.
3626 If
3627 .Dq lcp
3628 is specified, the LCP layer is brought down, but
3629 .Nm
3630 will not bring the link offline.
3631 It is subsequently possible to use
3632 .Dq term
3633 (see below)
3634 to talk to the peer machine if, for example, something like
3635 .Dq slirp
3636 is being used.
3637 If
3638 .Dq ccp
3639 is specified, only the relevant compression layer is closed.
3640 If the
3641 .Dq !\&
3642 is used, the compression layer will remain in the closed state, otherwise
3643 it will re-enter the STOPPED state, waiting for the peer to initiate
3644 further CCP negotiation.
3645 In any event, this command does not disconnect the user from
3646 .Nm
3647 or exit
3648 .Nm .
3649 See the
3650 .Dq quit
3651 command below.
3652 .It delete Ns Xo
3653 .Op !\&
3654 .Ar dest
3655 .Xc
3656 This command deletes the route with the given
3657 .Ar dest
3658 IP address.
3659 If
3660 .Ar dest
3661 is specified as
3662 .Sq ALL ,
3663 all non-direct entries in the routing table for the current interface,
3664 and all
3665 .Sq sticky route
3666 entries are deleted.
3667 If
3668 .Ar dest
3669 is specified as
3670 .Sq default ,
3671 the default route is deleted.
3672 .Pp
3673 If the
3674 .Ar delete!\&
3675 command is used
3676 (note the trailing
3677 .Dq !\& ) ,
3678 .Nm
3679 will not complain if the route does not already exist.
3680 .It dial|call Op Ar label Ns Xo
3681 .No ...
3682 .Xc
3683 This command is the equivalent of
3684 .Dq load label
3685 followed by
3686 .Dq open ,
3687 and is provided for backwards compatibility.
3688 .It down Op Ar lcp|ccp
3689 Bring the relevant layer down ungracefully, as if the underlying layer
3690 had become unavailable.
3691 It's not considered polite to use this command on
3692 a Finite State Machine that's in the OPEN state.
3693 If no arguments are
3694 supplied, the entire link is closed (or if no context is given, all links
3695 are terminated).
3696 If
3697 .Sq lcp
3698 is specified, the
3699 .Em LCP
3700 layer is terminated but the device is not brought offline and the link
3701 is not closed.
3702 If
3703 .Sq ccp
3704 is specified, only the relevant compression layer(s) are terminated.
3705 .It help|? Op Ar command
3706 Show a list of available commands.
3707 If
3708 .Ar command
3709 is specified, show the usage string for that command.
3710 .It ident Op Ar text Ns No ...
3711 Identify the link to the peer using
3712 .Ar text .
3713 If
3714 .Ar text
3715 is empty, link identification is disabled.
3716 It is possible to use any of the words described for the
3717 .Ic bg
3718 command above.
3719 Refer to the
3720 .Ic sendident
3721 command for details of when
3722 .Nm
3723 identifies itself to the peer.
3724 .It iface Ar command Op args
3725 This command is used to control the interface used by
3726 .Nm .
3727 .Ar Command
3728 may be one of the following:
3729 .Bl -tag -width 2n
3730 .It iface add Ns Xo
3731 .Op !\&
3732 .Ar addr Ns Op / Ns Ar bits
3733 .Op Ar peer
3734 .Xc
3735 .It iface add Ns Xo
3736 .Op !\&
3737 .Ar addr
3738 .Ar mask
3739 .Ar peer
3740 .Xc
3741 Add the given
3742 .Ar addr mask peer
3743 combination to the interface.
3744 Instead of specifying
3745 .Ar mask ,
3746 .Ar /bits
3747 can be used
3748 (with no space between it and
3749 .Ar addr ) .
3750 If the given address already exists, the command fails unless the
3751 .Dq !\&
3752 is used - in which case the previous interface address entry is overwritten
3753 with the new one, allowing a change of netmask or peer address.
3754 .Pp
3755 If only
3756 .Ar addr
3757 is specified,
3758 .Ar bits
3759 defaults to
3760 .Dq 32
3761 and
3762 .Ar peer
3763 defaults to
3764 .Dq 255.255.255.255 .
3765 This address (the broadcast address) is the only duplicate peer address that
3766 .Nm
3767 allows.
3768 .It iface clear Op INET | INET6
3769 If this command is used while
3770 .Nm
3771 is in the OPENED state or while in
3772 .Fl auto
3773 mode, all addresses except for the NCP negotiated address are deleted
3774 from the interface.
3775 If
3776 .Nm
3777 is not in the OPENED state and is not in
3778 .Fl auto
3779 mode, all interface addresses are deleted.
3780 .Pp
3781 If the INET or INET6 arguments are used, only addresses for that address
3782 family are cleared.
3783 .Pp
3784 .It iface delete Ns Xo
3785 .Op !\& Ns
3786 .No |rm Ns Op !\&
3787 .Ar addr
3788 .Xc
3789 This command deletes the given
3790 .Ar addr
3791 from the interface.
3792 If the
3793 .Dq !\&
3794 is used, no error is given if the address isn't currently assigned to
3795 the interface (and no deletion takes place).
3796 .It iface show
3797 Shows the current state and current addresses for the interface.
3798 It is much the same as running
3799 .Dq ifconfig INTERFACE .
3800 .It iface help Op Ar sub-command
3801 This command, when invoked without
3802 .Ar sub-command ,
3803 will show a list of possible
3804 .Dq iface
3805 sub-commands and a brief synopsis for each.
3806 When invoked with
3807 .Ar sub-command ,
3808 only the synopsis for the given sub-command is shown.
3809 .El
3810 .It Op data Ns Xo
3811 .No link
3812 .Ar name Ns Op , Ns Ar name Ns
3813 .No ... Ar command Op Ar args
3814 .Xc
3815 This command may prefix any other command if the user wishes to
3816 specify which link the command should affect.
3817 This is only applicable after multiple links have been created in Multi-link
3818 mode using the
3819 .Dq clone
3820 command.
3821 .Pp
3822 .Ar Name
3823 specifies the name of an existing link.
3824 If
3825 .Ar name
3826 is a comma separated list,
3827 .Ar command
3828 is executed on each link.
3829 If
3830 .Ar name
3831 is
3832 .Dq * ,
3833 .Ar command
3834 is executed on all links.
3835 .It load Op Ar label Ns Xo
3836 .No ...
3837 .Xc
3838 Load the given
3839 .Ar label Ns No (s)
3840 from the
3841 .Pa ppp.conf
3842 file.
3843 If
3844 .Ar label
3845 is not given, the
3846 .Ar default
3847 label is used.
3848 .Pp
3849 Unless the
3850 .Ar label
3851 section uses the
3852 .Dq set mode ,
3853 .Dq open
3854 or
3855 .Dq dial
3856 commands,
3857 .Nm
3858 will not attempt to make an immediate connection.
3859 .It log Ar word Ns No ...
3860 Send the given word(s) to the log file with the prefix
3861 .Dq LOG: .
3862 Word substitutions are done as explained under the
3863 .Dq !bg
3864 command above.
3865 .It open Op lcp|ccp|ipcp
3866 This is the opposite of the
3867 .Dq close
3868 command.
3869 All closed links are immediately brought up apart from second and subsequent
3870 .Ar demand-dial
3871 links - these will come up based on the
3872 .Dq set autoload
3873 command that has been used.
3874 .Pp
3875 If the
3876 .Dq lcp
3877 argument is used while the LCP layer is already open, LCP will be
3878 renegotiated.
3879 This allows various LCP options to be changed, after which
3880 .Dq open lcp
3881 can be used to put them into effect.
3882 After renegotiating LCP,
3883 any agreed authentication will also take place.
3884 .Pp
3885 If the
3886 .Dq ccp
3887 argument is used, the relevant compression layer is opened.
3888 Again, if it is already open, it will be renegotiated.
3889 .Pp
3890 If the
3891 .Dq ipcp
3892 argument is used, the link will be brought up as normal, but if
3893 IPCP is already open, it will be renegotiated and the network
3894 interface will be reconfigured.
3895 .Pp
3896 It is probably not good practice to re-open the PPP state machines
3897 like this as it's possible that the peer will not behave correctly.
3898 It
3899 .Em is
3900 however useful as a way of forcing the CCP or VJ dictionaries to be reset.
3901 .It passwd Ar pass
3902 Specify the password required for access to the full
3903 .Nm
3904 command set.
3905 This password is required when connecting to the diagnostic port (see the
3906 .Dq set server
3907 command).
3908 .Ar Pass
3909 is specified on the
3910 .Dq set server
3911 command line.
3912 The value of
3913 .Ar pass
3914 is not logged when
3915 .Ar command
3916 logging is active, instead, the literal string
3917 .Sq ********
3918 is logged.
3919 .It quit|bye Op all
3920 If
3921 .Dq quit
3922 is executed from the controlling connection or from a command file,
3923 ppp will exit after closing all connections.
3924 Otherwise, if the user
3925 is connected to a diagnostic socket, the connection is simply dropped.
3926 .Pp
3927 If the
3928 .Ar all
3929 argument is given,
3930 .Nm
3931 will exit despite the source of the command after closing all existing
3932 connections.
3933 .It remove|rm
3934 This command removes the given link.
3935 It is only really useful in multi-link mode.
3936 A link must be in the
3937 .Dv CLOSED
3938 state before it is removed.
3939 .It rename|mv Ar name
3940 This command renames the given link to
3941 .Ar name .
3942 It will fail if
3943 .Ar name
3944 is already used by another link.
3945 .Pp
3946 The default link name is
3947 .Sq deflink .
3948 Renaming it to
3949 .Sq modem ,
3950 .Sq cuaa0
3951 or
3952 .Sq USR
3953 may make the log file more readable.
3954 .It resolv Ar command
3955 This command controls
3956 .Nm Ns No 's
3957 manipulation of the
3958 .Xr resolv.conf 5
3959 file.
3960 When
3961 .Nm
3962 starts up, it loads the contents of this file into memory and retains this
3963 image for future use.
3964 .Ar command
3965 is one of the following:
3966 .Bl -tag -width readonly
3967 .It Em readonly
3968 Treat
3969 .Pa /etc/resolv.conf
3970 as read only.
3971 If
3972 .Dq dns
3973 is enabled,
3974 .Nm
3975 will still attempt to negotiate nameservers with the peer, making the results
3976 available via the
3977 .Dv DNS0
3978 and
3979 .Dv DNS1
3980 macros.
3981 This is the opposite of the
3982 .Dq resolv writable
3983 command.
3984 .It Em reload
3985 Reload
3986 .Pa /etc/resolv.conf
3987 into memory.
3988 This may be necessary if for example a DHCP client overwrote
3989 .Pa /etc/resolv.conf .
3990 .It Em restore
3991 Replace
3992 .Pa /etc/resolv.conf
3993 with the version originally read at startup or with the last
3994 .Dq resolv reload
3995 command.
3996 This is sometimes a useful command to put in the
3997 .Pa /etc/ppp/ppp.linkdown
3998 file.
3999 .It Em rewrite
4000 Rewrite the
4001 .Pa /etc/resolv.conf
4002 file.
4003 This command will work even if the
4004 .Dq resolv readonly
4005 command has been used.
4006 It may be useful as a command in the
4007 .Pa /etc/ppp/ppp.linkup
4008 file if you wish to defer updating
4009 .Pa /etc/resolv.conf
4010 until after other commands have finished.
4011 .It Em writable
4012 Allow
4013 .Nm
4014 to update
4015 .Pa /etc/resolv.conf
4016 if
4017 .Dq dns
4018 is enabled and
4019 .Nm
4020 successfully negotiates a DNS.
4021 This is the opposite of the
4022 .Dq resolv readonly
4023 command.
4024 .El
4025 .It save
4026 This option is not (yet) implemented.
4027 .It sendident
4028 This command tells
4029 .Nm
4030 to identify itself to the peer.
4031 The link must be in LCP state or higher.
4032 If no identity has been set (via the
4033 .Ic ident
4034 command),
4035 .Ic sendident
4036 will fail.
4037 .Pp
4038 When an identity has been set,
4039 .Nm
4040 will automatically identify itself when it sends or receives a configure
4041 reject, when negotiation fails or when LCP reaches the opened state.
4042 .Pp
4043 Received identification packets are logged to the LCP log (see
4044 .Ic set log
4045 for details) and are never responded to.
4046 .It set Ns Xo
4047 .Op up
4048 .Ar var value
4049 .Xc
4050 This option allows the setting of any of the following variables:
4051 .Bl -tag -width 2n
4052 .It set accmap Ar hex-value
4053 ACCMap stands for Asynchronous Control Character Map.
4054 This is always
4055 negotiated with the peer, and defaults to a value of 00000000 in hex.
4056 This protocol is required to defeat hardware that depends on passing
4057 certain characters from end to end (such as XON/XOFF etc).
4058 .Pp
4059 For the XON/XOFF scenario, use
4060 .Dq set accmap 000a0000 .
4061 .It set Op auth Ns Xo
4062 .No key Ar value
4063 .Xc
4064 This sets the authentication key (or password) used in client mode
4065 PAP or CHAP negotiation to the given value.
4066 It also specifies the
4067 password to be used in the dial or login scripts in place of the
4068 .Sq \eP
4069 sequence, preventing the actual password from being logged.
4070 If
4071 .Ar command
4072 or
4073 .Ar chat
4074 logging is in effect,
4075 .Ar value
4076 is logged as
4077 .Sq ********
4078 for security reasons.
4079 .Pp
4080 If the first character of
4081 .Ar value
4082 is an exclamation mark
4083 .Pq Dq !\& ,
4084 .Nm
4085 treats the remainder of the string as a program that must be executed
4086 to determine the
4087 .Dq authname
4088 and
4089 .Dq authkey
4090 values.
4091 .Pp
4092 If the
4093 .Dq !\&
4094 is doubled up
4095 (to
4096 .Dq !! ) ,
4097 it is treated as a single literal
4098 .Dq !\& ,
4099 otherwise, ignoring the
4100 .Dq !\& ,
4101 .Ar value
4102 is parsed as a program to execute in the same was as the
4103 .Dq !bg
4104 command above, substituting special names in the same manner.
4105 Once executed,
4106 .Nm
4107 will feed the program three lines of input, each terminated by a newline
4108 character:
4109 .Bl -bullet
4110 .It
4111 The host name as sent in the CHAP challenge.
4112 .It
4113 The challenge string as sent in the CHAP challenge.
4114 .It
4115 The locally defined
4116 .Dq authname .
4117 .El
4118 .Pp
4119 Two lines of output are expected:
4120 .Bl -bullet
4121 .It
4122 The
4123 .Dq authname
4124 to be sent with the CHAP response.
4125 .It
4126 The
4127 .Dq authkey ,
4128 which is encrypted with the challenge and request id, the answer being sent
4129 in the CHAP response packet.
4130 .El
4131 .Pp
4132 When configuring
4133 .Nm
4134 in this manner, it's expected that the host challenge is a series of ASCII
4135 digits or characters.
4136 An encryption device or Secure ID card is usually
4137 required to calculate the secret appropriate for the given challenge.
4138 .It set authname Ar id
4139 This sets the authentication id used in client mode PAP or CHAP negotiation.
4140 .Pp
4141 If used in
4142 .Fl direct
4143 mode with CHAP enabled,
4144 .Ar id
4145 is used in the initial authentication challenge and should normally be set to
4146 the local machine name.
4147 .It set autoload Xo
4148 .Ar min-percent max-percent period
4149 .Xc
4150 These settings apply only in multi-link mode and default to zero, zero and
4151 five respectively.
4152 When more than one
4153 .Ar demand-dial
4154 (also known as
4155 .Fl auto )
4156 mode link is available, only the first link is made active when
4157 .Nm
4158 first reads data from the tun device.
4159 The next
4160 .Ar demand-dial
4161 link will be opened only when the current bundle throughput is at least
4162 .Ar max-percent
4163 percent of the total bundle bandwidth for
4164 .Ar period
4165 seconds.
4166 When the current bundle throughput decreases to
4167 .Ar min-percent
4168 percent or less of the total bundle bandwidth for
4169 .Ar period
4170 seconds, a
4171 .Ar demand-dial
4172 link will be brought down as long as it's not the last active link.
4173 .Pp
4174 Bundle throughput is measured as the maximum of inbound and outbound
4175 traffic.
4176 .Pp
4177 The default values cause
4178 .Ar demand-dial
4179 links to simply come up one at a time.
4180 .Pp
4181 Certain devices cannot determine their physical bandwidth, so it
4182 is sometimes necessary to use the
4183 .Dq set bandwidth
4184 command (described below) to make
4185 .Dq set autoload
4186 work correctly.
4187 .It set bandwidth Ar value
4188 This command sets the connection bandwidth in bits per second.
4189 .Ar value
4190 must be greater than zero.
4191 It is currently only used by the
4192 .Dq set autoload
4193 command above.
4194 .It set callback Ar option Ns No ...
4195 If no arguments are given, callback is disabled, otherwise,
4196 .Nm
4197 will request (or in
4198 .Fl direct
4199 mode, will accept) one of the given
4200 .Ar option Ns No s .
4201 In client mode, if an
4202 .Ar option
4203 is NAK'd
4204 .Nm
4205 will request a different
4206 .Ar option ,
4207 until no options remain at which point
4208 .Nm
4209 will terminate negotiations (unless
4210 .Dq none
4211 is one of the specified
4212 .Ar option ) .
4213 In server mode,
4214 .Nm
4215 will accept any of the given protocols - but the client
4216 .Em must
4217 request one of them.
4218 If you wish callback to be optional, you must {include}
4219 .Ar none
4220 as an option.
4221 .Pp
4222 The
4223 .Ar option Ns No s
4224 are as follows (in this order of preference):
4225 .Bl -tag -width Ds
4226 .It auth
4227 The callee is expected to decide the callback number based on
4228 authentication.
4229 If
4230 .Nm
4231 is the callee, the number should be specified as the fifth field of
4232 the peers entry in
4233 .Pa /etc/ppp/ppp.secret .
4234 .It cbcp
4235 Microsoft's callback control protocol is used.
4236 See
4237 .Dq set cbcp
4238 below.
4239 .Pp
4240 If you wish to negotiate
4241 .Ar cbcp
4242 in client mode but also wish to allow the server to request no callback at
4243 CBCP negotiation time, you must specify both
4244 .Ar cbcp
4245 and
4246 .Ar none
4247 as callback options.
4248 .It E.164 *| Ns Xo
4249 .Ar number Ns Op , Ns Ar number Ns
4250 .No ...
4251 .Xc
4252 The caller specifies the
4253 .Ar number .
4254 If
4255 .Nm
4256 is the callee,
4257 .Ar number
4258 should be either a comma separated list of allowable numbers or a
4259 .Dq \&* ,
4260 meaning any number is permitted.
4261 If
4262 .Nm
4263 is the caller, only a single number should be specified.
4264 .Pp
4265 Note, this option is very unsafe when used with a
4266 .Dq \&*
4267 as a malicious caller can tell
4268 .Nm
4269 to call any (possibly international) number without first authenticating
4270 themselves.
4271 .It none
4272 If the peer does not wish to do callback at all,
4273 .Nm
4274 will accept the fact and continue without callback rather than terminating
4275 the connection.
4276 This is required (in addition to one or more other callback
4277 options) if you wish callback to be optional.
4278 .El
4279 .Pp
4280 .It set cbcp Oo
4281 .No *| Ns Ar number Ns Oo
4282 .No , Ns Ar number Ns ...\& Oc
4283 .Op Ar delay Op Ar retry
4284 .Oc
4285 If no arguments are given, CBCP (Microsoft's CallBack Control Protocol)
4286 is disabled - ie, configuring CBCP in the
4287 .Dq set callback
4288 command will result in
4289 .Nm
4290 requesting no callback in the CBCP phase.
4291 Otherwise,
4292 .Nm
4293 attempts to use the given phone
4294 .Ar number Ns No (s).
4295 .Pp
4296 In server mode
4297 .Pq Fl direct ,
4298 .Nm
4299 will insist that the client uses one of these numbers, unless
4300 .Dq \&*
4301 is used in which case the client is expected to specify the number.
4302 .Pp
4303 In client mode,
4304 .Nm
4305 will attempt to use one of the given numbers (whichever it finds to
4306 be agreeable with the peer), or if
4307 .Dq \&*
4308 is specified,
4309 .Nm
4310 will expect the peer to specify the number.
4311 .It set cd Oo
4312 .No off| Ns Ar seconds Ns Op !\&
4313 .Oc
4314 Normally,
4315 .Nm
4316 checks for the existence of carrier depending on the type of device
4317 that has been opened:
4318 .Bl -tag -width XXX -offset XXX
4319 .It Terminal Devices
4320 Carrier is checked one second after the login script is complete.
4321 If it's not set,
4322 .Nm
4323 assumes that this is because the device doesn't support carrier (which
4324 is true for most
4325 .Dq laplink
4326 NULL-modem cables), logs the fact and stops checking
4327 for carrier.
4328 .Pp
4329 As ptys don't support the
4330 .Dv TIOCMGET
4331 ioctl, the tty device will switch all
4332 carrier detection off when it detects that the device is a pty.
4333 .It ISDN (i4b) Devices
4334 Carrier is checked once per second for 6 seconds.
4335 If it's not set after
4336 the sixth second, the connection attempt is considered to have failed and
4337 the device is closed.
4338 Carrier is always required for i4b devices.
4339 .It PPPoE (netgraph) Devices
4340 Carrier is checked once per second for 5 seconds.
4341 If it's not set after
4342 the fifth second, the connection attempt is considered to have failed and
4343 the device is closed.
4344 Carrier is always required for PPPoE devices.
4345 .El
4346 .Pp
4347 All other device types don't support carrier.
4348 Setting a carrier value will
4349 result in a warning when the device is opened.
4350 .Pp
4351 Some modems take more than one second after connecting to assert the carrier
4352 signal.
4353 If this delay isn't increased, this will result in
4354 .Nm Ns No 's
4355 inability to detect when the link is dropped, as
4356 .Nm
4357 assumes that the device isn't asserting carrier.
4358 .Pp
4359 The
4360 .Dq set cd
4361 command overrides the default carrier behaviour.
4362 .Ar seconds
4363 specifies the maximum number of seconds that
4364 .Nm
4365 should wait after the dial script has finished before deciding if
4366 carrier is available or not.
4367 .Pp
4368 If
4369 .Dq off
4370 is specified,
4371 .Nm
4372 will not check for carrier on the device, otherwise
4373 .Nm
4374 will not proceed to the login script until either carrier is detected
4375 or until
4376 .Ar seconds
4377 has elapsed, at which point
4378 .Nm
4379 assumes that the device will not set carrier.
4380 .Pp
4381 If no arguments are given, carrier settings will go back to their default
4382 values.
4383 .Pp
4384 If
4385 .Ar seconds
4386 is followed immediately by an exclamation mark
4387 .Pq Dq !\& ,
4388 .Nm
4389 will
4390 .Em require
4391 carrier.
4392 If carrier is not detected after
4393 .Ar seconds
4394 seconds, the link will be disconnected.
4395 .It set choked Op Ar timeout
4396 This sets the number of seconds that
4397 .Nm
4398 will keep a choked output queue before dropping all pending output packets.
4399 If
4400 .Ar timeout
4401 is less than or equal to zero or if
4402 .Ar timeout
4403 isn't specified, it is set to the default value of
4404 .Em 120 seconds .
4405 .Pp
4406 A choked output queue occurs when
4407 .Nm
4408 has read a certain number of packets from the local network for transmission,
4409 but cannot send the data due to link failure (the peer is busy etc.).
4410 .Nm
4411 will not read packets indefinitely.
4412 Instead, it reads up to
4413 .Em 30
4414 packets (or
4415 .Em 30 No +
4416 .Em nlinks No *
4417 .Em 2
4418 packets in multi-link mode), then stops reading the network interface
4419 until either
4420 .Ar timeout
4421 seconds have passed or at least one packet has been sent.
4422 .Pp
4423 If
4424 .Ar timeout
4425 seconds pass, all pending output packets are dropped.
4426 .It set ctsrts|crtscts on|off
4427 This sets hardware flow control.
4428 Hardware flow control is
4429 .Ar on
4430 by default.
4431 .It set deflate Ar out-winsize Op Ar in-winsize
4432 This sets the DEFLATE algorithms default outgoing and incoming window
4433 sizes.
4434 Both
4435 .Ar out-winsize
4436 and
4437 .Ar in-winsize
4438 must be values between
4439 .Em 8
4440 and
4441 .Em 15 .
4442 If
4443 .Ar in-winsize
4444 is specified,
4445 .Nm
4446 will insist that this window size is used and will not accept any other
4447 values from the peer.
4448 .It set dns Op Ar primary Op Ar secondary
4449 This command specifies DNS overrides for the
4450 .Dq accept dns
4451 command.
4452 Refer to the
4453 .Dq accept
4454 command description above for details.
4455 This command does not affect the IP numbers requested using
4456 .Dq enable dns .
4457 .It set device|line Xo
4458 .Ar value Ns No ...
4459 .Xc
4460 This sets the device(s) to which
4461 .Nm
4462 will talk to the given
4463 .Dq value .
4464 .Pp
4465 All ISDN and serial device names are expected to begin with
4466 .Pa /dev/ .
4467 ISDN devices are usually called
4468 .Pa i4brbchX
4469 and serial devices are usually called
4470 .Pa cuaXX .
4471 .Pp
4472 If
4473 .Dq value
4474 does not begin with
4475 .Pa /dev/ ,
4476 it must either begin with an exclamation mark
4477 .Pq Dq !\& ,
4478 be of the format
4479 .No PPPoE: Ns Ar iface Ns Xo
4480 .Op \&: Ns Ar provider Ns
4481 .Xc
4482 (on
4483 .Xr netgraph 4
4484 enabled systems), or be of the format
4485 .Sm off
4486 .Ar host : port Op /tcp|udp .
4487 .Sm on
4488 .Pp
4489 If it begins with an exclamation mark, the rest of the device name is
4490 treated as a program name, and that program is executed when the device
4491 is opened.
4492 Standard input, output and error are fed back to
4493 .Nm
4494 and are read and written as if they were a regular device.
4495 .Pp
4496 If a
4497 .No PPPoE: Ns Ar iface Ns Xo
4498 .Op \&: Ns Ar provider Ns
4499 .Xc
4500 specification is given,
4501 .Nm
4502 will attempt to create a
4503 .Em PPP
4504 over Ethernet connection using the given
4505 .Ar iface
4506 interface by using
4507 .Xr netgraph 4 .
4508 If
4509 .Xr netgraph 4
4510 is not available,
4511 .Nm
4512 will attempt to load it using
4513 .Xr kldload 2 .
4514 If this fails, an external program must be used such as the
4515 .Xr pppoe 8
4516 program available under
4517 .Ox .
4518 The given
4519 .Ar provider
4520 is passed as the service name in the PPPoE Discovery Initiation (PADI)
4521 packet.
4522 If no provider is given, an empty value will be used.
4523 .Pp
4524 When a PPPoE connection is established,
4525 .Nm
4526 will place the name of the Access Concentrator in the environment variable
4527 .Ev ACNAME .
4528 .Pp
4529 Refer to
4530 .Xr netgraph 4
4531 and
4532 .Xr ng_pppoe 4
4533 for further details.
4534 .Pp
4535 If a
4536 .Ar host Ns No : Ns Ar port Ns Oo
4537 .No /tcp|udp
4538 .Oc
4539 specification is given,
4540 .Nm
4541 will attempt to connect to the given
4542 .Ar host
4543 on the given
4544 .Ar port .
4545 If a
4546 .Dq /tcp
4547 or
4548 .Dq /udp
4549 suffix is not provided, the default is
4550 .Dq /tcp .
4551 Refer to the section on
4552 .Em PPP OVER TCP and UDP
4553 above for further details.
4554 .Pp
4555 If multiple
4556 .Dq values
4557 are specified,
4558 .Nm
4559 will attempt to open each one in turn until it succeeds or runs out of
4560 devices.
4561 .It set dial Ar chat-script
4562 This specifies the chat script that will be used to dial the other
4563 side.
4564 See also the
4565 .Dq set login
4566 command below.
4567 Refer to
4568 .Xr chat 8
4569 and to the example configuration files for details of the chat script
4570 format.
4571 It is possible to specify some special
4572 .Sq values
4573 in your chat script as follows:
4574 .Bl -tag -width 2n
4575 .It Li \ec
4576 When used as the last character in a
4577 .Sq send
4578 string, this indicates that a newline should not be appended.
4579 .It Li \ed
4580 When the chat script encounters this sequence, it delays two seconds.
4581 .It Li \ep
4582 When the chat script encounters this sequence, it delays for one quarter of
4583 a second.
4584 .It Li \en
4585 This is replaced with a newline character.
4586 .It Li \er
4587 This is replaced with a carriage return character.
4588 .It Li \es
4589 This is replaced with a space character.
4590 .It Li \et
4591 This is replaced with a tab character.
4592 .It Li \eT
4593 This is replaced by the current phone number (see
4594 .Dq set phone
4595 below).
4596 .It Li \eP
4597 This is replaced by the current
4598 .Ar authkey
4599 value (see
4600 .Dq set authkey
4601 above).
4602 .It Li \eU
4603 This is replaced by the current
4604 .Ar authname
4605 value (see
4606 .Dq set authname
4607 above).
4608 .El
4609 .Pp
4610 Note that two parsers will examine these escape sequences, so in order to
4611 have the
4612 .Sq chat parser
4613 see the escape character, it is necessary to escape it from the
4614 .Sq command parser .
4615 This means that in practice you should use two escapes, for example:
4616 .Bd -literal -offset indent
4617 set dial "... ATDT\\\\T CONNECT"
4618 .Ed
4619 .Pp
4620 It is also possible to execute external commands from the chat script.
4621 To do this, the first character of the expect or send string is an
4622 exclamation mark
4623 .Pq Dq !\& .
4624 If a literal exclamation mark is required, double it up to
4625 .Dq !!\&
4626 and it will be treated as a single literal
4627 .Dq !\& .
4628 When the command is executed, standard input and standard output are
4629 directed to the open device (see the
4630 .Dq set device
4631 command), and standard error is read by
4632 .Nm
4633 and substituted as the expect or send string.
4634 If
4635 .Nm
4636 is running in interactive mode, file descriptor 3 is attached to
4637 .Pa /dev/tty .
4638 .Pp
4639 For example (wrapped for readability):
4640 .Bd -literal -offset indent
4641 set login "TIMEOUT 5 \\"\\" \\"\\" login:--login: ppp \e
4642 word: ppp \\"!sh \\\\-c \\\\\\"echo \\\\-n label: >&2\\\\\\"\\" \e
4643 \\"!/bin/echo in\\" HELLO"
4644 .Ed
4645 .Pp
4646 would result in the following chat sequence (output using the
4647 .Sq set log local chat
4648 command before dialing):
4649 .Bd -literal -offset indent
4650 Dial attempt 1 of 1
4651 dial OK!
4652 Chat: Expecting:
4653 Chat: Sending:
4654 Chat: Expecting: login:--login:
4655 Chat: Wait for (5): login:
4656 Chat: Sending: ppp
4657 Chat: Expecting: word:
4658 Chat: Wait for (5): word:
4659 Chat: Sending: ppp
4660 Chat: Expecting: !sh \\-c "echo \\-n label: >&2"
4661 Chat: Exec: sh -c "echo -n label: >&2"
4662 Chat: Wait for (5): !sh \\-c "echo \\-n label: >&2" --> label:
4663 Chat: Exec: /bin/echo in
4664 Chat: Sending:
4665 Chat: Expecting: HELLO
4666 Chat: Wait for (5): HELLO
4667 login OK!
4668 .Ed
4669 .Pp
4670 Note (again) the use of the escape character, allowing many levels of
4671 nesting.
4672 Here, there are four parsers at work.
4673 The first parses the original line, reading it as three arguments.
4674 The second parses the third argument, reading it as 11 arguments.
4675 At this point, it is
4676 important that the
4677 .Dq \&-
4678 signs are escaped, otherwise this parser will see them as constituting
4679 an expect-send-expect sequence.
4680 When the
4681 .Dq !\&
4682 character is seen, the execution parser reads the first command as three
4683 arguments, and then
4684 .Xr sh 1
4685 itself expands the argument after the
4686 .Fl c .
4687 As we wish to send the output back to the modem, in the first example
4688 we redirect our output to file descriptor 2 (stderr) so that
4689 .Nm
4690 itself sends and logs it, and in the second example, we just output to stdout,
4691 which is attached directly to the modem.
4692 .Pp
4693 This, of course means that it is possible to execute an entirely external
4694 .Dq chat
4695 command rather than using the internal one.
4696 See
4697 .Xr chat 8
4698 for a good alternative.
4699 .Pp
4700 The external command that is executed is subjected to the same special
4701 word expansions as the
4702 .Dq !bg
4703 command.
4704 .It set enddisc Op label|IP|MAC|magic|psn value
4705 This command sets our local endpoint discriminator.
4706 If set prior to LCP negotiation, and if no
4707 .Dq disable enddisc
4708 command has been used,
4709 .Nm
4710 will send the information to the peer using the LCP endpoint discriminator
4711 option.
4712 The following discriminators may be set:
4713 .Bl -tag -width indent
4714 .It Li label
4715 The current label is used.
4716 .It Li IP
4717 Our local IP number is used.
4718 As LCP is negotiated prior to IPCP, it is
4719 possible that the IPCP layer will subsequently change this value.
4720 If
4721 it does, the endpoint discriminator stays at the old value unless manually
4722 reset.
4723 .It Li MAC
4724 This is similar to the
4725 .Ar IP
4726 option above, except that the MAC address associated with the local IP
4727 number is used.
4728 If the local IP number is not resident on any Ethernet
4729 interface, the command will fail.
4730 .Pp
4731 As the local IP number defaults to whatever the machine host name is,
4732 .Dq set enddisc mac
4733 is usually done prior to any
4734 .Dq set ifaddr
4735 commands.
4736 .It Li magic
4737 A 20 digit random number is used.
4738 Care should be taken when using magic numbers as restarting
4739 .Nm
4740 or creating a link using a different
4741 .Nm
4742 invocation will also use a different magic number and will therefore not
4743 be recognised by the peer as belonging to the same bundle.
4744 This makes it unsuitable for
4745 .Fl direct
4746 connections.
4747 .It Li psn Ar value
4748 The given
4749 .Ar value
4750 is used.
4751 .Ar Value
4752 should be set to an absolute public switched network number with the
4753 country code first.
4754 .El
4755 .Pp
4756 If no arguments are given, the endpoint discriminator is reset.
4757 .It set escape Ar value...
4758 This option is similar to the
4759 .Dq set accmap
4760 option above.
4761 It allows the user to specify a set of characters that will be
4762 .Sq escaped
4763 as they travel across the link.
4764 .It set filter dial|alive|in|out Ar rule-no Xo
4765 .No permit|deny|clear| Ns Ar rule-no
4766 .Op !\&
4767 .Oo Op host
4768 .Ar src_addr Ns Op / Ns Ar width
4769 .Op Ar dst_addr Ns Op / Ns Ar width
4770 .Oc [ Ns Ar proto
4771 .Op src lt|eq|gt Ar port
4772 .Op dst lt|eq|gt Ar port
4773 .Op estab
4774 .Op syn
4775 .Op finrst
4776 .Op timeout Ar secs ]
4777 .Xc
4778 .Nm
4779 supports four filter sets.
4780 The
4781 .Em alive
4782 filter specifies packets that keep the connection alive - resetting the
4783 idle timer.
4784 The
4785 .Em dial
4786 filter specifies packets that cause
4787 .Nm
4788 to dial when in
4789 .Fl auto
4790 mode.
4791 The
4792 .Em in
4793 filter specifies packets that are allowed to travel
4794 into the machine and the
4795 .Em out
4796 filter specifies packets that are allowed out of the machine.
4797 .Pp
4798 Filtering is done prior to any IP alterations that might be done by the
4799 NAT engine on outgoing packets and after any IP alterations that might
4800 be done by the NAT engine on incoming packets.
4801 By default all empty filter sets allow all packets to pass.
4802 Rules are processed in order according to
4803 .Ar rule-no
4804 (unless skipped by specifying a rule number as the
4805 .Ar action ) .
4806 Up to 40 rules may be given for each set.
4807 If a packet doesn't match
4808 any of the rules in a given set, it is discarded.
4809 In the case of
4810 .Em in
4811 and
4812 .Em out
4813 filters, this means that the packet is dropped.
4814 In the case of
4815 .Em alive
4816 filters it means that the packet will not reset the idle timer (even if
4817 the
4818 .Ar in Ns No / Ns Ar out
4819 filter has a
4820 .Dq timeout
4821 value) and in the case of
4822 .Em dial
4823 filters it means that the packet will not trigger a dial.
4824 A packet failing to trigger a dial will be dropped rather than queued.
4825 Refer to the
4826 section on
4827 .Sx PACKET FILTERING
4828 above for further details.
4829 .It set hangup Ar chat-script
4830 This specifies the chat script that will be used to reset the device
4831 before it is closed.
4832 It should not normally be necessary, but can
4833 be used for devices that fail to reset themselves properly on close.
4834 .It set help|? Op Ar command
4835 This command gives a summary of available set commands, or if
4836 .Ar command
4837 is specified, the command usage is shown.
4838 .It set ifaddr Oo Ar myaddr Ns
4839 .Op / Ns Ar \&nn
4840 .Oo Ar hisaddr Ns Op / Ns Ar \&nn
4841 .Oo Ar netmask
4842 .Op Ar triggeraddr
4843 .Oc Oc
4844 .Oc
4845 This command specifies the IP addresses that will be used during
4846 IPCP negotiation.
4847 Addresses are specified using the format
4848 .Pp
4849 .Dl a.b.c.d/nn
4850 .Pp
4851 Where
4852 .Dq a.b.c.d
4853 is the preferred IP, but
4854 .Ar nn
4855 specifies how many bits of the address we will insist on.
4856 If
4857 .No / Ns Ar nn
4858 is omitted, it defaults to
4859 .Dq /32
4860 unless the IP address is 0.0.0.0 in which case it defaults to
4861 .Dq /0 .
4862 .Pp
4863 If you wish to assign a dynamic IP number to the peer,
4864 .Ar hisaddr
4865 may also be specified as a range of IP numbers in the format
4866 .Bd -ragged -offset indent
4867 .Ar \&IP Ns Oo \&- Ns Ar \&IP Ns Xo
4868 .Oc Ns Oo , Ns Ar \&IP Ns
4869 .Op \&- Ns Ar \&IP Ns
4870 .Oc Ns ...
4871 .Xc
4872 .Ed
4873 .Pp
4874 for example:
4875 .Pp
4876 .Dl set ifaddr 10.0.0.1 10.0.1.2-10.0.1.10,10.0.1.20
4877 .Pp
4878 will only negotiate
4879 .Dq 10.0.0.1
4880 as the local IP number, but may assign any of the given 10 IP
4881 numbers to the peer.
4882 If the peer requests one of these numbers,
4883 and that number is not already in use,
4884 .Nm
4885 will grant the peers request.
4886 This is useful if the peer wants
4887 to re-establish a link using the same IP number as was previously
4888 allocated (thus maintaining any existing tcp or udp connections).
4889 .Pp
4890 If the peer requests an IP number that's either outside
4891 of this range or is already in use,
4892 .Nm
4893 will suggest a random unused IP number from the range.
4894 .Pp
4895 If
4896 .Ar triggeraddr
4897 is specified, it is used in place of
4898 .Ar myaddr
4899 in the initial IPCP negotiation.
4900 However, only an address in the
4901 .Ar myaddr
4902 range will be accepted.
4903 This is useful when negotiating with some
4904 .Dv PPP
4905 implementations that will not assign an IP number unless their peer
4906 requests
4907 .Dq 0.0.0.0 .
4908 .Pp
4909 It should be noted that in
4910 .Fl auto
4911 mode,
4912 .Nm
4913 will configure the interface immediately upon reading the
4914 .Dq set ifaddr
4915 line in the config file.
4916 In any other mode, these values are just
4917 used for IPCP negotiations, and the interface isn't configured
4918 until the IPCP layer is up.
4919 .Pp
4920 Note that the
4921 .Ar HISADDR
4922 argument may be overridden by the third field in the
4923 .Pa ppp.secret
4924 file once the client has authenticated itself
4925 (if PAP or CHAP are
4926 .Dq enabled ) .
4927 Refer to the
4928 .Sx AUTHENTICATING INCOMING CONNECTIONS
4929 section for details.
4930 .Pp
4931 In all cases, if the interface is already configured,
4932 .Nm
4933 will try to maintain the interface IP numbers so that any existing
4934 bound sockets will remain valid.
4935 .It set ifqueue Ar packets
4936 Set the maximum number of packets that
4937 .Nm
4938 will read from the tunnel interface while data cannot be sent to any of
4939 the available links.
4940 This queue limit is necessary to flow control outgoing data as the tunnel
4941 interface is likely to be far faster than the combined links available to
4942 .Nm .
4943 .Pp
4944 If
4945 .Ar packets
4946 is set to a value less than the number of links,
4947 .Nm
4948 will read up to that value regardless.
4949 This prevents any possible latency problems.
4950 .Pp
4951 The default value for
4952 .Ar packets
4953 is
4954 .Dq 30 .
4955 .It set ccpretry|ccpretries Oo Ar timeout
4956 .Op Ar reqtries Op Ar trmtries
4957 .Oc
4958 .It set chapretry|chapretries Oo Ar timeout
4959 .Op Ar reqtries
4960 .Oc
4961 .It set ipcpretry|ipcpretries Oo Ar timeout
4962 .Op Ar reqtries Op Ar trmtries
4963 .Oc
4964 .It set ipv6cpretry|ipv6cpretries Oo Ar timeout
4965 .Op Ar reqtries Op Ar trmtries
4966 .Oc
4967 .It set lcpretry|lcpretries Oo Ar timeout
4968 .Op Ar reqtries Op Ar trmtries
4969 .Oc
4970 .It set papretry|papretries Oo Ar timeout
4971 .Op Ar reqtries
4972 .Oc
4973 These commands set the number of seconds that
4974 .Nm
4975 will wait before resending Finite State Machine (FSM) Request packets.
4976 The default
4977 .Ar timeout
4978 for all FSMs is 3 seconds (which should suffice in most cases).
4979 .Pp
4980 If
4981 .Ar reqtries
4982 is specified, it tells
4983 .Nm
4984 how many configuration request attempts it should make while receiving
4985 no reply from the peer before giving up.
4986 The default is 5 attempts for
4987 CCP, LCP and IPCP and 3 attempts for PAP and CHAP.
4988 .Pp
4989 If
4990 .Ar trmtries
4991 is specified, it tells
4992 .Nm
4993 how many terminate requests should be sent before giving up waiting for the
4994 peers response.
4995 The default is 3 attempts.
4996 Authentication protocols are
4997 not terminated and it is therefore invalid to specify
4998 .Ar trmtries
4999 for PAP or CHAP.
5000 .Pp
5001 In order to avoid negotiations with the peer that will never converge,
5002 .Nm
5003 will only send at most 3 times the configured number of
5004 .Ar reqtries
5005 in any given negotiation session before giving up and closing that layer.
5006 .It set log Xo
5007 .Op local
5008 .Op +|- Ns
5009 .Ar value Ns No ...
5010 .Xc
5011 This command allows the adjustment of the current log level.
5012 Refer to the Logging Facility section for further details.
5013 .It set login Ar chat-script
5014 This
5015 .Ar chat-script
5016 complements the dial-script.
5017 If both are specified, the login
5018 script will be executed after the dial script.
5019 Escape sequences available in the dial script are also available here.
5020 .It set logout Ar chat-script
5021 This specifies the chat script that will be used to logout
5022 before the hangup script is called.
5023 It should not normally be necessary.
5024 .It set lqrperiod Ar frequency
5025 This command sets the
5026 .Ar frequency
5027 in seconds at which
5028 .Em LQR
5029 or
5030 .Em ECHO LQR
5031 packets are sent.
5032 The default is 30 seconds.
5033 You must also use the
5034 .Dq enable lqr
5035 command if you wish to send LQR requests to the peer.
5036 .It set mode Ar interactive|auto|ddial|background
5037 This command allows you to change the
5038 .Sq mode
5039 of the specified link.
5040 This is normally only useful in multi-link mode,
5041 but may also be used in uni-link mode.
5042 .Pp
5043 It is not possible to change a link that is
5044 .Sq direct
5045 or
5046 .Sq dedicated .
5047 .Pp
5048 Note: If you issue the command
5049 .Dq set mode auto ,
5050 and have network address translation enabled, it may be useful to
5051 .Dq enable iface-alias
5052 afterwards.
5053 This will allow
5054 .Nm
5055 to do the necessary address translations to enable the process that
5056 triggers the connection to connect once the link is up despite the
5057 peer assigning us a new (dynamic) IP address.
5058 .It set mppe Op 40|56|128|* Op stateless|stateful|*
5059 This option selects the encryption parameters used when negotiation
5060 MPPE.
5061 MPPE can be disabled entirely with the
5062 .Dq disable mppe
5063 command.
5064 If no arguments are given,
5065 .Nm
5066 will attempt to negotiate a stateful link with a 128 bit key, but
5067 will agree to whatever the peer requests (including no encryption
5068 at all).
5069 .Pp
5070 If any arguments are given,
5071 .Nm
5072 will
5073 .Em insist
5074 on using MPPE and will close the link if it's rejected by the peer (Note;
5075 this behaviour can be overridden by a configured RADIUS server).
5076 .Pp
5077 The first argument specifies the number of bits that
5078 .Nm
5079 should insist on during negotiations and the second specifies whether
5080 .Nm
5081 should insist on stateful or stateless mode.
5082 In stateless mode, the
5083 encryption dictionary is re-initialised with every packet according to
5084 an encryption key that is changed with every packet.
5085 In stateful mode,
5086 the encryption dictionary is re-initialised every 256 packets or after
5087 the loss of any data and the key is changed every 256 packets.
5088 Stateless mode is less efficient but is better for unreliable transport
5089 layers.
5090 .It set mrru Op Ar value
5091 Setting this option enables Multi-link PPP negotiations, also known as
5092 Multi-link Protocol or MP.
5093 There is no default MRRU (Maximum Reconstructed Receive Unit) value.
5094 If no argument is given, multi-link mode is disabled.
5095 .It set mru Xo
5096 .Op max Ns Op imum
5097 .Op Ar value
5098 .Xc
5099 The default MRU (Maximum Receive Unit) is 1500.
5100 If it is increased, the other side *may* increase its MTU.
5101 In theory there is no point in decreasing the MRU to below the default as the
5102 .Em PPP
5103 protocol says implementations *must* be able to accept packets of at
5104 least 1500 octets.
5105 .Pp
5106 If the
5107 .Dq maximum
5108 keyword is used,
5109 .Nm
5110 will refuse to negotiate a higher value.
5111 The maximum MRU can be set to 2048 at most.
5112 Setting a maximum of less than 1500 violates the
5113 .Em PPP
5114 rfc, but may sometimes be necessary.
5115 For example,
5116 .Em PPPoE
5117 imposes a maximum of 1492 due to hardware limitations.
5118 .Pp
5119 If no argument is given, 1500 is assumed.
5120 A value must be given when
5121 .Dq maximum
5122 is specified.
5123 .It set mtu Xo
5124 .Op max Ns Op imum
5125 .Op Ar value
5126 .Xc
5127 The default MTU is 1500.
5128 At negotiation time,
5129 .Nm
5130 will accept whatever MRU the peer requests (assuming it's
5131 not less than 296 bytes or greater than the assigned maximum).
5132 If the MTU is set,
5133 .Nm
5134 will not accept MRU values less than
5135 .Ar value .
5136 When negotiations are complete, the MTU is used when writing to the
5137 interface, even if the peer requested a higher value MRU.
5138 This can be useful for
5139 limiting your packet size (giving better bandwidth sharing at the expense
5140 of more header data).
5141 .Pp
5142 If the
5143 .Dq maximum
5144 keyword is used,
5145 .Nm
5146 will refuse to negotiate a higher value.
5147 The maximum MTU can be set to 2048 at most.
5148 .Pp
5149 If no
5150 .Ar value
5151 is given, 1500, or whatever the peer asks for is used.
5152 A value must be given when
5153 .Dq maximum
5154 is specified.
5155 .It set nbns Op Ar x.x.x.x Op Ar y.y.y.y
5156 This option allows the setting of the Microsoft NetBIOS name server
5157 values to be returned at the peers request.
5158 If no values are given,
5159 .Nm
5160 will reject any such requests.
5161 .It set openmode active|passive Op Ar delay
5162 By default,
5163 .Ar openmode
5164 is always
5165 .Ar active
5166 with a one second
5167 .Ar delay .
5168 That is,
5169 .Nm
5170 will always initiate LCP/IPCP/CCP negotiation one second after the line
5171 comes up.
5172 If you want to wait for the peer to initiate negotiations, you
5173 can use the value
5174 .Ar passive .
5175 If you want to initiate negotiations immediately or after more than one
5176 second, the appropriate
5177 .Ar delay
5178 may be specified here in seconds.
5179 .It set parity odd|even|none|mark
5180 This allows the line parity to be set.
5181 The default value is
5182 .Ar none .
5183 .It set phone Ar telno Ns Xo
5184 .Oo \&| Ns Ar backupnumber
5185 .Oc Ns ... Ns Oo : Ns Ar nextnumber
5186 .Oc Ns ...
5187 .Xc
5188 This allows the specification of the phone number to be used in
5189 place of the \\\\T string in the dial and login chat scripts.
5190 Multiple phone numbers may be given separated either by a pipe
5191 .Pq Dq \&|
5192 or a colon
5193 .Pq Dq \&: .
5194 .Pp
5195 Numbers after the pipe are only dialed if the dial or login
5196 script for the previous number failed.
5197 .Pp
5198 Numbers after the colon are tried sequentially, irrespective of
5199 the reason the line was dropped.
5200 .Pp
5201 If multiple numbers are given,
5202 .Nm
5203 will dial them according to these rules until a connection is made, retrying
5204 the maximum number of times specified by
5205 .Dq set redial
5206 below.
5207 In
5208 .Fl background
5209 mode, each number is attempted at most once.
5210 .It set Op proc Ns Xo
5211 .No title Op Ar value
5212 .Xc
5213 The current process title as displayed by
5214 .Xr ps 1
5215 is changed according to
5216 .Ar value .
5217 If
5218 .Ar value
5219 is not specified, the original process title is restored.
5220 All the
5221 word replacements done by the shell commands (see the
5222 .Dq bg
5223 command above) are done here too.
5224 .Pp
5225 Note, if USER is required in the process title, the
5226 .Dq set proctitle
5227 command must appear in
5228 .Pa ppp.linkup ,
5229 as it is not known when the commands in
5230 .Pa ppp.conf
5231 are executed.
5232 .It set radius Op Ar config-file
5233 This command enables RADIUS support (if it's compiled in).
5234 .Ar config-file
5235 refers to the radius client configuration file as described in
5236 .Xr radius.conf 5 .
5237 If PAP, CHAP, MSCHAP or MSCHAPv2 are
5238 .Dq enable Ns No d ,
5239 .Nm
5240 behaves as a
5241 .Em \&N Ns No etwork
5242 .Em \&A Ns No ccess
5243 .Em \&S Ns No erver
5244 and uses the configured RADIUS server to authenticate rather than
5245 authenticating from the
5246 .Pa ppp.secret
5247 file or from the passwd database.
5248 .Pp
5249 If none of PAP, CHAP, MSCHAP or MSCHAPv2 are enabled,
5250 .Dq set radius
5251 will do nothing.
5252 .Pp
5253 .Nm
5254 uses the following attributes from the RADIUS reply:
5255 .Bl -tag -width XXX -offset XXX
5256 .It RAD_FRAMED_IP_ADDRESS
5257 The peer IP address is set to the given value.
5258 .It RAD_FRAMED_IP_NETMASK
5259 The tun interface netmask is set to the given value.
5260 .It RAD_FRAMED_MTU
5261 If the given MTU is less than the peers MRU as agreed during LCP
5262 negotiation, *and* it is less that any configured MTU (see the
5263 .Dq set mru
5264 command), the tun interface MTU is set to the given value.
5265 .It RAD_FRAMED_COMPRESSION
5266 If the received compression type is
5267 .Dq 1 ,
5268 .Nm
5269 will request VJ compression during IPCP negotiations despite any
5270 .Dq disable vj
5271 configuration command.
5272 .It RAD_FILTER_ID
5273 If this attribute is supplied,
5274 .Nm
5275 will attempt to use it as an additional label to load from the
5276 .Pa ppp.linkup
5277 and
5278 .Pa ppp.linkdown
5279 files.
5280 The load will be attempted before (and in addition to) the normal
5281 label search.
5282 If the label doesn't exist, no action is taken and
5283 .Nm
5284 proceeds to the normal load using the current label.
5285 .It RAD_FRAMED_ROUTE
5286 The received string is expected to be in the format
5287 .Ar dest Ns Op / Ns Ar bits
5288 .Ar gw
5289 .Op Ar metrics .
5290 Any specified metrics are ignored.
5291 .Dv MYADDR
5292 and
5293 .Dv HISADDR
5294 are understood as valid values for
5295 .Ar dest
5296 and
5297 .Ar gw ,
5298 .Dq default
5299 can be used for
5300 .Ar dest
5301 to specify the default route, and
5302 .Dq 0.0.0.0
5303 is understood to be the same as
5304 .Dq default
5305 for
5306 .Ar dest
5307 and
5308 .Dv HISADDR
5309 for
5310 .Ar gw .
5311 .Pp
5312 For example, a returned value of
5313 .Dq 1.2.3.4/24 0.0.0.0 1 2 -1 3 400
5314 would result in a routing table entry to the 1.2.3.0/24 network via
5315 .Dv HISADDR
5316 and a returned value of
5317 .Dq 0.0.0.0 0.0.0.0
5318 or
5319 .Dq default HISADDR
5320 would result in a default route to
5321 .Dv HISADDR .
5322 .Pp
5323 All RADIUS routes are applied after any sticky routes are applied, making
5324 RADIUS routes override configured routes.
5325 This also applies for RADIUS routes that don't {include} the
5326 .Dv MYADDR
5327 or
5328 .Dv HISADDR
5329 keywords.
5330 .Pp
5331 .It RAD_SESSION_TIMEOUT
5332 If supplied, the client connection is closed after the given number of
5333 seconds.
5334 .It RAD_REPLY_MESSAGE
5335 If supplied, this message is passed back to the peer as the authentication
5336 SUCCESS text.
5337 .It RAD_MICROSOFT_MS_CHAP_ERROR
5338 If this
5339 .Dv RAD_VENDOR_MICROSOFT
5340 vendor specific attribute is supplied, it is passed back to the peer as the
5341 authentication FAILURE text.
5342 .It RAD_MICROSOFT_MS_CHAP2_SUCCESS
5343 If this
5344 .Dv RAD_VENDOR_MICROSOFT
5345 vendor specific attribute is supplied and if MS-CHAPv2 authentication is
5346 being used, it is passed back to the peer as the authentication SUCCESS text.
5347 .It RAD_MICROSOFT_MS_MPPE_ENCRYPTION_POLICY
5348 If this
5349 .Dv RAD_VENDOR_MICROSOFT
5350 vendor specific attribute is supplied and has a value of 2 (Required),
5351 .Nm
5352 will insist that MPPE encryption is used (even if no
5353 .Dq set mppe
5354 configuration command has been given with arguments).
5355 If it is supplied with a value of 1 (Allowed), encryption is made optional
5356 (despite any
5357 .Dq set mppe
5358 configuration commands with arguments).
5359 .It RAD_MICROSOFT_MS_MPPE_ENCRYPTION_TYPES
5360 If this
5361 .Dv RAD_VENDOR_MICROSOFT
5362 vendor specific attribute is supplied, bits 1 and 2 are examined.
5363 If either or both are set, 40 bit and/or 128 bit (respectively) encryption
5364 options are set, overriding any given first argument to the
5365 .Dq set mppe
5366 command.
5367 Note, it is not currently possible for the RADIUS server to specify 56 bit
5368 encryption.
5369 .It RAD_MICROSOFT_MS_MPPE_RECV_KEY
5370 If this
5371 .Dv RAD_VENDOR_MICROSOFT
5372 vendor specific attribute is supplied, it's value is used as the master
5373 key for decryption of incoming data.  When clients are authenticated using
5374 MSCHAPv2, the RADIUS server MUST provide this attribute if inbound MPPE is
5375 to function.
5376 .It RAD_MICROSOFT_MS_MPPE_SEND_KEY
5377 If this
5378 .Dv RAD_VENDOR_MICROSOFT
5379 vendor specific attribute is supplied, it's value is used as the master
5380 key for encryption of outgoing data.  When clients are authenticated using
5381 MSCHAPv2, the RADIUS server MUST provide this attribute if outbound MPPE is
5382 to function.
5383 .El
5384 .Pp
5385 Values received from the RADIUS server may be viewed using
5386 .Dq show bundle .
5387 .It set reconnect Ar timeout ntries
5388 Should the line drop unexpectedly (due to loss of CD or LQR
5389 failure), a connection will be re-established after the given
5390 .Ar timeout .
5391 The line will be re-connected at most
5392 .Ar ntries
5393 times.
5394 .Ar Ntries
5395 defaults to zero.
5396 A value of
5397 .Ar random
5398 for
5399 .Ar timeout
5400 will result in a variable pause, somewhere between 1 and 30 seconds.
5401 .It set recvpipe Op Ar value
5402 This sets the routing table RECVPIPE value.
5403 The optimum value is just over twice the MTU value.
5404 If
5405 .Ar value
5406 is unspecified or zero, the default kernel controlled value is used.
5407 .It set redial Ar secs Ns Xo
5408 .Oo + Ns Ar inc Ns
5409 .Op - Ns Ar max Ns
5410 .Oc Ns Op . Ns Ar next
5411 .Op Ar attempts
5412 .Xc
5413 .Nm
5414 can be instructed to attempt to redial
5415 .Ar attempts
5416 times.
5417 If more than one phone number is specified (see
5418 .Dq set phone
5419 above), a pause of
5420 .Ar next
5421 is taken before dialing each number.
5422 A pause of
5423 .Ar secs
5424 is taken before starting at the first number again.
5425 A literal value of
5426 .Dq Li random
5427 may be used here in place of
5428 .Ar secs
5429 and
5430 .Ar next ,
5431 causing a random delay of between 1 and 30 seconds.
5432 .Pp
5433 If
5434 .Ar inc
5435 is specified, its value is added onto
5436 .Ar secs
5437 each time
5438 .Nm
5439 tries a new number.
5440 .Ar secs
5441 will only be incremented at most
5442 .Ar max
5443 times.
5444 .Ar max
5445 defaults to 10.
5446 .Pp
5447 Note, the
5448 .Ar secs
5449 delay will be effective, even after
5450 .Ar attempts
5451 has been exceeded, so an immediate manual dial may appear to have
5452 done nothing.
5453 If an immediate dial is required, a
5454 .Dq !\&
5455 should immediately follow the
5456 .Dq open
5457 keyword.
5458 See the
5459 .Dq open
5460 description above for further details.
5461 .It set sendpipe Op Ar value
5462 This sets the routing table SENDPIPE value.
5463 The optimum value is just over twice the MTU value.
5464 If
5465 .Ar value
5466 is unspecified or zero, the default kernel controlled value is used.
5467 .It "set server|socket" Ar TcpPort Ns No \&| Ns Xo
5468 .Ar LocalName Ns No |none|open|closed
5469 .Op password Op Ar mask
5470 .Xc
5471 This command tells
5472 .Nm
5473 to listen on the given socket or
5474 .Sq diagnostic port
5475 for incoming command connections.
5476 .Pp
5477 The word
5478 .Dq none
5479 instructs
5480 .Nm
5481 to close any existing socket and clear the socket configuration.
5482 The word
5483 .Dq open
5484 instructs
5485 .Nm
5486 to attempt to re-open the port.
5487 The word
5488 .Dq closed
5489 instructs
5490 .Nm
5491 to close the open port.
5492 .Pp
5493 If you wish to specify a local domain socket,
5494 .Ar LocalName
5495 must be specified as an absolute file name, otherwise it is assumed
5496 to be the name or number of a TCP port.
5497 You may specify the octal umask to be used with a local domain socket.
5498 Refer to
5499 .Xr umask 2
5500 for umask details.
5501 Refer to
5502 .Xr services 5
5503 for details of how to translate TCP port names.
5504 .Pp
5505 You must also specify the password that must be entered by the client
5506 (using the
5507 .Dq passwd
5508 variable above) when connecting to this socket.
5509 If the password is
5510 specified as an empty string, no password is required for connecting clients.
5511 .Pp
5512 When specifying a local domain socket, the first
5513 .Dq %d
5514 sequence found in the socket name will be replaced with the current
5515 interface unit number.
5516 This is useful when you wish to use the same
5517 profile for more than one connection.
5518 .Pp
5519 In a similar manner TCP sockets may be prefixed with the
5520 .Dq +
5521 character, in which case the current interface unit number is added to
5522 the port number.
5523 .Pp
5524 When using
5525 .Nm
5526 with a server socket, the
5527 .Xr pppctl 8
5528 command is the preferred mechanism of communications.
5529 Currently,
5530 .Xr telnet 1
5531 can also be used, but link encryption may be implemented in the future, so
5532 .Xr telnet 1
5533 should be avoided.
5534 .Pp
5535 Note;
5536 .Dv SIGUSR1
5537 and
5538 .Dv SIGUSR2
5539 interact with the diagnostic socket.
5540 .It set speed Ar value
5541 This sets the speed of the serial device.
5542 If speed is specified as
5543 .Dq sync ,
5544 .Nm
5545 treats the device as a synchronous device.
5546 .Pp
5547 Certain device types will know whether they should be specified as
5548 synchronous or asynchronous.
5549 These devices will override incorrect
5550 settings and log a warning to this effect.
5551 .It set stopped Op Ar LCPseconds Op Ar CCPseconds
5552 If this option is set,
5553 .Nm
5554 will time out after the given FSM (Finite State Machine) has been in
5555 the stopped state for the given number of
5556 .Dq seconds .
5557 This option may be useful if the peer sends a terminate request,
5558 but never actually closes the connection despite our sending a terminate
5559 acknowledgement.
5560 This is also useful if you wish to
5561 .Dq set openmode passive
5562 and time out if the peer doesn't send a Configure Request within the
5563 given time.
5564 Use
5565 .Dq set log +lcp +ccp
5566 to make
5567 .Nm
5568 log the appropriate state transitions.
5569 .Pp
5570 The default value is zero, where
5571 .Nm
5572 doesn't time out in the stopped state.
5573 .Pp
5574 This value should not be set to less than the openmode delay (see
5575 .Dq set openmode
5576 above).
5577 .It set timeout Ar idleseconds Op Ar mintimeout
5578 This command allows the setting of the idle timer.
5579 Refer to the section titled
5580 .Sx SETTING THE IDLE TIMER
5581 for further details.
5582 .Pp
5583 If
5584 .Ar mintimeout
5585 is specified,
5586 .Nm
5587 will never idle out before the link has been up for at least that number
5588 of seconds.
5589 .It set urgent Xo
5590 .Op tcp|udp|none
5591 .Oo Op +|- Ns
5592 .Ar port
5593 .Oc No ...
5594 .Xc
5595 This command controls the ports that
5596 .Nm
5597 prioritizes when transmitting data.
5598 The default priority TCP ports
5599 are ports 21 (ftp control), 22 (ssh), 23 (telnet), 513 (login), 514 (shell),
5600 543 (klogin) and 544 (kshell).
5601 There are no priority UDP ports by default.
5602 See
5603 .Xr services 5
5604 for details.
5605 .Pp
5606 If neither
5607 .Dq tcp
5608 or
5609 .Dq udp
5610 are specified,
5611 .Dq tcp
5612 is assumed.
5613 .Pp
5614 If no
5615 .Ar port Ns No s
5616 are given, the priority port lists are cleared (although if
5617 .Dq tcp
5618 or
5619 .Dq udp
5620 is specified, only that list is cleared).
5621 If the first
5622 .Ar port
5623 argument is prefixed with a plus
5624 .Pq Dq \&+
5625 or a minus
5626 .Pq Dq \&- ,
5627 the current list is adjusted, otherwise the list is reassigned.
5628 .Ar port Ns No s
5629 prefixed with a plus or not prefixed at all are added to the list and
5630 .Ar port Ns No s
5631 prefixed with a minus are removed from the list.
5632 .Pp
5633 If
5634 .Dq none
5635 is specified, all priority port lists are disabled and even
5636 .Dv IPTOS_LOWDELAY
5637 packets are not prioritised.
5638 .It set vj slotcomp on|off
5639 This command tells
5640 .Nm
5641 whether it should attempt to negotiate VJ slot compression.
5642 By default, slot compression is turned
5643 .Ar on .
5644 .It set vj slots Ar nslots
5645 This command sets the initial number of slots that
5646 .Nm
5647 will try to negotiate with the peer when VJ compression is enabled (see the
5648 .Sq enable
5649 command above).
5650 It defaults to a value of 16.
5651 .Ar Nslots
5652 must be between
5653 .Ar 4
5654 and
5655 .Ar 16
5656 inclusive.
5657 .El
5658 .Pp
5659 .It shell|! Op Ar command
5660 If
5661 .Ar command
5662 is not specified a shell is invoked according to the
5663 .Dv SHELL
5664 environment variable.
5665 Otherwise, the given
5666 .Ar command
5667 is executed.
5668 Word replacement is done in the same way as for the
5669 .Dq !bg
5670 command as described above.
5671 .Pp
5672 Use of the ! character
5673 requires a following space as with any of the other commands.
5674 You should note that this command is executed in the foreground;
5675 .Nm
5676 will not continue running until this process has exited.
5677 Use the
5678 .Dv bg
5679 command if you wish processing to happen in the background.
5680 .It show Ar var
5681 This command allows the user to examine the following:
5682 .Bl -tag -width 2n
5683 .It show bundle
5684 Show the current bundle settings.
5685 .It show ccp
5686 Show the current CCP compression statistics.
5687 .It show compress
5688 Show the current VJ compression statistics.
5689 .It show escape
5690 Show the current escape characters.
5691 .It show filter Op Ar name
5692 List the current rules for the given filter.
5693 If
5694 .Ar name
5695 is not specified, all filters are shown.
5696 .It show hdlc
5697 Show the current HDLC statistics.
5698 .It show help|?
5699 Give a summary of available show commands.
5700 .It show iface
5701 Show the current interface information
5702 (the same as
5703 .Dq iface show ) .
5704 .It show ipcp
5705 Show the current IPCP statistics.
5706 .It show layers
5707 Show the protocol layers currently in use.
5708 .It show lcp
5709 Show the current LCP statistics.
5710 .It show Op data Ns Xo
5711 .No link
5712 .Xc
5713 Show high level link information.
5714 .It show links
5715 Show a list of available logical links.
5716 .It show log
5717 Show the current log values.
5718 .It show mem
5719 Show current memory statistics.
5720 .It show ncp
5721 Show the current NCP statistics.
5722 .It show physical
5723 Show low level link information.
5724 .It show mp
5725 Show Multi-link information.
5726 .It show proto
5727 Show current protocol totals.
5728 .It show route
5729 Show the current routing tables.
5730 .It show stopped
5731 Show the current stopped timeouts.
5732 .It show timer
5733 Show the active alarm timers.
5734 .It show version
5735 Show the current version number of
5736 .Nm .
5737 .El
5738 .Pp
5739 .It term
5740 Go into terminal mode.
5741 Characters typed at the keyboard are sent to the device.
5742 Characters read from the device are displayed on the screen.
5743 When a remote
5744 .Em PPP
5745 peer is detected,
5746 .Nm
5747 automatically enables Packet Mode and goes back into command mode.
5748 .El
5749 .Sh MORE DETAILS
5750 .Bl -bullet
5751 .It
5752 Read the example configuration files.
5753 They are a good source of information.
5754 .It
5755 Use
5756 .Dq help ,
5757 .Dq nat \&? ,
5758 .Dq enable \&? ,
5759 .Dq set ?\&
5760 and
5761 .Dq show ?\&
5762 to get online information about what's available.
5763 .It
5764 The following URLs contain useful information:
5765 .Bl -bullet -compact
5766 .It
5767 .Pa http://www.dragonflybsd.org/docs/handbook/handbook-userppp/
5768 .El
5769 .El
5770 .Sh FILES
5771 .Nm
5772 refers to four files:
5773 .Pa ppp.conf ,
5774 .Pa ppp.linkup ,
5775 .Pa ppp.linkdown
5776 and
5777 .Pa ppp.secret .
5778 These files are placed in the
5779 .Pa /etc/ppp
5780 directory.
5781 .Bl -tag -width 2n
5782 .It Pa /etc/ppp/ppp.conf
5783 System default configuration file.
5784 .It Pa /etc/ppp/ppp.secret
5785 An authorisation file for each system.
5786 .It Pa /etc/ppp/ppp.linkup
5787 A file to check when
5788 .Nm
5789 establishes a network level connection.
5790 .It Pa /etc/ppp/ppp.linkdown
5791 A file to check when
5792 .Nm
5793 closes a network level connection.
5794 .It Pa /var/log/ppp.log
5795 Logging and debugging information file.
5796 Note, this name is specified in
5797 .Pa /etc/syslog.conf .
5798 See
5799 .Xr syslog.conf 5
5800 for further details.
5801 .It Pa /var/spool/lock/LCK..*
5802 tty port locking file.
5803 Refer to
5804 .Xr uucplock 3
5805 for further details.
5806 .It Pa /var/run/tunN.pid
5807 The process id (pid) of the
5808 .Nm
5809 program connected to the tunN device, where
5810 .Sq N
5811 is the number of the device.
5812 .It Pa /var/run/ttyXX.if
5813 The tun interface used by this port.
5814 Again, this file is only created in
5815 .Fl background ,
5816 .Fl auto
5817 and
5818 .Fl ddial
5819 modes.
5820 .It Pa /etc/services
5821 Get port number if port number is using service name.
5822 .It Pa /var/run/ppp-authname-class-value
5823 In multi-link mode, local domain sockets are created using the peer
5824 authentication name
5825 .Pq Sq authname ,
5826 the peer endpoint discriminator class
5827 .Pq Sq class
5828 and the peer endpoint discriminator value
5829 .Pq Sq value .
5830 As the endpoint discriminator value may be a binary value, it is turned
5831 to HEX to determine the actual file name.
5832 .Pp
5833 This socket is used to pass links between different instances of
5834 .Nm .
5835 .El
5836 .Sh SEE ALSO
5837 .Xr at 1 ,
5838 .Xr ftp 1 ,
5839 .Xr gzip 1 ,
5840 .Xr hostname 1 ,
5841 .Xr login 1 ,
5842 .Xr tcpdump 1 ,
5843 .Xr telnet 1 ,
5844 .Xr kldload 2 ,
5845 ifdef({LOCALNAT},{},{.Xr libalias 3 ,
5846 })dnl
5847 ifdef({LOCALRAD},{},{.Xr libradius 3 ,
5848 })dnl
5849 .Xr syslog 3 ,
5850 .Xr uucplock 3 ,
5851 .Xr netgraph 4 ,
5852 .Xr ng_pppoe 4 ,
5853 .Xr crontab 5 ,
5854 .Xr group 5 ,
5855 .Xr passwd 5 ,
5856 .Xr protocols 5 ,
5857 .Xr radius.conf 5 ,
5858 .Xr resolv.conf 5 ,
5859 .Xr syslog.conf 5 ,
5860 .Xr adduser 8 ,
5861 .Xr chat 8 ,
5862 .Xr getty 8 ,
5863 .Xr inetd 8 ,
5864 .Xr init 8 ,
5865 .Xr isdnd 8 ,
5866 .Xr named 8 ,
5867 .Xr ping 8 ,
5868 .Xr pppctl 8 ,
5869 .Xr pppd 8 ,
5870 .Xr pppoe 8 ,
5871 .Xr route 8 ,
5872 .Xr sshd 8 ,
5873 .Xr syslogd 8 ,
5874 .Xr traceroute 8 ,
5875 .Xr vipw 8
5876 .Sh HISTORY
5877 This program was originally written by
5878 .An Toshiharu OHNO Aq tony-o@iij.ad.jp ,
5879 and was submitted to
5880 .Fx 2.0.5
5881 by
5882 .An Atsushi Murai Aq amurai@spec.co.jp .
5883 .Pp
5884 It was substantially modified during 1997 by
5885 .An Brian Somers Aq brian@Awfulhak.org ,
5886 and was ported to
5887 .Ox
5888 in November that year
5889 (just after the 2.2 release).
5890 .Pp
5891 Most of the code was rewritten by
5892 .An Brian Somers
5893 in early 1998 when multi-link ppp support was added.