]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/ppp/ppp.8.m4
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 May 24, 2007
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 In previous software revisions, this was replaced with the date on which
3621 .Nm
3622 was compiled.
3623 This is no longer supported as it breaks the ability to recompile the same
3624 code to produce an exact duplicate of a previous compilation.
3625 .It Li DNS0 & DNS1
3626 These are replaced with the primary and secondary nameserver IP numbers.
3627 If nameservers are negotiated by IPCP, the values of these macros will change.
3628 .It Li ENDDISC
3629 This is replaced with the local endpoint discriminator value.
3630 See the
3631 .Dq set enddisc
3632 command below.
3633 .It Li HISADDR
3634 This is replaced with the peers IP number.
3635 .It Li HISADDR6
3636 This is replaced with the peers IPv6 number.
3637 .It Li INTERFACE
3638 This is replaced with the name of the interface that is in use.
3639 .It Li IPOCTETSIN
3640 This is replaced with the number of IP bytes received since the connection
3641 was established.
3642 .It Li IPOCTETSOUT
3643 This is replaced with the number of IP bytes sent since the connection
3644 was established.
3645 .It Li IPPACKETSIN
3646 This is replaced with the number of IP packets received since the connection
3647 was established.
3648 .It Li IPPACKETSOUT
3649 This is replaced with the number of IP packets sent since the connection
3650 was established.
3651 .It Li IPV6OCTETSIN
3652 This is replaced with the number of IPv6 bytes received since the connection
3653 was established.
3654 .It Li IPV6OCTETSOUT
3655 This is replaced with the number of IPv6 bytes sent since the connection
3656 was established.
3657 .It Li IPV6PACKETSIN
3658 This is replaced with the number of IPv6 packets received since the connection
3659 was established.
3660 .It Li IPV6PACKETSOUT
3661 This is replaced with the number of IPv6 packets sent since the connection
3662 was established.
3663 .It Li LABEL
3664 This is replaced with the last label name used.
3665 A label may be specified on the
3666 .Nm
3667 command line, via the
3668 .Dq load
3669 or
3670 .Dq dial
3671 commands and in the
3672 .Pa ppp.secret
3673 file.
3674 .It Li MYADDR
3675 This is replaced with the IP number assigned to the local interface.
3676 .It Li MYADDR6
3677 This is replaced with the IPv6 number assigned to the local interface.
3678 .It Li OCTETSIN
3679 This is replaced with the number of bytes received since the connection
3680 was established.
3681 .It Li OCTETSOUT
3682 This is replaced with the number of bytes sent since the connection
3683 was established.
3684 .It Li PACKETSIN
3685 This is replaced with the number of packets received since the connection
3686 was established.
3687 .It Li PACKETSOUT
3688 This is replaced with the number of packets sent since the connection
3689 was established.
3690 .It Li PEER_ENDDISC
3691 This is replaced with the value of the peers endpoint discriminator.
3692 .It Li PROCESSID
3693 This is replaced with the current process id.
3694 .It Li SOCKNAME
3695 This is replaced with the name of the diagnostic socket.
3696 .It Li UPTIME
3697 This is replaced with the bundle uptime in HH:MM:SS format.
3698 .It Li USER
3699 This is replaced with the username that has been authenticated with PAP or
3700 CHAP.
3701 Normally, this variable is assigned only in -direct mode.
3702 This value is available irrespective of whether utmp logging is enabled.
3703 .It Li VERSION
3704 This is replaced with the current version number of
3705 .Nm .
3706 .El
3707 .Pp
3708 These substitutions are also done by the
3709 .Dq set proctitle ,
3710 .Dq ident
3711 and
3712 .Dq log
3713 commands.
3714 .Pp
3715 If you wish to pause
3716 .Nm
3717 while the command executes, use the
3718 .Dq shell
3719 command instead.
3720 .It clear physical|ipcp|ipv6 Op current|overall|peak...
3721 Clear the specified throughput values at either the
3722 .Dq physical ,
3723 .Dq ipcp
3724 or
3725 .Dq ipv6cp
3726 level.
3727 If
3728 .Dq physical
3729 is specified, context must be given (see the
3730 .Dq link
3731 command below).
3732 If no second argument is given, all values are cleared.
3733 .It clone Ar name Ns Xo
3734 .Op \&, Ns Ar name Ns
3735 .No ...
3736 .Xc
3737 Clone the specified link, creating one or more new links according to the
3738 .Ar name
3739 argument(s).
3740 This command must be used from the
3741 .Dq link
3742 command below unless you have only got a single link (in which case that
3743 link becomes the default).
3744 Links may be removed using the
3745 .Dq remove
3746 command below.
3747 .Pp
3748 The default link name is
3749 .Dq deflink .
3750 .It close Op lcp|ccp Ns Op !\&
3751 If no arguments are given, the relevant protocol layers will be brought
3752 down and the link will be closed.
3753 If
3754 .Dq lcp
3755 is specified, the LCP layer is brought down, but
3756 .Nm
3757 will not bring the link offline.
3758 It is subsequently possible to use
3759 .Dq term
3760 (see below)
3761 to talk to the peer machine if, for example, something like
3762 .Dq slirp
3763 is being used.
3764 If
3765 .Dq ccp
3766 is specified, only the relevant compression layer is closed.
3767 If the
3768 .Dq !\&
3769 is used, the compression layer will remain in the closed state, otherwise
3770 it will re-enter the STOPPED state, waiting for the peer to initiate
3771 further CCP negotiation.
3772 In any event, this command does not disconnect the user from
3773 .Nm
3774 or exit
3775 .Nm .
3776 See the
3777 .Dq quit
3778 command below.
3779 .It delete Ns Xo
3780 .Op !\&
3781 .Ar dest
3782 .Xc
3783 This command deletes the route with the given
3784 .Ar dest
3785 IP address.
3786 If
3787 .Ar dest
3788 is specified as
3789 .Sq ALL ,
3790 all non-direct entries in the routing table for the current interface,
3791 and all
3792 .Sq sticky route
3793 entries are deleted.
3794 If
3795 .Ar dest
3796 is specified as
3797 .Sq default ,
3798 the default route is deleted.
3799 .Pp
3800 If the
3801 .Ar delete!\&
3802 command is used
3803 (note the trailing
3804 .Dq !\& ) ,
3805 .Nm
3806 will not complain if the route does not already exist.
3807 .It dial|call Op Ar label Ns Xo
3808 .No ...
3809 .Xc
3810 This command is the equivalent of
3811 .Dq load label
3812 followed by
3813 .Dq open ,
3814 and is provided for backwards compatibility.
3815 .It down Op Ar lcp|ccp
3816 Bring the relevant layer down ungracefully, as if the underlying layer
3817 had become unavailable.
3818 It is not considered polite to use this command on
3819 a Finite State Machine that is in the OPEN state.
3820 If no arguments are
3821 supplied, the entire link is closed (or if no context is given, all links
3822 are terminated).
3823 If
3824 .Sq lcp
3825 is specified, the
3826 .Em LCP
3827 layer is terminated but the device is not brought offline and the link
3828 is not closed.
3829 If
3830 .Sq ccp
3831 is specified, only the relevant compression layer(s) are terminated.
3832 .It help|? Op Ar command
3833 Show a list of available commands.
3834 If
3835 .Ar command
3836 is specified, show the usage string for that command.
3837 .It ident Op Ar text Ns No ...
3838 Identify the link to the peer using
3839 .Ar text .
3840 If
3841 .Ar text
3842 is empty, link identification is disabled.
3843 It is possible to use any of the words described for the
3844 .Ic bg
3845 command above.
3846 Refer to the
3847 .Ic sendident
3848 command for details of when
3849 .Nm
3850 identifies itself to the peer.
3851 .It iface Ar command Op args
3852 This command is used to control the interface used by
3853 .Nm .
3854 .Ar Command
3855 may be one of the following:
3856 .Bl -tag -width 2n
3857 .It iface add Ns Xo
3858 .Op !\&
3859 .Ar addr Ns Op / Ns Ar bits
3860 .Op Ar peer
3861 .Xc
3862 .It iface add Ns Xo
3863 .Op !\&
3864 .Ar addr
3865 .Ar mask
3866 .Ar peer
3867 .Xc
3868 Add the given
3869 .Ar addr mask peer
3870 combination to the interface.
3871 Instead of specifying
3872 .Ar mask ,
3873 .Ar /bits
3874 can be used
3875 (with no space between it and
3876 .Ar addr ) .
3877 If the given address already exists, the command fails unless the
3878 .Dq !\&
3879 is used - in which case the previous interface address entry is overwritten
3880 with the new one, allowing a change of netmask or peer address.
3881 .Pp
3882 If only
3883 .Ar addr
3884 is specified,
3885 .Ar bits
3886 defaults to
3887 .Dq 32
3888 and
3889 .Ar peer
3890 defaults to
3891 .Dq 255.255.255.255 .
3892 This address (the broadcast address) is the only duplicate peer address that
3893 .Nm
3894 allows.
3895 .It iface clear Op INET | INET6
3896 If this command is used while
3897 .Nm
3898 is in the OPENED state or while in
3899 .Fl auto
3900 mode, all addresses except for the NCP negotiated address are deleted
3901 from the interface.
3902 If
3903 .Nm
3904 is not in the OPENED state and is not in
3905 .Fl auto
3906 mode, all interface addresses are deleted.
3907 .Pp
3908 If the INET or INET6 arguments are used, only addresses for that address
3909 family are cleared.
3910 .Pp
3911 .It iface delete Ns Xo
3912 .Op !\& Ns
3913 .No |rm Ns Op !\&
3914 .Ar addr
3915 .Xc
3916 This command deletes the given
3917 .Ar addr
3918 from the interface.
3919 If the
3920 .Dq !\&
3921 is used, no error is given if the address is not currently assigned to
3922 the interface (and no deletion takes place).
3923 .It iface show
3924 Shows the current state and current addresses for the interface.
3925 It is much the same as running
3926 .Dq ifconfig INTERFACE .
3927 .It iface help Op Ar sub-command
3928 This command, when invoked without
3929 .Ar sub-command ,
3930 will show a list of possible
3931 .Dq iface
3932 sub-commands and a brief synopsis for each.
3933 When invoked with
3934 .Ar sub-command ,
3935 only the synopsis for the given sub-command is shown.
3936 .El
3937 .It Op data Ns Xo
3938 .No link
3939 .Ar name Ns Op , Ns Ar name Ns
3940 .No ... Ar command Op Ar args
3941 .Xc
3942 This command may prefix any other command if the user wishes to
3943 specify which link the command should affect.
3944 This is only applicable after multiple links have been created in Multi-link
3945 mode using the
3946 .Dq clone
3947 command.
3948 .Pp
3949 .Ar Name
3950 specifies the name of an existing link.
3951 If
3952 .Ar name
3953 is a comma separated list,
3954 .Ar command
3955 is executed on each link.
3956 If
3957 .Ar name
3958 is
3959 .Dq * ,
3960 .Ar command
3961 is executed on all links.
3962 .It load Op Ar label Ns Xo
3963 .No ...
3964 .Xc
3965 Load the given
3966 .Ar label Ns No (s)
3967 from the
3968 .Pa ppp.conf
3969 file.
3970 If
3971 .Ar label
3972 is not given, the
3973 .Ar default
3974 label is used.
3975 .Pp
3976 Unless the
3977 .Ar label
3978 section uses the
3979 .Dq set mode ,
3980 .Dq open
3981 or
3982 .Dq dial
3983 commands,
3984 .Nm
3985 will not attempt to make an immediate connection.
3986 .It log Ar word Ns No ...
3987 Send the given word(s) to the log file with the prefix
3988 .Dq LOG: .
3989 Word substitutions are done as explained under the
3990 .Dq !bg
3991 command above.
3992 .It open Op lcp|ccp|ipcp
3993 This is the opposite of the
3994 .Dq close
3995 command.
3996 All closed links are immediately brought up apart from second and subsequent
3997 .Ar demand-dial
3998 links - these will come up based on the
3999 .Dq set autoload
4000 command that has been used.
4001 .Pp
4002 If the
4003 .Dq lcp
4004 argument is used while the LCP layer is already open, LCP will be
4005 renegotiated.
4006 This allows various LCP options to be changed, after which
4007 .Dq open lcp
4008 can be used to put them into effect.
4009 After renegotiating LCP,
4010 any agreed authentication will also take place.
4011 .Pp
4012 If the
4013 .Dq ccp
4014 argument is used, the relevant compression layer is opened.
4015 Again, if it is already open, it will be renegotiated.
4016 .Pp
4017 If the
4018 .Dq ipcp
4019 argument is used, the link will be brought up as normal, but if
4020 IPCP is already open, it will be renegotiated and the network
4021 interface will be reconfigured.
4022 .Pp
4023 It is probably not good practice to re-open the PPP state machines
4024 like this as it is possible that the peer will not behave correctly.
4025 It
4026 .Em is
4027 however useful as a way of forcing the CCP or VJ dictionaries to be reset.
4028 .It passwd Ar pass
4029 Specify the password required for access to the full
4030 .Nm
4031 command set.
4032 This password is required when connecting to the diagnostic port (see the
4033 .Dq set server
4034 command).
4035 .Ar Pass
4036 is specified on the
4037 .Dq set server
4038 command line.
4039 The value of
4040 .Ar pass
4041 is not logged when
4042 .Ar command
4043 logging is active, instead, the literal string
4044 .Sq ********
4045 is logged.
4046 .It quit|bye Op all
4047 If
4048 .Dq quit
4049 is executed from the controlling connection or from a command file,
4050 ppp will exit after closing all connections.
4051 Otherwise, if the user
4052 is connected to a diagnostic socket, the connection is simply dropped.
4053 .Pp
4054 If the
4055 .Ar all
4056 argument is given,
4057 .Nm
4058 will exit despite the source of the command after closing all existing
4059 connections.
4060 .It remove|rm
4061 This command removes the given link.
4062 It is only really useful in multi-link mode.
4063 A link must be in the
4064 .Dv CLOSED
4065 state before it is removed.
4066 .It rename|mv Ar name
4067 This command renames the given link to
4068 .Ar name .
4069 It will fail if
4070 .Ar name
4071 is already used by another link.
4072 .Pp
4073 The default link name is
4074 .Sq deflink .
4075 Renaming it to
4076 .Sq modem ,
4077 .Sq cuad0
4078 or
4079 .Sq USR
4080 may make the log file more readable.
4081 .It resolv Ar command
4082 This command controls
4083 .Nm Ns No 's
4084 manipulation of the
4085 .Xr resolv.conf 5
4086 file.
4087 When
4088 .Nm
4089 starts up, it loads the contents of this file into memory and retains this
4090 image for future use.
4091 .Ar command
4092 is one of the following:
4093 .Bl -tag -width readonly
4094 .It Em readonly
4095 Treat
4096 .Pa /etc/resolv.conf
4097 as read only.
4098 If
4099 .Dq dns
4100 is enabled,
4101 .Nm
4102 will still attempt to negotiate nameservers with the peer, making the results
4103 available via the
4104 .Dv DNS0
4105 and
4106 .Dv DNS1
4107 macros.
4108 This is the opposite of the
4109 .Dq resolv writable
4110 command.
4111 .It Em reload
4112 Reload
4113 .Pa /etc/resolv.conf
4114 into memory.
4115 This may be necessary if for example a DHCP client overwrote
4116 .Pa /etc/resolv.conf .
4117 .It Em restore
4118 Replace
4119 .Pa /etc/resolv.conf
4120 with the version originally read at startup or with the last
4121 .Dq resolv reload
4122 command.
4123 This is sometimes a useful command to put in the
4124 .Pa /etc/ppp/ppp.linkdown
4125 file.
4126 .It Em rewrite
4127 Rewrite the
4128 .Pa /etc/resolv.conf
4129 file.
4130 This command will work even if the
4131 .Dq resolv readonly
4132 command has been used.
4133 It may be useful as a command in the
4134 .Pa /etc/ppp/ppp.linkup
4135 file if you wish to defer updating
4136 .Pa /etc/resolv.conf
4137 until after other commands have finished.
4138 .It Em writable
4139 Allow
4140 .Nm
4141 to update
4142 .Pa /etc/resolv.conf
4143 if
4144 .Dq dns
4145 is enabled and
4146 .Nm
4147 successfully negotiates a DNS.
4148 This is the opposite of the
4149 .Dq resolv readonly
4150 command.
4151 .El
4152 .It save
4153 This option is not (yet) implemented.
4154 .It sendident
4155 This command tells
4156 .Nm
4157 to identify itself to the peer.
4158 The link must be in LCP state or higher.
4159 If no identity has been set (via the
4160 .Ic ident
4161 command),
4162 .Ic sendident
4163 will fail.
4164 .Pp
4165 When an identity has been set,
4166 .Nm
4167 will automatically identify itself when it sends or receives a configure
4168 reject, when negotiation fails or when LCP reaches the opened state.
4169 .Pp
4170 Received identification packets are logged to the LCP log (see
4171 .Ic set log
4172 for details) and are never responded to.
4173 .It set Ns Xo
4174 .Op up
4175 .Ar var value
4176 .Xc
4177 This option allows the setting of any of the following variables:
4178 .Bl -tag -width 2n
4179 .It set accmap Ar hex-value
4180 ACCMap stands for Asynchronous Control Character Map.
4181 This is always
4182 negotiated with the peer, and defaults to a value of 00000000 in hex.
4183 This protocol is required to defeat hardware that depends on passing
4184 certain characters from end to end (such as XON/XOFF etc).
4185 .Pp
4186 For the XON/XOFF scenario, use
4187 .Dq set accmap 000a0000 .
4188 .It set Op auth Ns Xo
4189 .No key Ar value
4190 .Xc
4191 This sets the authentication key (or password) used in client mode
4192 PAP or CHAP negotiation to the given value.
4193 It also specifies the
4194 password to be used in the dial or login scripts in place of the
4195 .Sq \eP
4196 sequence, preventing the actual password from being logged.
4197 If
4198 .Ar command
4199 or
4200 .Ar chat
4201 logging is in effect,
4202 .Ar value
4203 is logged as
4204 .Sq ********
4205 for security reasons.
4206 .Pp
4207 If the first character of
4208 .Ar value
4209 is an exclamation mark
4210 .Pq Dq !\& ,
4211 .Nm
4212 treats the remainder of the string as a program that must be executed
4213 to determine the
4214 .Dq authname
4215 and
4216 .Dq authkey
4217 values.
4218 .Pp
4219 If the
4220 .Dq !\&
4221 is doubled up
4222 (to
4223 .Dq !! ) ,
4224 it is treated as a single literal
4225 .Dq !\& ,
4226 otherwise, ignoring the
4227 .Dq !\& ,
4228 .Ar value
4229 is parsed as a program to execute in the same was as the
4230 .Dq !bg
4231 command above, substituting special names in the same manner.
4232 Once executed,
4233 .Nm
4234 will feed the program three lines of input, each terminated by a newline
4235 character:
4236 .Bl -bullet
4237 .It
4238 The host name as sent in the CHAP challenge.
4239 .It
4240 The challenge string as sent in the CHAP challenge.
4241 .It
4242 The locally defined
4243 .Dq authname .
4244 .El
4245 .Pp
4246 Two lines of output are expected:
4247 .Bl -bullet
4248 .It
4249 The
4250 .Dq authname
4251 to be sent with the CHAP response.
4252 .It
4253 The
4254 .Dq authkey ,
4255 which is encrypted with the challenge and request id, the answer being sent
4256 in the CHAP response packet.
4257 .El
4258 .Pp
4259 When configuring
4260 .Nm
4261 in this manner, it is expected that the host challenge is a series of ASCII
4262 digits or characters.
4263 An encryption device or Secure ID card is usually
4264 required to calculate the secret appropriate for the given challenge.
4265 .It set authname Ar id
4266 This sets the authentication id used in client mode PAP or CHAP negotiation.
4267 .Pp
4268 If used in
4269 .Fl direct
4270 mode with CHAP enabled,
4271 .Ar id
4272 is used in the initial authentication challenge and should normally be set to
4273 the local machine name.
4274 .It set autoload Xo
4275 .Ar min-percent max-percent period
4276 .Xc
4277 These settings apply only in multi-link mode and default to zero, zero and
4278 five respectively.
4279 When more than one
4280 .Ar demand-dial
4281 (also known as
4282 .Fl auto )
4283 mode link is available, only the first link is made active when
4284 .Nm
4285 first reads data from the tun device.
4286 The next
4287 .Ar demand-dial
4288 link will be opened only when the current bundle throughput is at least
4289 .Ar max-percent
4290 percent of the total bundle bandwidth for
4291 .Ar period
4292 seconds.
4293 When the current bundle throughput decreases to
4294 .Ar min-percent
4295 percent or less of the total bundle bandwidth for
4296 .Ar period
4297 seconds, a
4298 .Ar demand-dial
4299 link will be brought down as long as it is not the last active link.
4300 .Pp
4301 Bundle throughput is measured as the maximum of inbound and outbound
4302 traffic.
4303 .Pp
4304 The default values cause
4305 .Ar demand-dial
4306 links to simply come up one at a time.
4307 .Pp
4308 Certain devices cannot determine their physical bandwidth, so it
4309 is sometimes necessary to use the
4310 .Dq set bandwidth
4311 command (described below) to make
4312 .Dq set autoload
4313 work correctly.
4314 .It set bandwidth Ar value
4315 This command sets the connection bandwidth in bits per second.
4316 .Ar value
4317 must be greater than zero.
4318 It is currently only used by the
4319 .Dq set autoload
4320 command above.
4321 .It set callback Ar option Ns No ...
4322 If no arguments are given, callback is disabled, otherwise,
4323 .Nm
4324 will request (or in
4325 .Fl direct
4326 mode, will accept) one of the given
4327 .Ar option Ns No s .
4328 In client mode, if an
4329 .Ar option
4330 is NAK'd
4331 .Nm
4332 will request a different
4333 .Ar option ,
4334 until no options remain at which point
4335 .Nm
4336 will terminate negotiations (unless
4337 .Dq none
4338 is one of the specified
4339 .Ar option ) .
4340 In server mode,
4341 .Nm
4342 will accept any of the given protocols - but the client
4343 .Em must
4344 request one of them.
4345 If you wish callback to be optional, you must {include}
4346 .Ar none
4347 as an option.
4348 .Pp
4349 The
4350 .Ar option Ns No s
4351 are as follows (in this order of preference):
4352 .Pp
4353 .Bl -tag -width Ds
4354 .It auth
4355 The callee is expected to decide the callback number based on
4356 authentication.
4357 If
4358 .Nm
4359 is the callee, the number should be specified as the fifth field of
4360 the peers entry in
4361 .Pa /etc/ppp/ppp.secret .
4362 .It cbcp
4363 Microsoft's callback control protocol is used.
4364 See
4365 .Dq set cbcp
4366 below.
4367 .Pp
4368 If you wish to negotiate
4369 .Ar cbcp
4370 in client mode but also wish to allow the server to request no callback at
4371 CBCP negotiation time, you must specify both
4372 .Ar cbcp
4373 and
4374 .Ar none
4375 as callback options.
4376 .It E.164 *| Ns Xo
4377 .Ar number Ns Op , Ns Ar number Ns
4378 .No ...
4379 .Xc
4380 The caller specifies the
4381 .Ar number .
4382 If
4383 .Nm
4384 is the callee,
4385 .Ar number
4386 should be either a comma separated list of allowable numbers or a
4387 .Dq \&* ,
4388 meaning any number is permitted.
4389 If
4390 .Nm
4391 is the caller, only a single number should be specified.
4392 .Pp
4393 Note, this option is very unsafe when used with a
4394 .Dq \&*
4395 as a malicious caller can tell
4396 .Nm
4397 to call any (possibly international) number without first authenticating
4398 themselves.
4399 .It none
4400 If the peer does not wish to do callback at all,
4401 .Nm
4402 will accept the fact and continue without callback rather than terminating
4403 the connection.
4404 This is required (in addition to one or more other callback
4405 options) if you wish callback to be optional.
4406 .El
4407 .Pp
4408 .It set cbcp Oo
4409 .No *| Ns Ar number Ns Oo
4410 .No , Ns Ar number Ns ...\& Oc
4411 .Op Ar delay Op Ar retry
4412 .Oc
4413 If no arguments are given, CBCP (Microsoft's CallBack Control Protocol)
4414 is disabled - ie, configuring CBCP in the
4415 .Dq set callback
4416 command will result in
4417 .Nm
4418 requesting no callback in the CBCP phase.
4419 Otherwise,
4420 .Nm
4421 attempts to use the given phone
4422 .Ar number Ns No (s).
4423 .Pp
4424 In server mode
4425 .Pq Fl direct ,
4426 .Nm
4427 will insist that the client uses one of these numbers, unless
4428 .Dq \&*
4429 is used in which case the client is expected to specify the number.
4430 .Pp
4431 In client mode,
4432 .Nm
4433 will attempt to use one of the given numbers (whichever it finds to
4434 be agreeable with the peer), or if
4435 .Dq \&*
4436 is specified,
4437 .Nm
4438 will expect the peer to specify the number.
4439 .It set cd Oo
4440 .No off| Ns Ar seconds Ns Op !\&
4441 .Oc
4442 Normally,
4443 .Nm
4444 checks for the existence of carrier depending on the type of device
4445 that has been opened:
4446 .Bl -tag -width XXX -offset XXX
4447 .It Terminal Devices
4448 Carrier is checked one second after the login script is complete.
4449 If it is not set,
4450 .Nm
4451 assumes that this is because the device does not support carrier (which
4452 is true for most
4453 .Dq laplink
4454 NULL-modem cables), logs the fact and stops checking
4455 for carrier.
4456 .Pp
4457 As ptys do not support the TIOCMGET ioctl, the tty device will switch all
4458 carrier detection off when it detects that the device is a pty.
4459 .It ISDN (i4b) Devices
4460 Carrier is checked once per second for 6 seconds.
4461 If it is not set after
4462 the sixth second, the connection attempt is considered to have failed and
4463 the device is closed.
4464 Carrier is always required for i4b devices.
4465 .It PPPoE (netgraph) Devices
4466 Carrier is checked once per second for 5 seconds.
4467 If it is not set after
4468 the fifth second, the connection attempt is considered to have failed and
4469 the device is closed.
4470 Carrier is always required for PPPoE devices.
4471 .El
4472 .Pp
4473 All other device types do not support carrier.
4474 Setting a carrier value will
4475 result in a warning when the device is opened.
4476 .Pp
4477 Some modems take more than one second after connecting to assert the carrier
4478 signal.
4479 If this delay is not increased, this will result in
4480 .Nm Ns No 's
4481 inability to detect when the link is dropped, as
4482 .Nm
4483 assumes that the device is not asserting carrier.
4484 .Pp
4485 The
4486 .Dq set cd
4487 command overrides the default carrier behaviour.
4488 .Ar seconds
4489 specifies the maximum number of seconds that
4490 .Nm
4491 should wait after the dial script has finished before deciding if
4492 carrier is available or not.
4493 .Pp
4494 If
4495 .Dq off
4496 is specified,
4497 .Nm
4498 will not check for carrier on the device, otherwise
4499 .Nm
4500 will not proceed to the login script until either carrier is detected
4501 or until
4502 .Ar seconds
4503 has elapsed, at which point
4504 .Nm
4505 assumes that the device will not set carrier.
4506 .Pp
4507 If no arguments are given, carrier settings will go back to their default
4508 values.
4509 .Pp
4510 If
4511 .Ar seconds
4512 is followed immediately by an exclamation mark
4513 .Pq Dq !\& ,
4514 .Nm
4515 will
4516 .Em require
4517 carrier.
4518 If carrier is not detected after
4519 .Ar seconds
4520 seconds, the link will be disconnected.
4521 .It set choked Op Ar timeout
4522 This sets the number of seconds that
4523 .Nm
4524 will keep a choked output queue before dropping all pending output packets.
4525 If
4526 .Ar timeout
4527 is less than or equal to zero or if
4528 .Ar timeout
4529 is not specified, it is set to the default value of
4530 .Em 120 seconds .
4531 .Pp
4532 A choked output queue occurs when
4533 .Nm
4534 has read a certain number of packets from the local network for transmission,
4535 but cannot send the data due to link failure (the peer is busy etc.).
4536 .Nm
4537 will not read packets indefinitely.
4538 Instead, it reads up to
4539 .Em 30
4540 packets (or
4541 .Em 30 No +
4542 .Em nlinks No *
4543 .Em 2
4544 packets in multi-link mode), then stops reading the network interface
4545 until either
4546 .Ar timeout
4547 seconds have passed or at least one packet has been sent.
4548 .Pp
4549 If
4550 .Ar timeout
4551 seconds pass, all pending output packets are dropped.
4552 .It set ctsrts|crtscts on|off
4553 This sets hardware flow control.
4554 Hardware flow control is
4555 .Ar on
4556 by default.
4557 .It set deflate Ar out-winsize Op Ar in-winsize
4558 This sets the DEFLATE algorithms default outgoing and incoming window
4559 sizes.
4560 Both
4561 .Ar out-winsize
4562 and
4563 .Ar in-winsize
4564 must be values between
4565 .Em 8
4566 and
4567 .Em 15 .
4568 If
4569 .Ar in-winsize
4570 is specified,
4571 .Nm
4572 will insist that this window size is used and will not accept any other
4573 values from the peer.
4574 .It set dns Op Ar primary Op Ar secondary
4575 This command specifies DNS overrides for the
4576 .Dq accept dns
4577 command.
4578 Refer to the
4579 .Dq accept
4580 command description above for details.
4581 This command does not affect the IP numbers requested using
4582 .Dq enable dns .
4583 .It set device|line Xo
4584 .Ar value Ns No ...
4585 .Xc
4586 This sets the device(s) to which
4587 .Nm
4588 will talk to the given
4589 .Dq value .
4590 .Pp
4591 All ISDN and serial device names are expected to begin with
4592 .Pa /dev/ .
4593 ISDN devices are usually called
4594 .Pa i4brbchX
4595 and serial devices are usually called
4596 .Pa cuaXX .
4597 .Pp
4598 If
4599 .Dq value
4600 does not begin with
4601 .Pa /dev/ ,
4602 it must either begin with an exclamation mark
4603 .Pq Dq !\& ,
4604 be of the format
4605 .No PPPoE: Ns Ar iface Ns Xo
4606 .Op \&: Ns Ar provider Ns
4607 .Xc
4608 (on
4609 .Xr netgraph 4
4610 enabled systems), or be of the format
4611 .Sm off
4612 .Ar host : port Op /tcp|udp .
4613 .Sm on
4614 .Pp
4615 If it begins with an exclamation mark, the rest of the device name is
4616 treated as a program name, and that program is executed when the device
4617 is opened.
4618 Standard input, output and error are fed back to
4619 .Nm
4620 and are read and written as if they were a regular device.
4621 .Pp
4622 If a
4623 .No PPPoE: Ns Ar iface Ns Xo
4624 .Op \&: Ns Ar provider Ns
4625 .Xc
4626 specification is given,
4627 .Nm
4628 will attempt to create a
4629 .Em PPP
4630 over Ethernet connection using the given
4631 .Ar iface
4632 interface by using
4633 .Xr netgraph 4 .
4634 If
4635 .Xr netgraph 4
4636 is not available,
4637 .Nm
4638 will attempt to load it using
4639 .Xr kldload 2 .
4640 If this fails, an external program must be used such as the
4641 .Xr pppoed 8
4642 program available under
4643 .Ox .
4644 The given
4645 .Ar provider
4646 is passed as the service name in the PPPoE Discovery Initiation (PADI)
4647 packet.
4648 If no provider is given, an empty value will be used.
4649 .Pp
4650 When a PPPoE connection is established,
4651 .Nm
4652 will place the name of the Access Concentrator in the environment variable
4653 .Ev ACNAME .
4654 .Pp
4655 Refer to
4656 .Xr netgraph 4
4657 and
4658 .Xr ng_pppoe 4
4659 for further details.
4660 .Pp
4661 If a
4662 .Ar host Ns No : Ns Ar port Ns Oo
4663 .No /tcp|udp
4664 .Oc
4665 specification is given,
4666 .Nm
4667 will attempt to connect to the given
4668 .Ar host
4669 on the given
4670 .Ar port .
4671 If a
4672 .Dq /tcp
4673 or
4674 .Dq /udp
4675 suffix is not provided, the default is
4676 .Dq /tcp .
4677 Refer to the section on
4678 .Em PPP OVER TCP and UDP
4679 above for further details.
4680 .Pp
4681 If multiple
4682 .Dq values
4683 are specified,
4684 .Nm
4685 will attempt to open each one in turn until it succeeds or runs out of
4686 devices.
4687 .It set dial Ar chat-script
4688 This specifies the chat script that will be used to dial the other
4689 side.
4690 See also the
4691 .Dq set login
4692 command below.
4693 Refer to
4694 .Xr chat 8
4695 and to the example configuration files for details of the chat script
4696 format.
4697 It is possible to specify some special
4698 .Sq values
4699 in your chat script as follows:
4700 .Bl -tag -width 2n
4701 .It Li \ec
4702 When used as the last character in a
4703 .Sq send
4704 string, this indicates that a newline should not be appended.
4705 .It Li \ed
4706 When the chat script encounters this sequence, it delays two seconds.
4707 .It Li \ep
4708 When the chat script encounters this sequence, it delays for one quarter of
4709 a second.
4710 .It Li \en
4711 This is replaced with a newline character.
4712 .It Li \er
4713 This is replaced with a carriage return character.
4714 .It Li \es
4715 This is replaced with a space character.
4716 .It Li \et
4717 This is replaced with a tab character.
4718 .It Li \eT
4719 This is replaced by the current phone number (see
4720 .Dq set phone
4721 below).
4722 .It Li \eP
4723 This is replaced by the current
4724 .Ar authkey
4725 value (see
4726 .Dq set authkey
4727 above).
4728 .It Li \eU
4729 This is replaced by the current
4730 .Ar authname
4731 value (see
4732 .Dq set authname
4733 above).
4734 .El
4735 .Pp
4736 Note that two parsers will examine these escape sequences, so in order to
4737 have the
4738 .Sq chat parser
4739 see the escape character, it is necessary to escape it from the
4740 .Sq command parser .
4741 This means that in practice you should use two escapes, for example:
4742 .Bd -literal -offset indent
4743 set dial "... ATDT\\\\T CONNECT"
4744 .Ed
4745 .Pp
4746 It is also possible to execute external commands from the chat script.
4747 To do this, the first character of the expect or send string is an
4748 exclamation mark
4749 .Pq Dq !\& .
4750 If a literal exclamation mark is required, double it up to
4751 .Dq !!\&
4752 and it will be treated as a single literal
4753 .Dq !\& .
4754 When the command is executed, standard input and standard output are
4755 directed to the open device (see the
4756 .Dq set device
4757 command), and standard error is read by
4758 .Nm
4759 and substituted as the expect or send string.
4760 If
4761 .Nm
4762 is running in interactive mode, file descriptor 3 is attached to
4763 .Pa /dev/tty .
4764 .Pp
4765 For example (wrapped for readability):
4766 .Bd -literal -offset indent
4767 set login "TIMEOUT 5 \\"\\" \\"\\" login:--login: ppp \e
4768 word: ppp \\"!sh \\\\-c \\\\\\"echo \\\\-n label: >&2\\\\\\"\\" \e
4769 \\"!/bin/echo in\\" HELLO"
4770 .Ed
4771 .Pp
4772 would result in the following chat sequence (output using the
4773 .Sq set log local chat
4774 command before dialing):
4775 .Bd -literal -offset indent
4776 Dial attempt 1 of 1
4777 dial OK!
4778 Chat: Expecting:
4779 Chat: Sending:
4780 Chat: Expecting: login:--login:
4781 Chat: Wait for (5): login:
4782 Chat: Sending: ppp
4783 Chat: Expecting: word:
4784 Chat: Wait for (5): word:
4785 Chat: Sending: ppp
4786 Chat: Expecting: !sh \\-c "echo \\-n label: >&2"
4787 Chat: Exec: sh -c "echo -n label: >&2"
4788 Chat: Wait for (5): !sh \\-c "echo \\-n label: >&2" --> label:
4789 Chat: Exec: /bin/echo in
4790 Chat: Sending:
4791 Chat: Expecting: HELLO
4792 Chat: Wait for (5): HELLO
4793 login OK!
4794 .Ed
4795 .Pp
4796 Note (again) the use of the escape character, allowing many levels of
4797 nesting.
4798 Here, there are four parsers at work.
4799 The first parses the original line, reading it as three arguments.
4800 The second parses the third argument, reading it as 11 arguments.
4801 At this point, it is
4802 important that the
4803 .Dq \&-
4804 signs are escaped, otherwise this parser will see them as constituting
4805 an expect-send-expect sequence.
4806 When the
4807 .Dq !\&
4808 character is seen, the execution parser reads the first command as three
4809 arguments, and then
4810 .Xr sh 1
4811 itself expands the argument after the
4812 .Fl c .
4813 As we wish to send the output back to the modem, in the first example
4814 we redirect our output to file descriptor 2 (stderr) so that
4815 .Nm
4816 itself sends and logs it, and in the second example, we just output to stdout,
4817 which is attached directly to the modem.
4818 .Pp
4819 This, of course means that it is possible to execute an entirely external
4820 .Dq chat
4821 command rather than using the internal one.
4822 See
4823 .Xr chat 8
4824 for a good alternative.
4825 .Pp
4826 The external command that is executed is subjected to the same special
4827 word expansions as the
4828 .Dq !bg
4829 command.
4830 .It set enddisc Op label|IP|MAC|magic|psn value
4831 This command sets our local endpoint discriminator.
4832 If set prior to LCP negotiation, and if no
4833 .Dq disable enddisc
4834 command has been used,
4835 .Nm
4836 will send the information to the peer using the LCP endpoint discriminator
4837 option.
4838 The following discriminators may be set:
4839 .Bl -tag -width indent
4840 .It Li label
4841 The current label is used.
4842 .It Li IP
4843 Our local IP number is used.
4844 As LCP is negotiated prior to IPCP, it is
4845 possible that the IPCP layer will subsequently change this value.
4846 If
4847 it does, the endpoint discriminator stays at the old value unless manually
4848 reset.
4849 .It Li MAC
4850 This is similar to the
4851 .Ar IP
4852 option above, except that the MAC address associated with the local IP
4853 number is used.
4854 If the local IP number is not resident on any Ethernet
4855 interface, the command will fail.
4856 .Pp
4857 As the local IP number defaults to whatever the machine host name is,
4858 .Dq set enddisc mac
4859 is usually done prior to any
4860 .Dq set ifaddr
4861 commands.
4862 .It Li magic
4863 A 20 digit random number is used.
4864 Care should be taken when using magic numbers as restarting
4865 .Nm
4866 or creating a link using a different
4867 .Nm
4868 invocation will also use a different magic number and will therefore not
4869 be recognised by the peer as belonging to the same bundle.
4870 This makes it unsuitable for
4871 .Fl direct
4872 connections.
4873 .It Li psn Ar value
4874 The given
4875 .Ar value
4876 is used.
4877 .Ar Value
4878 should be set to an absolute public switched network number with the
4879 country code first.
4880 .El
4881 .Pp
4882 If no arguments are given, the endpoint discriminator is reset.
4883 .It set escape Ar value...
4884 This option is similar to the
4885 .Dq set accmap
4886 option above.
4887 It allows the user to specify a set of characters that will be
4888 .Sq escaped
4889 as they travel across the link.
4890 .It set filter dial|alive|in|out Ar rule-no Xo
4891 .No permit|deny|clear| Ns Ar rule-no
4892 .Op !\&
4893 .Oo Op host
4894 .Ar src_addr Ns Op / Ns Ar width
4895 .Op Ar dst_addr Ns Op / Ns Ar width
4896 .Oc [ Ns Ar proto
4897 .Op src lt|eq|gt Ar port
4898 .Op dst lt|eq|gt Ar port
4899 .Op estab
4900 .Op syn
4901 .Op finrst
4902 .Op timeout Ar secs ]
4903 .Xc
4904 .Nm
4905 supports four filter sets.
4906 The
4907 .Em alive
4908 filter specifies packets that keep the connection alive - resetting the
4909 idle timer.
4910 The
4911 .Em dial
4912 filter specifies packets that cause
4913 .Nm
4914 to dial when in
4915 .Fl auto
4916 mode.
4917 The
4918 .Em in
4919 filter specifies packets that are allowed to travel
4920 into the machine and the
4921 .Em out
4922 filter specifies packets that are allowed out of the machine.
4923 .Pp
4924 Filtering is done prior to any IP alterations that might be done by the
4925 NAT engine on outgoing packets and after any IP alterations that might
4926 be done by the NAT engine on incoming packets.
4927 By default all empty filter sets allow all packets to pass.
4928 Rules are processed in order according to
4929 .Ar rule-no
4930 (unless skipped by specifying a rule number as the
4931 .Ar action ) .
4932 Up to 40 rules may be given for each set.
4933 If a packet does not match
4934 any of the rules in a given set, it is discarded.
4935 In the case of
4936 .Em in
4937 and
4938 .Em out
4939 filters, this means that the packet is dropped.
4940 In the case of
4941 .Em alive
4942 filters it means that the packet will not reset the idle timer (even if
4943 the
4944 .Ar in Ns No / Ns Ar out
4945 filter has a
4946 .Dq timeout
4947 value) and in the case of
4948 .Em dial
4949 filters it means that the packet will not trigger a dial.
4950 A packet failing to trigger a dial will be dropped rather than queued.
4951 Refer to the
4952 section on
4953 .Sx PACKET FILTERING
4954 above for further details.
4955 .It set hangup Ar chat-script
4956 This specifies the chat script that will be used to reset the device
4957 before it is closed.
4958 It should not normally be necessary, but can
4959 be used for devices that fail to reset themselves properly on close.
4960 .It set help|? Op Ar command
4961 This command gives a summary of available set commands, or if
4962 .Ar command
4963 is specified, the command usage is shown.
4964 .It set ifaddr Oo Ar myaddr Ns
4965 .Op / Ns Ar \&nn
4966 .Oo Ar hisaddr Ns Op / Ns Ar \&nn
4967 .Oo Ar netmask
4968 .Op Ar triggeraddr
4969 .Oc Oc
4970 .Oc
4971 This command specifies the IP addresses that will be used during
4972 IPCP negotiation.
4973 Addresses are specified using the format
4974 .Pp
4975 .Dl a.b.c.d/nn
4976 .Pp
4977 Where
4978 .Dq a.b.c.d
4979 is the preferred IP, but
4980 .Ar nn
4981 specifies how many bits of the address we will insist on.
4982 If
4983 .No / Ns Ar nn
4984 is omitted, it defaults to
4985 .Dq /32
4986 unless the IP address is 0.0.0.0 in which case it defaults to
4987 .Dq /0 .
4988 .Pp
4989 If you wish to assign a dynamic IP number to the peer,
4990 .Ar hisaddr
4991 may also be specified as a range of IP numbers in the format
4992 .Bd -ragged -offset indent
4993 .Ar \&IP Ns Oo \&- Ns Ar \&IP Ns Xo
4994 .Oc Ns Oo , Ns Ar \&IP Ns
4995 .Op \&- Ns Ar \&IP Ns
4996 .Oc Ns ...
4997 .Xc
4998 .Ed
4999 .Pp
5000 for example:
5001 .Pp
5002 .Dl set ifaddr 10.0.0.1 10.0.1.2-10.0.1.10,10.0.1.20
5003 .Pp
5004 will only negotiate
5005 .Dq 10.0.0.1
5006 as the local IP number, but may assign any of the given 10 IP
5007 numbers to the peer.
5008 If the peer requests one of these numbers,
5009 and that number is not already in use,
5010 .Nm
5011 will grant the peers request.
5012 This is useful if the peer wants
5013 to re-establish a link using the same IP number as was previously
5014 allocated (thus maintaining any existing tcp or udp connections).
5015 .Pp
5016 If the peer requests an IP number that is either outside
5017 of this range or is already in use,
5018 .Nm
5019 will suggest a random unused IP number from the range.
5020 .Pp
5021 If
5022 .Ar triggeraddr
5023 is specified, it is used in place of
5024 .Ar myaddr
5025 in the initial IPCP negotiation.
5026 However, only an address in the
5027 .Ar myaddr
5028 range will be accepted.
5029 This is useful when negotiating with some
5030 .Dv PPP
5031 implementations that will not assign an IP number unless their peer
5032 requests
5033 .Dq 0.0.0.0 .
5034 .Pp
5035 It should be noted that in
5036 .Fl auto
5037 mode,
5038 .Nm
5039 will configure the interface immediately upon reading the
5040 .Dq set ifaddr
5041 line in the config file.
5042 In any other mode, these values are just
5043 used for IPCP negotiations, and the interface is not configured
5044 until the IPCP layer is up.
5045 .Pp
5046 Note that the
5047 .Ar HISADDR
5048 argument may be overridden by the third field in the
5049 .Pa ppp.secret
5050 file once the client has authenticated itself
5051 (if PAP or CHAP are
5052 .Dq enabled ) .
5053 Refer to the
5054 .Sx AUTHENTICATING INCOMING CONNECTIONS
5055 section for details.
5056 .Pp
5057 In all cases, if the interface is already configured,
5058 .Nm
5059 will try to maintain the interface IP numbers so that any existing
5060 bound sockets will remain valid.
5061 .It set ifqueue Ar packets
5062 Set the maximum number of packets that
5063 .Nm
5064 will read from the tunnel interface while data cannot be sent to any of
5065 the available links.
5066 This queue limit is necessary to flow control outgoing data as the tunnel
5067 interface is likely to be far faster than the combined links available to
5068 .Nm .
5069 .Pp
5070 If
5071 .Ar packets
5072 is set to a value less than the number of links,
5073 .Nm
5074 will read up to that value regardless.
5075 This prevents any possible latency problems.
5076 .Pp
5077 The default value for
5078 .Ar packets
5079 is
5080 .Dq 30 .
5081 .It set ccpretry|ccpretries Oo Ar timeout
5082 .Op Ar reqtries Op Ar trmtries
5083 .Oc
5084 .It set chapretry|chapretries Oo Ar timeout
5085 .Op Ar reqtries
5086 .Oc
5087 .It set ipcpretry|ipcpretries Oo Ar timeout
5088 .Op Ar reqtries Op Ar trmtries
5089 .Oc
5090 .It set ipv6cpretry|ipv6cpretries Oo Ar timeout
5091 .Op Ar reqtries Op Ar trmtries
5092 .Oc
5093 .It set lcpretry|lcpretries Oo Ar timeout
5094 .Op Ar reqtries Op Ar trmtries
5095 .Oc
5096 .It set papretry|papretries Oo Ar timeout
5097 .Op Ar reqtries
5098 .Oc
5099 These commands set the number of seconds that
5100 .Nm
5101 will wait before resending Finite State Machine (FSM) Request packets.
5102 The default
5103 .Ar timeout
5104 for all FSMs is 3 seconds (which should suffice in most cases).
5105 .Pp
5106 If
5107 .Ar reqtries
5108 is specified, it tells
5109 .Nm
5110 how many configuration request attempts it should make while receiving
5111 no reply from the peer before giving up.
5112 The default is 5 attempts for
5113 CCP, LCP and IPCP and 3 attempts for PAP and CHAP.
5114 .Pp
5115 If
5116 .Ar trmtries
5117 is specified, it tells
5118 .Nm
5119 how many terminate requests should be sent before giving up waiting for the
5120 peers response.
5121 The default is 3 attempts.
5122 Authentication protocols are
5123 not terminated and it is therefore invalid to specify
5124 .Ar trmtries
5125 for PAP or CHAP.
5126 .Pp
5127 In order to avoid negotiations with the peer that will never converge,
5128 .Nm
5129 will only send at most 3 times the configured number of
5130 .Ar reqtries
5131 in any given negotiation session before giving up and closing that layer.
5132 .It set log Xo
5133 .Op local
5134 .Op +|- Ns
5135 .Ar value Ns No ...
5136 .Xc
5137 This command allows the adjustment of the current log level.
5138 Refer to the Logging Facility section for further details.
5139 .It set login Ar chat-script
5140 This
5141 .Ar chat-script
5142 compliments the dial-script.
5143 If both are specified, the login
5144 script will be executed after the dial script.
5145 Escape sequences available in the dial script are also available here.
5146 .It set logout Ar chat-script
5147 This specifies the chat script that will be used to logout
5148 before the hangup script is called.
5149 It should not normally be necessary.
5150 .It set lqrperiod|echoperiod Ar frequency
5151 This command sets the
5152 .Ar frequency
5153 in seconds at which
5154 .Em LQR
5155 or
5156 .Em LCP ECHO
5157 packets are sent.
5158 The default is 30 seconds.
5159 You must also use the
5160 .Dq enable lqr
5161 and/or
5162 .Dq enable echo
5163 commands if you wish to send
5164 .Em LQR
5165 or
5166 .Em LCP ECHO
5167 requests to the peer.
5168 .It set mode Ar interactive|auto|ddial|background
5169 This command allows you to change the
5170 .Sq mode
5171 of the specified link.
5172 This is normally only useful in multi-link mode,
5173 but may also be used in uni-link mode.
5174 .Pp
5175 It is not possible to change a link that is
5176 .Sq direct
5177 or
5178 .Sq dedicated .
5179 .Pp
5180 Note: If you issue the command
5181 .Dq set mode auto ,
5182 and have network address translation enabled, it may be useful to
5183 .Dq enable iface-alias
5184 afterwards.
5185 This will allow
5186 .Nm
5187 to do the necessary address translations to enable the process that
5188 triggers the connection to connect once the link is up despite the
5189 peer assigning us a new (dynamic) IP address.
5190 .It set mppe Op 40|56|128|* Op stateless|stateful|*
5191 This option selects the encryption parameters used when negotiation
5192 MPPE.
5193 MPPE can be disabled entirely with the
5194 .Dq disable mppe
5195 command.
5196 If no arguments are given,
5197 .Nm
5198 will attempt to negotiate a stateful link with a 128 bit key, but
5199 will agree to whatever the peer requests (including no encryption
5200 at all).
5201 .Pp
5202 If any arguments are given,
5203 .Nm
5204 will
5205 .Em insist
5206 on using MPPE and will close the link if it is rejected by the peer (Note;
5207 this behaviour can be overridden by a configured RADIUS server).
5208 .Pp
5209 The first argument specifies the number of bits that
5210 .Nm
5211 should insist on during negotiations and the second specifies whether
5212 .Nm
5213 should insist on stateful or stateless mode.
5214 In stateless mode, the
5215 encryption dictionary is re-initialised with every packet according to
5216 an encryption key that is changed with every packet.
5217 In stateful mode,
5218 the encryption dictionary is re-initialised every 256 packets or after
5219 the loss of any data and the key is changed every 256 packets.
5220 Stateless mode is less efficient but is better for unreliable transport
5221 layers.
5222 .It set mrru Op Ar value
5223 Setting this option enables Multi-link PPP negotiations, also known as
5224 Multi-link Protocol or MP.
5225 There is no default MRRU (Maximum Reconstructed Receive Unit) value.
5226 If no argument is given, multi-link mode is disabled.
5227 .It set mru Xo
5228 .Op max Ns Op imum
5229 .Op Ar value
5230 .Xc
5231 The default MRU (Maximum Receive Unit) is 1500.
5232 If it is increased, the other side *may* increase its MTU.
5233 In theory there is no point in decreasing the MRU to below the default as the
5234 .Em PPP
5235 protocol says implementations *must* be able to accept packets of at
5236 least 1500 octets.
5237 .Pp
5238 If the
5239 .Dq maximum
5240 keyword is used,
5241 .Nm
5242 will refuse to negotiate a higher value.
5243 The maximum MRU can be set to 2048 at most.
5244 Setting a maximum of less than 1500 violates the
5245 .Em PPP
5246 rfc, but may sometimes be necessary.
5247 For example,
5248 .Em PPPoE
5249 imposes a maximum of 1492 due to hardware limitations.
5250 .Pp
5251 If no argument is given, 1500 is assumed.
5252 A value must be given when
5253 .Dq maximum
5254 is specified.
5255 .It set mtu Xo
5256 .Op max Ns Op imum
5257 .Op Ar value
5258 .Xc
5259 The default MTU is 1500.
5260 At negotiation time,
5261 .Nm
5262 will accept whatever MRU the peer requests (assuming it is
5263 not less than 296 bytes or greater than the assigned maximum).
5264 If the MTU is set,
5265 .Nm
5266 will not accept MRU values less than
5267 .Ar value .
5268 When negotiations are complete, the MTU is used when writing to the
5269 interface, even if the peer requested a higher value MRU.
5270 This can be useful for
5271 limiting your packet size (giving better bandwidth sharing at the expense
5272 of more header data).
5273 .Pp
5274 If the
5275 .Dq maximum
5276 keyword is used,
5277 .Nm
5278 will refuse to negotiate a higher value.
5279 The maximum MTU can be set to 2048 at most.
5280 Note, it is necessary to use the
5281 .Dq maximum
5282 keyword to limit the MTU when using PPPoE.
5283 .Pp
5284 If no
5285 .Ar value
5286 is given, 1500, or whatever the peer asks for is used.
5287 A value must be given when
5288 .Dq maximum
5289 is specified.
5290 .It set nbns Op Ar x.x.x.x Op Ar y.y.y.y
5291 This option allows the setting of the Microsoft NetBIOS name server
5292 values to be returned at the peers request.
5293 If no values are given,
5294 .Nm
5295 will reject any such requests.
5296 .It set openmode active|passive Op Ar delay
5297 By default,
5298 .Ar openmode
5299 is always
5300 .Ar active
5301 with a one second
5302 .Ar delay .
5303 That is,
5304 .Nm
5305 will always initiate LCP/IPCP/CCP negotiation one second after the line
5306 comes up.
5307 If you want to wait for the peer to initiate negotiations, you
5308 can use the value
5309 .Ar passive .
5310 If you want to initiate negotiations immediately or after more than one
5311 second, the appropriate
5312 .Ar delay
5313 may be specified here in seconds.
5314 .It set parity odd|even|none|mark
5315 This allows the line parity to be set.
5316 The default value is
5317 .Ar none .
5318 .It set phone Ar telno Ns Xo
5319 .Oo \&| Ns Ar backupnumber
5320 .Oc Ns ... Ns Oo : Ns Ar nextnumber
5321 .Oc Ns ...
5322 .Xc
5323 This allows the specification of the phone number to be used in
5324 place of the \\\\T string in the dial and login chat scripts.
5325 Multiple phone numbers may be given separated either by a pipe
5326 .Pq Dq \&|
5327 or a colon
5328 .Pq Dq \&: .
5329 .Pp
5330 Numbers after the pipe are only dialed if the dial or login
5331 script for the previous number failed.
5332 .Pp
5333 Numbers after the colon are tried sequentially, irrespective of
5334 the reason the line was dropped.
5335 .Pp
5336 If multiple numbers are given,
5337 .Nm
5338 will dial them according to these rules until a connection is made, retrying
5339 the maximum number of times specified by
5340 .Dq set redial
5341 below.
5342 In
5343 .Fl background
5344 mode, each number is attempted at most once.
5345 .It set pppoe Op standard|3Com
5346 This option configures the underlying
5347 .Xr ng_pppoe 4
5348 node to either standard RFC2516 PPPoE or proprietary 3Com mode.
5349 If not set the system default will be used.
5350 .It set Op proc Ns Xo
5351 .No title Op Ar value
5352 .Xc
5353 The current process title as displayed by
5354 .Xr ps 1
5355 is changed according to
5356 .Ar value .
5357 If
5358 .Ar value
5359 is not specified, the original process title is restored.
5360 All the
5361 word replacements done by the shell commands (see the
5362 .Dq bg
5363 command above) are done here too.
5364 .Pp
5365 Note, if USER is required in the process title, the
5366 .Dq set proctitle
5367 command must appear in
5368 .Pa ppp.linkup ,
5369 as it is not known when the commands in
5370 .Pa ppp.conf
5371 are executed.
5372 .It set radius Op Ar config-file
5373 This command enables RADIUS support (if it is compiled in).
5374 .Ar config-file
5375 refers to the radius client configuration file as described in
5376 .Xr radius.conf 5 .
5377 If PAP, CHAP, MSCHAP or MSCHAPv2 are
5378 .Dq enable Ns No d ,
5379 .Nm
5380 behaves as a
5381 .Em \&N Ns No etwork
5382 .Em \&A Ns No ccess
5383 .Em \&S Ns No erver
5384 and uses the configured RADIUS server to authenticate rather than
5385 authenticating from the
5386 .Pa ppp.secret
5387 file or from the passwd database.
5388 .Pp
5389 If none of PAP, CHAP, MSCHAP or MSCHAPv2 are enabled,
5390 .Dq set radius
5391 will do nothing.
5392 .Pp
5393 .Nm
5394 uses the following attributes from the RADIUS reply:
5395 .Bl -tag -width XXX -offset XXX
5396 .It RAD_FRAMED_IP_ADDRESS
5397 The peer IP address is set to the given value.
5398 .It RAD_FRAMED_IP_NETMASK
5399 The tun interface netmask is set to the given value.
5400 .It RAD_FRAMED_MTU
5401 If the given MTU is less than the peers MRU as agreed during LCP
5402 negotiation, *and* it is less that any configured MTU (see the
5403 .Dq set mru
5404 command), the tun interface MTU is set to the given value.
5405 .It RAD_FRAMED_COMPRESSION
5406 If the received compression type is
5407 .Dq 1 ,
5408 .Nm
5409 will request VJ compression during IPCP negotiations despite any
5410 .Dq disable vj
5411 configuration command.
5412 .It RAD_FILTER_ID
5413 If this attribute is supplied,
5414 .Nm
5415 will attempt to use it as an additional label to load from the
5416 .Pa ppp.linkup
5417 and
5418 .Pa ppp.linkdown
5419 files.
5420 The load will be attempted before (and in addition to) the normal
5421 label search.
5422 If the label does not exist, no action is taken and
5423 .Nm
5424 proceeds to the normal load using the current label.
5425 .It RAD_FRAMED_ROUTE
5426 The received string is expected to be in the format
5427 .Ar dest Ns Op / Ns Ar bits
5428 .Ar gw
5429 .Op Ar metrics .
5430 Any specified metrics are ignored.
5431 .Dv MYADDR
5432 and
5433 .Dv HISADDR
5434 are understood as valid values for
5435 .Ar dest
5436 and
5437 .Ar gw ,
5438 .Dq default
5439 can be used for
5440 .Ar dest
5441 to sepcify the default route, and
5442 .Dq 0.0.0.0
5443 is understood to be the same as
5444 .Dq default
5445 for
5446 .Ar dest
5447 and
5448 .Dv HISADDR
5449 for
5450 .Ar gw .
5451 .Pp
5452 For example, a returned value of
5453 .Dq 1.2.3.4/24 0.0.0.0 1 2 -1 3 400
5454 would result in a routing table entry to the 1.2.3.0/24 network via
5455 .Dv HISADDR
5456 and a returned value of
5457 .Dq 0.0.0.0 0.0.0.0
5458 or
5459 .Dq default HISADDR
5460 would result in a default route to
5461 .Dv HISADDR .
5462 .Pp
5463 All RADIUS routes are applied after any sticky routes are applied, making
5464 RADIUS routes override configured routes.
5465 This also applies for RADIUS routes that do not {include} the
5466 .Dv MYADDR
5467 or
5468 .Dv HISADDR
5469 keywords.
5470 .Pp
5471 .It RAD_FRAMED_IPV6_PREFIX
5472 If this attribute is supplied, the value is substituted for IPV6PREFIX
5473 in a command.
5474 You may pass it to such as DHCPv6 for delegating an
5475 IPv6 prefix to a peer.
5476 .It RAD_FRAMED_IPV6_ROUTE
5477 The received string is expected to be in the format
5478 .Ar dest Ns Op / Ns Ar bits
5479 .Ar gw
5480 .Op Ar metrics .
5481 Any specified metrics are ignored.
5482 .Dv MYADDR6
5483 and
5484 .Dv HISADDR6
5485 are understood as valid values for
5486 .Ar dest
5487 and
5488 .Ar gw ,
5489 .Dq default
5490 can be used for
5491 .Ar dest
5492 to sepcify the default route, and
5493 .Dq ::
5494 is understood to be the same as
5495 .Dq default
5496 for
5497 .Ar dest
5498 and
5499 .Dv HISADDR6
5500 for
5501 .Ar gw .
5502 .Pp
5503 For example, a returned value of
5504 .Dq 3ffe:505:abcd::/48 ::
5505 would result in a routing table entry to the 3ffe:505:abcd::/48 network via
5506 .Dv HISADDR6
5507 and a returned value of
5508 .Dq :: ::
5509 or
5510 .Dq default HISADDR6
5511 would result in a default route to
5512 .Dv HISADDR6 .
5513 .Pp
5514 All RADIUS IPv6 routes are applied after any sticky routes are
5515 applied, making RADIUS IPv6 routes override configured routes.
5516 This
5517 also applies for RADIUS IPv6 routes that do not {include} the
5518 .Dv MYADDR6
5519 or
5520 .Dv HISADDR6
5521 keywords.
5522 .Pp
5523 .It RAD_SESSION_TIMEOUT
5524 If supplied, the client connection is closed after the given number of
5525 seconds.
5526 .It RAD_REPLY_MESSAGE
5527 If supplied, this message is passed back to the peer as the authentication
5528 SUCCESS text.
5529 .It RAD_MICROSOFT_MS_CHAP_ERROR
5530 If this
5531 .Dv RAD_VENDOR_MICROSOFT
5532 vendor specific attribute is supplied, it is passed back to the peer as the
5533 authentication FAILURE text.
5534 .It RAD_MICROSOFT_MS_CHAP2_SUCCESS
5535 If this
5536 .Dv RAD_VENDOR_MICROSOFT
5537 vendor specific attribute is supplied and if MS-CHAPv2 authentication is
5538 being used, it is passed back to the peer as the authentication SUCCESS text.
5539 .It RAD_MICROSOFT_MS_MPPE_ENCRYPTION_POLICY
5540 If this
5541 .Dv RAD_VENDOR_MICROSOFT
5542 vendor specific attribute is supplied and has a value of 2 (Required),
5543 .Nm
5544 will insist that MPPE encryption is used (even if no
5545 .Dq set mppe
5546 configuration command has been given with arguments).
5547 If it is supplied with a value of 1 (Allowed), encryption is made optional
5548 (despite any
5549 .Dq set mppe
5550 configuration commands with arguments).
5551 .It RAD_MICROSOFT_MS_MPPE_ENCRYPTION_TYPES
5552 If this
5553 .Dv RAD_VENDOR_MICROSOFT
5554 vendor specific attribute is supplied, bits 1 and 2 are examined.
5555 If either or both are set, 40 bit and/or 128 bit (respectively) encryption
5556 options are set, overriding any given first argument to the
5557 .Dq set mppe
5558 command.
5559 Note, it is not currently possible for the RADIUS server to specify 56 bit
5560 encryption.
5561 .It RAD_MICROSOFT_MS_MPPE_RECV_KEY
5562 If this
5563 .Dv RAD_VENDOR_MICROSOFT
5564 vendor specific attribute is supplied, it is value is used as the master
5565 key for decryption of incoming data.
5566 When clients are authenticated using
5567 MSCHAPv2, the RADIUS server MUST provide this attribute if inbound MPPE is
5568 to function.
5569 .It RAD_MICROSOFT_MS_MPPE_SEND_KEY
5570 If this
5571 .Dv RAD_VENDOR_MICROSOFT
5572 vendor specific attribute is supplied, it is value is used as the master
5573 key for encryption of outgoing data.
5574 When clients are authenticated using
5575 MSCHAPv2, the RADIUS server MUST provide this attribute if outbound MPPE is
5576 to function.
5577 .El
5578 .Pp
5579 Values received from the RADIUS server may be viewed using
5580 .Dq show bundle .
5581 .It set rad_alive Ar timeout
5582 When RADIUS is configured, setting
5583 .Dq rad_alive
5584 to a non-zero
5585 .Ar timeout
5586 value will tell
5587 .Nm
5588 to sent RADIUS accounting information to the RADIUS server every
5589 .Ar timeout
5590 seconds.
5591 .It set rad_port_id Ar option
5592 When RADIUS is configured, setting the
5593 .Dq rad_port_id
5594 value allows to specify what should be sent to the RADIUS server as
5595 NAS-Port-Id.
5596 The
5597 .Ar option Ns No s
5598 are as follows:
5599 .Pp
5600 .Bl -tag -width Ds
5601 .It pid
5602 PID of the corresponding tunnel.
5603 .It tunnum
5604 .Xr tun 4
5605 interface number.
5606 .It ifnum
5607 index of the interface as returned by
5608 .Xr if_nametoindex 3 .
5609 .It default
5610 keeps the default behavior.
5611 .El
5612 .It set reconnect Ar timeout ntries
5613 Should the line drop unexpectedly (due to loss of CD or LQR
5614 failure), a connection will be re-established after the given
5615 .Ar timeout .
5616 The line will be re-connected at most
5617 .Ar ntries
5618 times.
5619 .Ar Ntries
5620 defaults to zero.
5621 A value of
5622 .Ar random
5623 for
5624 .Ar timeout
5625 will result in a variable pause, somewhere between 1 and 30 seconds.
5626 .It set recvpipe Op Ar value
5627 This sets the routing table RECVPIPE value.
5628 The optimum value is just over twice the MTU value.
5629 If
5630 .Ar value
5631 is unspecified or zero, the default kernel controlled value is used.
5632 .It set redial Ar secs Ns Xo
5633 .Oo + Ns Ar inc Ns
5634 .Op - Ns Ar max Ns
5635 .Oc Ns Op . Ns Ar next
5636 .Op Ar attempts
5637 .Xc
5638 .Nm
5639 can be instructed to attempt to redial
5640 .Ar attempts
5641 times.
5642 If more than one phone number is specified (see
5643 .Dq set phone
5644 above), a pause of
5645 .Ar next
5646 is taken before dialing each number.
5647 A pause of
5648 .Ar secs
5649 is taken before starting at the first number again.
5650 A literal value of
5651 .Dq Li random
5652 may be used here in place of
5653 .Ar secs
5654 and
5655 .Ar next ,
5656 causing a random delay of between 1 and 30 seconds.
5657 .Pp
5658 If
5659 .Ar inc
5660 is specified, its value is added onto
5661 .Ar secs
5662 each time
5663 .Nm
5664 tries a new number.
5665 .Ar secs
5666 will only be incremented at most
5667 .Ar max
5668 times.
5669 .Ar max
5670 defaults to 10.
5671 .Pp
5672 Note, the
5673 .Ar secs
5674 delay will be effective, even after
5675 .Ar attempts
5676 has been exceeded, so an immediate manual dial may appear to have
5677 done nothing.
5678 If an immediate dial is required, a
5679 .Dq !\&
5680 should immediately follow the
5681 .Dq open
5682 keyword.
5683 See the
5684 .Dq open
5685 description above for further details.
5686 .It set sendpipe Op Ar value
5687 This sets the routing table SENDPIPE value.
5688 The optimum value is just over twice the MTU value.
5689 If
5690 .Ar value
5691 is unspecified or zero, the default kernel controlled value is used.
5692 .It "set server|socket" Ar TcpPort Ns No \&| Ns Xo
5693 .Ar LocalName Ns No |none|open|closed
5694 .Op password Op Ar mask
5695 .Xc
5696 This command tells
5697 .Nm
5698 to listen on the given socket or
5699 .Sq diagnostic port
5700 for incoming command connections.
5701 .Pp
5702 The word
5703 .Dq none
5704 instructs
5705 .Nm
5706 to close any existing socket and clear the socket configuration.
5707 The word
5708 .Dq open
5709 instructs
5710 .Nm
5711 to attempt to re-open the port.
5712 The word
5713 .Dq closed
5714 instructs
5715 .Nm
5716 to close the open port.
5717 .Pp
5718 If you wish to specify a local domain socket,
5719 .Ar LocalName
5720 must be specified as an absolute file name, otherwise it is assumed
5721 to be the name or number of a TCP port.
5722 You may specify the octal umask to be used with a local domain socket.
5723 Refer to
5724 .Xr umask 2
5725 for umask details.
5726 Refer to
5727 .Xr services 5
5728 for details of how to translate TCP port names.
5729 .Pp
5730 You must also specify the password that must be entered by the client
5731 (using the
5732 .Dq passwd
5733 variable above) when connecting to this socket.
5734 If the password is
5735 specified as an empty string, no password is required for connecting clients.
5736 .Pp
5737 When specifying a local domain socket, the first
5738 .Dq %d
5739 sequence found in the socket name will be replaced with the current
5740 interface unit number.
5741 This is useful when you wish to use the same
5742 profile for more than one connection.
5743 .Pp
5744 In a similar manner TCP sockets may be prefixed with the
5745 .Dq +
5746 character, in which case the current interface unit number is added to
5747 the port number.
5748 .Pp
5749 When using
5750 .Nm
5751 with a server socket, the
5752 .Xr pppctl 8
5753 command is the preferred mechanism of communications.
5754 Currently,
5755 .Xr telnet 1
5756 can also be used, but link encryption may be implemented in the future, so
5757 .Xr telnet 1
5758 should be avoided.
5759 .Pp
5760 Note;
5761 .Dv SIGUSR1
5762 and
5763 .Dv SIGUSR2
5764 interact with the diagnostic socket.
5765 .It set speed Ar value
5766 This sets the speed of the serial device.
5767 If speed is specified as
5768 .Dq sync ,
5769 .Nm
5770 treats the device as a synchronous device.
5771 .Pp
5772 Certain device types will know whether they should be specified as
5773 synchronous or asynchronous.
5774 These devices will override incorrect
5775 settings and log a warning to this effect.
5776 .It set stopped Op Ar LCPseconds Op Ar CCPseconds
5777 If this option is set,
5778 .Nm
5779 will time out after the given FSM (Finite State Machine) has been in
5780 the stopped state for the given number of
5781 .Dq seconds .
5782 This option may be useful if the peer sends a terminate request,
5783 but never actually closes the connection despite our sending a terminate
5784 acknowledgement.
5785 This is also useful if you wish to
5786 .Dq set openmode passive
5787 and time out if the peer does not send a Configure Request within the
5788 given time.
5789 Use
5790 .Dq set log +lcp +ccp
5791 to make
5792 .Nm
5793 log the appropriate state transitions.
5794 .Pp
5795 The default value is zero, where
5796 .Nm
5797 does not time out in the stopped state.
5798 .Pp
5799 This value should not be set to less than the openmode delay (see
5800 .Dq set openmode
5801 above).
5802 .It set timeout Ar idleseconds Op Ar mintimeout
5803 This command allows the setting of the idle timer.
5804 Refer to the section titled
5805 .Sx SETTING THE IDLE TIMER
5806 for further details.
5807 .Pp
5808 If
5809 .Ar mintimeout
5810 is specified,
5811 .Nm
5812 will never idle out before the link has been up for at least that number
5813 of seconds.
5814 .It set urgent Xo
5815 .Op tcp|udp|none
5816 .Oo Op +|- Ns
5817 .Ar port
5818 .Oc No ...
5819 .Xc
5820 This command controls the ports that
5821 .Nm
5822 prioritizes when transmitting data.
5823 The default priority TCP ports
5824 are ports 21 (ftp control), 22 (ssh), 23 (telnet), 513 (login), 514 (shell),
5825 543 (klogin) and 544 (kshell).
5826 There are no priority UDP ports by default.
5827 See
5828 .Xr services 5
5829 for details.
5830 .Pp
5831 If neither
5832 .Dq tcp
5833 or
5834 .Dq udp
5835 are specified,
5836 .Dq tcp
5837 is assumed.
5838 .Pp
5839 If no
5840 .Ar port Ns No s
5841 are given, the priority port lists are cleared (although if
5842 .Dq tcp
5843 or
5844 .Dq udp
5845 is specified, only that list is cleared).
5846 If the first
5847 .Ar port
5848 argument is prefixed with a plus
5849 .Pq Dq \&+
5850 or a minus
5851 .Pq Dq \&- ,
5852 the current list is adjusted, otherwise the list is reassigned.
5853 .Ar port Ns No s
5854 prefixed with a plus or not prefixed at all are added to the list and
5855 .Ar port Ns No s
5856 prefixed with a minus are removed from the list.
5857 .Pp
5858 If
5859 .Dq none
5860 is specified, all priority port lists are disabled and even
5861 .Dv IPTOS_LOWDELAY
5862 packets are not prioritised.
5863 .It set vj slotcomp on|off
5864 This command tells
5865 .Nm
5866 whether it should attempt to negotiate VJ slot compression.
5867 By default, slot compression is turned
5868 .Ar on .
5869 .It set vj slots Ar nslots
5870 This command sets the initial number of slots that
5871 .Nm
5872 will try to negotiate with the peer when VJ compression is enabled (see the
5873 .Sq enable
5874 command above).
5875 It defaults to a value of 16.
5876 .Ar Nslots
5877 must be between
5878 .Ar 4
5879 and
5880 .Ar 16
5881 inclusive.
5882 .El
5883 .Pp
5884 .It shell|! Op Ar command
5885 If
5886 .Ar command
5887 is not specified a shell is invoked according to the
5888 .Dv SHELL
5889 environment variable.
5890 Otherwise, the given
5891 .Ar command
5892 is executed.
5893 Word replacement is done in the same way as for the
5894 .Dq !bg
5895 command as described above.
5896 .Pp
5897 Use of the !\& character
5898 requires a following space as with any of the other commands.
5899 You should note that this command is executed in the foreground;
5900 .Nm
5901 will not continue running until this process has exited.
5902 Use the
5903 .Dv bg
5904 command if you wish processing to happen in the background.
5905 .It show Ar var
5906 This command allows the user to examine the following:
5907 .Bl -tag -width 2n
5908 .It show bundle
5909 Show the current bundle settings.
5910 .It show ccp
5911 Show the current CCP compression statistics.
5912 .It show compress
5913 Show the current VJ compression statistics.
5914 .It show escape
5915 Show the current escape characters.
5916 .It show filter Op Ar name
5917 List the current rules for the given filter.
5918 If
5919 .Ar name
5920 is not specified, all filters are shown.
5921 .It show hdlc
5922 Show the current HDLC statistics.
5923 .It show help|?
5924 Give a summary of available show commands.
5925 .It show iface
5926 Show the current interface information
5927 (the same as
5928 .Dq iface show ) .
5929 .It show ipcp
5930 Show the current IPCP statistics.
5931 .It show layers
5932 Show the protocol layers currently in use.
5933 .It show lcp
5934 Show the current LCP statistics.
5935 .It show Op data Ns Xo
5936 .No link
5937 .Xc
5938 Show high level link information.
5939 .It show links
5940 Show a list of available logical links.
5941 .It show log
5942 Show the current log values.
5943 .It show mem
5944 Show current memory statistics.
5945 .It show ncp
5946 Show the current NCP statistics.
5947 .It show physical
5948 Show low level link information.
5949 .It show mp
5950 Show Multi-link information.
5951 .It show proto
5952 Show current protocol totals.
5953 .It show route
5954 Show the current routing tables.
5955 .It show stopped
5956 Show the current stopped timeouts.
5957 .It show timer
5958 Show the active alarm timers.
5959 .It show version
5960 Show the current version number of
5961 .Nm .
5962 .El
5963 .Pp
5964 .It term
5965 Go into terminal mode.
5966 Characters typed at the keyboard are sent to the device.
5967 Characters read from the device are displayed on the screen.
5968 When a remote
5969 .Em PPP
5970 peer is detected,
5971 .Nm
5972 automatically enables Packet Mode and goes back into command mode.
5973 .El
5974 .Sh MORE DETAILS
5975 .Bl -bullet
5976 .It
5977 Read the example configuration files.
5978 They are a good source of information.
5979 .It
5980 Use
5981 .Dq help ,
5982 .Dq nat \&? ,
5983 .Dq enable \&? ,
5984 .Dq set ?\&
5985 and
5986 .Dq show ?\&
5987 to get online information about what is available.
5988 .It
5989 The following URLs contain useful information:
5990 .Bl -bullet -compact
5991 .It
5992 http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/ppp.html
5993 .It
5994 http://www.FreeBSD.org/doc/handbook/userppp.html
5995 .El
5996 .Pp
5997 .El
5998 .Sh FILES
5999 .Nm
6000 refers to four files:
6001 .Pa ppp.conf ,
6002 .Pa ppp.linkup ,
6003 .Pa ppp.linkdown
6004 and
6005 .Pa ppp.secret .
6006 These files are placed in the
6007 .Pa /etc/ppp
6008 directory.
6009 .Bl -tag -width 2n
6010 .It Pa /etc/ppp/ppp.conf
6011 System default configuration file.
6012 .It Pa /etc/ppp/ppp.secret
6013 An authorisation file for each system.
6014 .It Pa /etc/ppp/ppp.linkup
6015 A file to check when
6016 .Nm
6017 establishes a network level connection.
6018 .It Pa /etc/ppp/ppp.linkdown
6019 A file to check when
6020 .Nm
6021 closes a network level connection.
6022 .It Pa /var/log/ppp.log
6023 Logging and debugging information file.
6024 Note, this name is specified in
6025 .Pa /etc/syslog.conf .
6026 See
6027 .Xr syslog.conf 5
6028 for further details.
6029 .It Pa /var/spool/lock/LCK..*
6030 tty port locking file.
6031 Refer to
6032 .Xr uucplock 3
6033 for further details.
6034 .It Pa /var/run/tunN.pid
6035 The process id (pid) of the
6036 .Nm
6037 program connected to the tunN device, where
6038 .Sq N
6039 is the number of the device.
6040 .It Pa /var/run/ttyXX.if
6041 The tun interface used by this port.
6042 Again, this file is only created in
6043 .Fl background ,
6044 .Fl auto
6045 and
6046 .Fl ddial
6047 modes.
6048 .It Pa /etc/services
6049 Get port number if port number is using service name.
6050 .It Pa /var/run/ppp-authname-class-value
6051 In multi-link mode, local domain sockets are created using the peer
6052 authentication name
6053 .Pq Sq authname ,
6054 the peer endpoint discriminator class
6055 .Pq Sq class
6056 and the peer endpoint discriminator value
6057 .Pq Sq value .
6058 As the endpoint discriminator value may be a binary value, it is turned
6059 to HEX to determine the actual file name.
6060 .Pp
6061 This socket is used to pass links between different instances of
6062 .Nm .
6063 .El
6064 .Sh SEE ALSO
6065 .Xr at 1 ,
6066 .Xr ftp 1 ,
6067 .Xr gzip 1 ,
6068 .Xr hostname 1 ,
6069 .Xr login 1 ,
6070 .Xr tcpdump 1 ,
6071 .Xr telnet 1 ,
6072 .Xr kldload 2 ,
6073 ifdef({LOCALNAT},{},{.Xr libalias 3 ,
6074 })dnl
6075 ifdef({LOCALRAD},{},{.Xr libradius 3 ,
6076 })dnl
6077 .Xr syslog 3 ,
6078 .Xr uucplock 3 ,
6079 .Xr netgraph 4 ,
6080 .Xr ng_pppoe 4 ,
6081 .Xr crontab 5 ,
6082 .Xr group 5 ,
6083 .Xr passwd 5 ,
6084 .Xr protocols 5 ,
6085 .Xr radius.conf 5 ,
6086 .Xr resolv.conf 5 ,
6087 .Xr syslog.conf 5 ,
6088 .Xr adduser 8 ,
6089 .Xr chat 8 ,
6090 .Xr getty 8 ,
6091 .Xr inetd 8 ,
6092 .Xr init 8 ,
6093 .Xr isdnd 8 ,
6094 .Xr named 8 ,
6095 .Xr ping 8 ,
6096 .Xr pppctl 8 ,
6097 .Xr pppd 8 ,
6098 .Xr pppoed 8 ,
6099 .Xr route 8 ,
6100 .Xr sshd 8 ,
6101 .Xr syslogd 8 ,
6102 .Xr traceroute 8 ,
6103 .Xr vipw 8
6104 .Sh HISTORY
6105 This program was originally written by
6106 .An Toshiharu OHNO Aq tony-o@iij.ad.jp ,
6107 and was submitted to
6108 .Fx 2.0.5
6109 by
6110 .An Atsushi Murai Aq amurai@spec.co.jp .
6111 .Pp
6112 It was substantially modified during 1997 by
6113 .An Brian Somers Aq brian@Awfulhak.org ,
6114 and was ported to
6115 .Ox
6116 in November that year
6117 (just after the 2.2 release).
6118 .Pp
6119 Most of the code was rewritten by
6120 .An Brian Somers
6121 in early 1998 when multi-link ppp support was added.