]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sbin/natd/natd.8
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sbin / natd / natd.8
1 .\" $FreeBSD$
2 .Dd February 4, 2008
3 .Dt NATD 8
4 .Os
5 .Sh NAME
6 .Nm natd
7 .Nd Network Address Translation daemon
8 .Sh SYNOPSIS
9 .Nm
10 .Bk -words
11 .Op Fl unregistered_only | u
12 .Op Fl log | l
13 .Op Fl proxy_only
14 .Op Fl reverse
15 .Op Fl deny_incoming | d
16 .Op Fl use_sockets | s
17 .Op Fl same_ports | m
18 .Op Fl verbose | v
19 .Op Fl dynamic
20 .Op Fl in_port | i Ar port
21 .Op Fl out_port | o Ar port
22 .Op Fl port | p Ar port
23 .Op Fl alias_address | a Ar address
24 .Op Fl target_address | t Ar address
25 .Op Fl interface | n Ar interface
26 .Op Fl proxy_rule Ar proxyspec
27 .Op Fl redirect_port Ar linkspec
28 .Op Fl redirect_proto Ar linkspec
29 .Op Fl redirect_address Ar linkspec
30 .Op Fl config | f Ar configfile
31 .Op Fl instance Ar instancename
32 .Op Fl globalport Ar port
33 .Op Fl log_denied
34 .Op Fl log_facility Ar facility_name
35 .Op Fl punch_fw Ar firewall_range
36 .Op Fl skinny_port Ar port
37 .Op Fl log_ipfw_denied
38 .Op Fl pid_file | P Ar pidfile
39 .Ek
40 .Sh DESCRIPTION
41 The
42 .Nm
43 utility provides a Network Address Translation facility for use
44 with
45 .Xr divert 4
46 sockets under
47 .Fx .
48 .Pp
49 (If you need NAT on a PPP link,
50 .Xr ppp 8
51 provides the
52 .Fl nat
53 option that gives most of the
54 .Nm
55 functionality, and uses the same
56 .Xr libalias 3
57 library.)
58 .Pp
59 The
60 .Nm
61 utility normally runs in the background as a daemon.
62 It is passed raw IP packets as they travel into and out of the machine,
63 and will possibly change these before re-injecting them back into the
64 IP packet stream.
65 .Pp
66 It changes all packets destined for another host so that their source
67 IP address is that of the current machine.
68 For each packet changed in this manner, an internal table entry is
69 created to record this fact.
70 The source port number is also changed to indicate the table entry
71 applying to the packet.
72 Packets that are received with a target IP of the current host are
73 checked against this internal table.
74 If an entry is found, it is used to determine the correct target IP
75 address and port to place in the packet.
76 .Pp
77 The following command line options are available:
78 .Bl -tag -width Fl
79 .It Fl log | l
80 Log various aliasing statistics and information to the file
81 .Pa /var/log/alias.log .
82 This file is truncated each time
83 .Nm
84 is started.
85 .It Fl deny_incoming | d
86 Do not pass incoming packets that have no
87 entry in the internal translation table.
88 .Pp
89 If this option is not used, then such a packet will be altered
90 using the rules in
91 .Fl target_address
92 below, and the entry will be made in the internal translation table.
93 .It Fl log_denied
94 Log denied incoming packets via
95 .Xr syslog 3
96 (see also
97 .Fl log_facility ) .
98 .It Fl log_facility Ar facility_name
99 Use specified log facility when logging information via
100 .Xr syslog 3 .
101 Argument
102 .Ar facility_name
103 is one of the keywords specified in
104 .Xr syslog.conf 5 .
105 .It Fl use_sockets | s
106 Allocate a
107 .Xr socket 2
108 in order to establish an FTP data or IRC DCC send connection.
109 This option uses more system resources, but guarantees successful
110 connections when port numbers conflict.
111 .It Fl same_ports | m
112 Try to keep the same port number when altering outgoing packets.
113 With this option, protocols such as RPC will have a better chance
114 of working.
115 If it is not possible to maintain the port number, it will be silently
116 changed as per normal.
117 .It Fl verbose | v
118 Do not call
119 .Xr daemon 3
120 on startup.
121 Instead, stay attached to the controlling terminal and display all packet
122 alterations to the standard output.
123 This option should only be used for debugging purposes.
124 .It Fl unregistered_only | u
125 Only alter outgoing packets with an
126 .Em unregistered
127 source address.
128 According to RFC 1918, unregistered source addresses are 10.0.0.0/8,
129 172.16.0.0/12 and 192.168.0.0/16.
130 .It Fl redirect_port Ar proto Xo
131 .Ar targetIP Ns : Ns Xo
132 .Ar targetPORT Ns Op - Ns Ar targetPORT Xc
133 .Op Ar aliasIP Ns : Ns Xo
134 .Ar aliasPORT Ns Op - Ns Ar aliasPORT Xc
135 .Oo Ar remoteIP Ns Oo : Ns
136 .Ar remotePORT Ns Op - Ns Ar remotePORT
137 .Oc Oc
138 .Xc
139 Redirect incoming connections arriving to given port(s) to another host
140 and port(s).
141 Argument
142 .Ar proto
143 is either
144 .Ar tcp
145 or
146 .Ar udp ,
147 .Ar targetIP
148 is the desired target IP address,
149 .Ar targetPORT
150 is the desired target port number or range,
151 .Ar aliasPORT
152 is the requested port number or range, and
153 .Ar aliasIP
154 is the aliasing address.
155 Arguments
156 .Ar remoteIP
157 and
158 .Ar remotePORT
159 can be used to specify the connection more accurately if necessary.
160 If
161 .Ar remotePORT
162 is not specified, it is assumed to be all ports.
163 .Pp
164 Arguments
165 .Ar targetIP , aliasIP
166 and
167 .Ar remoteIP
168 can be given as IP addresses or as hostnames.
169 The
170 .Ar targetPORT , aliasPORT
171 and
172 .Ar remotePORT
173 ranges need not be the same numerically, but must have the same size.
174 When
175 .Ar targetPORT , aliasPORT
176 or
177 .Ar remotePORT
178 specifies a singular value (not a range), it can be given as a service
179 name that is searched for in the
180 .Xr services 5
181 database.
182 .Pp
183 For example, the argument
184 .Pp
185 .Dl Ar tcp inside1:telnet 6666
186 .Pp
187 means that incoming TCP packets destined for port 6666 on this machine
188 will be sent to the telnet port on the inside1 machine.
189 .Pp
190 .Dl Ar tcp inside2:2300-2399 3300-3399
191 .Pp
192 will redirect incoming connections on ports 3300-3399 to host
193 inside2, ports 2300-2399.
194 The mapping is 1:1 meaning port 3300 maps to 2300, 3301 maps to 2301, etc.
195 .It Fl redirect_proto Ar proto localIP Oo
196 .Ar publicIP Op Ar remoteIP
197 .Oc
198 Redirect incoming IP packets of protocol
199 .Ar proto
200 (see
201 .Xr protocols 5 )
202 destined for
203 .Ar publicIP
204 address to a
205 .Ar localIP
206 address and vice versa.
207 .Pp
208 If
209 .Ar publicIP
210 is not specified, then the default aliasing address is used.
211 If
212 .Ar remoteIP
213 is specified, then only packets coming from/to
214 .Ar remoteIP
215 will match the rule.
216 .It Fl redirect_address Ar localIP publicIP
217 Redirect traffic for public IP address to a machine on the local
218 network.
219 This function is known as
220 .Em static NAT .
221 Normally static NAT is useful if your ISP has allocated a small block
222 of IP addresses to you, but it can even be used in the case of single
223 address:
224 .Pp
225 .Dl Ar redirect_address 10.0.0.8 0.0.0.0
226 .Pp
227 The above command would redirect all incoming traffic
228 to machine 10.0.0.8.
229 .Pp
230 If several address aliases specify the same public address
231 as follows
232 .Bd -literal -offset indent
233 redirect_address 192.168.0.2 public_addr
234 redirect_address 192.168.0.3 public_addr
235 redirect_address 192.168.0.4 public_addr
236 .Ed
237 .Pp
238 the incoming traffic will be directed to the last
239 translated local address (192.168.0.4), but outgoing
240 traffic from the first two addresses will still be aliased
241 to appear from the specified
242 .Ar public_addr .
243 .It Fl redirect_port Ar proto Xo
244 .Ar targetIP Ns : Ns Xo
245 .Ar targetPORT Ns Oo , Ns
246 .Ar targetIP Ns : Ns Xo
247 .Ar targetPORT Ns Oo , Ns
248 .Ar ...\&
249 .Oc Oc
250 .Xc
251 .Xc
252 .Op Ar aliasIP Ns : Ns Xo
253 .Ar aliasPORT
254 .Xc
255 .Oo Ar remoteIP Ns
256 .Op : Ns Ar remotePORT
257 .Oc
258 .Xc
259 .It Fl redirect_address Xo
260 .Ar localIP Ns Oo , Ns
261 .Ar localIP Ns Oo , Ns
262 .Ar ...\&
263 .Oc Oc
264 .Ar publicIP
265 .Xc
266 These forms of
267 .Fl redirect_port
268 and
269 .Fl redirect_address
270 are used to transparently offload network load on a single server and
271 distribute the load across a pool of servers.
272 This function is known as
273 .Em LSNAT
274 (RFC 2391).
275 For example, the argument
276 .Pp
277 .Dl Ar tcp www1:http,www2:http,www3:http www:http
278 .Pp
279 means that incoming HTTP requests for host www will be transparently
280 redirected to one of the www1, www2 or www3, where a host is selected
281 simply on a round-robin basis, without regard to load on the net.
282 .It Fl dynamic
283 If the
284 .Fl n
285 or
286 .Fl interface
287 option is used,
288 .Nm
289 will monitor the routing socket for alterations to the
290 .Ar interface
291 passed.
292 If the interface's IP address is changed,
293 .Nm
294 will dynamically alter its concept of the alias address.
295 .It Fl in_port | i Ar port
296 Read from and write to
297 .Xr divert 4
298 port
299 .Ar port ,
300 treating all packets as
301 .Dq incoming .
302 .It Fl out_port | o Ar port
303 Read from and write to
304 .Xr divert 4
305 port
306 .Ar port ,
307 treating all packets as
308 .Dq outgoing .
309 .It Fl port | p Ar port
310 Read from and write to
311 .Xr divert 4
312 port
313 .Ar port ,
314 distinguishing packets as
315 .Dq incoming
316 or
317 .Dq outgoing
318 using the rules specified in
319 .Xr divert 4 .
320 If
321 .Ar port
322 is not numeric, it is searched for in the
323 .Xr services 5
324 database.
325 If this option is not specified, the divert port named
326 .Ar natd
327 will be used as a default.
328 .It Fl alias_address | a Ar address
329 Use
330 .Ar address
331 as the aliasing address.
332 Either this or the
333 .Fl interface
334 option must be used (but not both),
335 if the
336 .Fl proxy_only
337 option is not specified.
338 The specified address is usually the address assigned to the
339 .Dq public
340 network interface.
341 .Pp
342 All data passing
343 .Em out
344 will be rewritten with a source address equal to
345 .Ar address .
346 All data coming
347 .Em in
348 will be checked to see if it matches any already-aliased outgoing
349 connection.
350 If it does, the packet is altered accordingly.
351 If not, all
352 .Fl redirect_port ,
353 .Fl redirect_proto
354 and
355 .Fl redirect_address
356 assignments are checked and actioned.
357 If no other action can be made and if
358 .Fl deny_incoming
359 is not specified, the packet is delivered to the local machine
360 using the rules specified in
361 .Fl target_address
362 option below.
363 .It Fl t | target_address Ar address
364 Set the target address.
365 When an incoming packet not associated with any pre-existing link
366 arrives at the host machine, it will be sent to the specified
367 .Ar address .
368 .Pp
369 The target address may be set to
370 .Ar 255.255.255.255 ,
371 in which case all new incoming packets go to the alias address set by
372 .Fl alias_address
373 or
374 .Fl interface .
375 .Pp
376 If this option is not used, or called with the argument
377 .Ar 0.0.0.0 ,
378 then all new incoming packets go to the address specified in
379 the packet.
380 This allows external machines to talk directly to internal machines if
381 they can route packets to the machine in question.
382 .It Fl interface | n Ar interface
383 Use
384 .Ar interface
385 to determine the aliasing address.
386 If there is a possibility that the IP address associated with
387 .Ar interface
388 may change, the
389 .Fl dynamic
390 option should also be used.
391 If this option is not specified, the
392 .Fl alias_address
393 option must be used.
394 .Pp
395 The specified
396 .Ar interface
397 is usually the
398 .Dq public
399 (or
400 .Dq external )
401 network interface.
402 .It Fl config | f Ar file
403 Read configuration from
404 .Ar file .
405 A
406 .Ar file
407 should contain a list of options, one per line, in the same form
408 as the long form of the above command line options.
409 For example, the line
410 .Pp
411 .Dl alias_address 158.152.17.1
412 .Pp
413 would specify an alias address of 158.152.17.1.
414 Options that do not take an argument are specified with an argument of
415 .Ar yes
416 or
417 .Ar no
418 in the configuration file.
419 For example, the line
420 .Pp
421 .Dl log yes
422 .Pp
423 is synonymous with
424 .Fl log .
425 .Pp
426 Options can be divided to several sections.
427 Each section applies to own
428 .Nm
429 instance.
430 This ability allows to configure one
431 .Nm
432 process for several NAT instances.
433 The first instance that always exists is a "default" instance.
434 Each another instance should begin with
435 .Pp
436 .Dl instance Ar instance_name
437 .Pp
438 At the next should be placed a configuration option.
439 Example:
440 .Pp
441 .Dl \&# default instance
442 .Dl port 8668
443 .Dl alias_address 158.152.17.1
444 .Pp
445 .Dl \&# second instance
446 .Dl instance dsl1
447 .Dl port 8888
448 .Dl alias_address 192.168.0.1
449 .Pp
450 Trailing spaces and empty lines are ignored.
451 A
452 .Ql \&#
453 sign will mark the rest of the line as a comment.
454 .It Fl instance Ar instancename
455 This option switches command line options processing to configure instance
456 .Ar instancename
457 (creating it if necessary) till the next
458 .Fl instance
459 option or end of command line.
460 It is easier to set up multiple instances in the configuration file
461 specified with the
462 .Fl config
463 option rather than on a command line.
464 .It Fl globalport Ar port
465 Read from and write to
466 .Xr divert 4
467 port
468 .Ar port ,
469 treating all packets as
470 .Dq outgoing .
471 This option is intended to be used with multiple instances:
472 packets received on this port are checked against
473 internal translation tables of every configured instance.
474 If an entry is found, packet is aliased according to that entry.
475 In no entry was found in any of the instances, packet is passed
476 unchanged, and no new entry will be created.
477 See the section
478 .Sx MULTIPLE INSTANCES
479 for more details.
480 .It Fl reverse
481 This option makes
482 .Nm
483 reverse the way it handles
484 .Dq incoming
485 and
486 .Dq outgoing
487 packets, allowing it to operate on the
488 .Dq internal
489 network interface rather than the
490 .Dq external
491 one.
492 .Pp
493 This can be useful in some transparent proxying situations
494 when outgoing traffic is redirected to the local machine
495 and
496 .Nm
497 is running on the internal interface (it usually runs on the
498 external interface).
499 .It Fl proxy_only
500 Force
501 .Nm
502 to perform transparent proxying only.
503 Normal address translation is not performed.
504 .It Fl proxy_rule Xo
505 .Op Ar type encode_ip_hdr | encode_tcp_stream
506 .Ar port xxxx
507 .Ar server a.b.c.d:yyyy
508 .Xc
509 Enable transparent proxying.
510 Outgoing TCP packets with the given port going through this
511 host to any other host are redirected to the given server and port.
512 Optionally, the original target address can be encoded into the packet.
513 Use
514 .Ar encode_ip_hdr
515 to put this information into the IP option field or
516 .Ar encode_tcp_stream
517 to inject the data into the beginning of the TCP stream.
518 .It Fl punch_fw Xo
519 .Ar basenumber Ns : Ns Ar count
520 .Xc
521 This option directs
522 .Nm
523 to
524 .Dq punch holes
525 in an
526 .Xr ipfirewall 4
527 based firewall for FTP/IRC DCC connections.
528 This is done dynamically by installing temporary firewall rules which
529 allow a particular connection (and only that connection) to go through
530 the firewall.
531 The rules are removed once the corresponding connection terminates.
532 .Pp
533 A maximum of
534 .Ar count
535 rules starting from the rule number
536 .Ar basenumber
537 will be used for punching firewall holes.
538 The range will be cleared for all rules on startup.
539 This option has no effect when the kernel is in security
540 level 3, see
541 .Xr init 8
542 for more information.
543 .It Fl skinny_port Ar port
544 This option allows you to specify the TCP port used for
545 the Skinny Station protocol.
546 Skinny is used by Cisco IP phones to communicate with
547 Cisco Call Managers to set up voice over IP calls.
548 By default, Skinny aliasing is not performed.
549 The typical port value for Skinny is 2000.
550 .It Fl log_ipfw_denied
551 Log when a packet cannot be re-injected because an
552 .Xr ipfw 8
553 rule blocks it.
554 This is the default with
555 .Fl verbose .
556 .It Fl pid_file | P Ar file
557 Specify an alternate file in which to store the process ID.
558 The default is
559 .Pa /var/run/natd.pid .
560 .El
561 .Sh RUNNING NATD
562 The following steps are necessary before attempting to run
563 .Nm :
564 .Bl -enum
565 .It
566 Build a custom kernel with the following options:
567 .Bd -literal -offset indent
568 options IPFIREWALL
569 options IPDIVERT
570 .Ed
571 .Pp
572 Refer to the handbook for detailed instructions on building a custom
573 kernel.
574 .It
575 Ensure that your machine is acting as a gateway.
576 This can be done by specifying the line
577 .Pp
578 .Dl gateway_enable=YES
579 .Pp
580 in the
581 .Pa /etc/rc.conf
582 file or using the command
583 .Pp
584 .Dl "sysctl net.inet.ip.forwarding=1"
585 .Pp
586 .It
587 If you use the
588 .Fl interface
589 option, make sure that your interface is already configured.
590 If, for example, you wish to specify
591 .Ql tun0
592 as your
593 .Ar interface ,
594 and you are using
595 .Xr ppp 8
596 on that interface, you must make sure that you start
597 .Nm ppp
598 prior to starting
599 .Nm .
600 .El
601 .Pp
602 Running
603 .Nm
604 is fairly straight forward.
605 The line
606 .Pp
607 .Dl natd -interface ed0
608 .Pp
609 should suffice in most cases (substituting the correct interface name).
610 Please check
611 .Xr rc.conf 5
612 on how to configure it to be started automatically during boot.
613 Once
614 .Nm
615 is running, you must ensure that traffic is diverted to
616 .Nm :
617 .Bl -enum
618 .It
619 You will need to adjust the
620 .Pa /etc/rc.firewall
621 script to taste.
622 If you are not interested in having a firewall, the
623 following lines will do:
624 .Bd -literal -offset indent
625 /sbin/ipfw -f flush
626 /sbin/ipfw add divert natd all from any to any via ed0
627 /sbin/ipfw add pass all from any to any
628 .Ed
629 .Pp
630 The second line depends on your interface (change
631 .Ql ed0
632 as appropriate).
633 .Pp
634 You should be aware of the fact that, with these firewall settings,
635 everyone on your local network can fake his source-address using your
636 host as gateway.
637 If there are other hosts on your local network, you are strongly
638 encouraged to create firewall rules that only allow traffic to and
639 from trusted hosts.
640 .Pp
641 If you specify real firewall rules, it is best to specify line 2 at
642 the start of the script so that
643 .Nm
644 sees all packets before they are dropped by the firewall.
645 .Pp
646 After translation by
647 .Nm ,
648 packets re-enter the firewall at the rule number following the rule number
649 that caused the diversion (not the next rule if there are several at the
650 same number).
651 .It
652 Enable your firewall by setting
653 .Pp
654 .Dl firewall_enable=YES
655 .Pp
656 in
657 .Pa /etc/rc.conf .
658 This tells the system startup scripts to run the
659 .Pa /etc/rc.firewall
660 script.
661 If you do not wish to reboot now, just run this by hand from the console.
662 NEVER run this from a remote session unless you put it into the background.
663 If you do, you will lock yourself out after the flush takes place, and
664 execution of
665 .Pa /etc/rc.firewall
666 will stop at this point - blocking all accesses permanently.
667 Running the script in the background should be enough to prevent this
668 disaster.
669 .El
670 .Sh MULTIPLE INSTANCES
671 It is not so uncommon to have a need of aliasing to several external IP
672 addresses.
673 While this traditionally was achieved by running several
674 .Nm
675 processes with independent configurations,
676 .Nm
677 can have multiple aliasing instances in a single process,
678 also allowing them to be not so independent of each other.
679 For example, let us see a common task of load balancing two
680 channels to different providers on a machine with two external
681 interfaces
682 .Ql sis0
683 (with IP 1.2.3.4) and
684 .Ql sis2
685 (with IP 2.3.4.5):
686 .Bd -literal -offset indent
687           net 1.2.3.0/24
688 1.2.3.1 ------------------ sis0
689 (router)                (1.2.3.4)
690                                          net 10.0.0.0/24
691                                   sis1 ------------------- 10.0.0.2
692                                (10.0.0.1)
693           net 2.3.4.0/24
694 2.3.4.1 ------------------ sis2
695 (router)                (2.3.4.5)
696 .Ed
697 .Pp
698 Default route is out via
699 .Ql sis0 .
700 .Pp
701 Interior machine (10.0.0.2) is accessible on TCP port 122 through
702 both exterior IPs, and outgoing connections choose a path randomly
703 between
704 .Ql sis0
705 and
706 .Ql sis2 .
707 .Pp
708 The way this works is that
709 .Pa natd.conf
710 builds two instances of the aliasing engine.
711 .Pp
712 In addition to these instances' private
713 .Xr divert 4
714 sockets, a third socket called the
715 .Dq globalport
716 is created; packets sent to
717 .Nm
718 via this one will be matched against all instances and translated
719 if an existing entry is found, and unchanged if no entry is found.
720 The following lines are placed into
721 .Pa /etc/natd.conf :
722 .Bd -literal -offset indent
723 log
724 deny_incoming
725 verbose
726
727 instance default
728 interface sis0
729 port 1000
730 redirect_port tcp 10.0.0.2:122 122
731
732 instance sis2
733 interface sis2
734 port 2000
735 redirect_port tcp 10.0.0.2:122 122
736
737 globalport 3000
738 .Ed
739 .Pp
740 And the following
741 .Xr ipfw 8
742 rules are used:
743 .Bd -literal -offset indent
744 ipfw -f flush
745
746 ipfw add      allow ip from any to any via sis1
747
748 ipfw add      skipto 1000 ip from any to any in via sis0
749 ipfw add      skipto 2000 ip from any to any out via sis0
750 ipfw add      skipto 3000 ip from any to any in via sis2
751 ipfw add      skipto 4000 ip from any to any out via sis2
752
753 ipfw add 1000 count ip from any to any
754
755 ipfw add      divert 1000 ip from any to any
756 ipfw add      allow ip from any to any
757
758 ipfw add 2000 count ip from any to any
759
760 ipfw add      divert 3000 ip from any to any
761
762 ipfw add      allow ip from 1.2.3.4 to any
763 ipfw add      skipto 5000 ip from 2.3.4.5 to any
764
765 ipfw add      prob .5 skipto 4000 ip from any to any
766
767 ipfw add      divert 1000 ip from any to any
768 ipfw add      allow ip from any to any
769
770 ipfw add 3000 count ip from any to any
771
772 ipfw add      divert 2000 ip from any to any
773 ipfw add      allow ip from any to any
774
775 ipfw add 4000 count ip from any to any
776
777 ipfw add      divert 2000 ip from any to any
778
779 ipfw add 5000 fwd 2.3.4.1 ip from 2.3.4.5 to not 2.3.4.0/24
780 ipfw add      allow ip from any to any
781 .Ed
782 .Pp
783 Here the packet from internal network to Internet goes out via
784 .Ql sis0
785 (rule number 2000) and gets catched by the
786 .Ic globalport
787 socket (3000).
788 After that, either a match is found in a translation table
789 of one of the two instances, or the packet is passed to one
790 of the two other
791 .Xr divert 4
792 ports (1000 or 2000), with equal probability.
793 This ensures that load balancing is done on a per-flow basis
794 (i.e., packets from a single TCP connection always flow through the
795 same interface).
796 Translated packets with source IP of a non-default interface
797 .Pq Ql sis2
798 are forwarded to the appropriate router on that interface.
799 .Sh SEE ALSO
800 .Xr libalias 3 ,
801 .Xr divert 4 ,
802 .Xr protocols 5 ,
803 .Xr rc.conf 5 ,
804 .Xr services 5 ,
805 .Xr syslog.conf 5 ,
806 .Xr init 8 ,
807 .Xr ipfw 8 ,
808 .Xr ppp 8
809 .Sh AUTHORS
810 This program is the result of the efforts of many people at different
811 times:
812 .Pp
813 .An Archie Cobbs Aq archie@FreeBSD.org
814 (divert sockets)
815 .An Charles Mott Aq cm@linktel.net
816 (packet aliasing)
817 .An Eivind Eklund Aq perhaps@yes.no
818 (IRC support & misc additions)
819 .An Ari Suutari Aq suutari@iki.fi
820 (natd)
821 .An Dru Nelson Aq dnelson@redwoodsoft.com
822 (early PPTP support)
823 .An Brian Somers Aq brian@awfulhak.org
824 (glue)
825 .An Ruslan Ermilov Aq ru@FreeBSD.org
826 (natd, packet aliasing, glue)
827 .An Poul-Henning Kamp Aq phk@FreeBSD.org
828 (multiple instances)