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