DragonFly 3.2 supports the Areca ARC-1882 RAID controller family
[ikiwiki.git] / docs / handbook / handbook-advanced-networking.mdwn
1 \r
2 \r
3 ## Chapter 19 Advanced Networking \r
4 \r
5  **Table of Contents** \r
6
7 * 19.1 [Synopsis](advanced-networking.html)\r
8
9 * 19.2 [Gateways and Routes](network-routing.html)\r
10
11 * 19.3 [Wireless Networking](network-wireless.html)\r
12
13 * 19.4 [Bluetooth](network-bluetooth.html)\r
14
15 * 19.5 [Bridging](network-bridging.html)\r
16
17 * 19.6 [NFS](network-nfs.html)\r
18
19 * 19.7 [Diskless Operation](network-diskless.html)\r
20
21 * 19.8 [ISDN](network-isdn.html)\r
22
23 * 19.9 [NIS/YP](network-nis.html)\r
24
25 * 19.10 [DHCP](network-dhcp.html)\r
26
27 * 19.11 [DNS](network-dns.html)\r
28
29 * 19.12 [NTP](network-ntp.html)\r
30
31 * 19.13 [Network Address Translation](network-natd.html)\r
32
33 * 19.14 [The ***inetd *** Super-Server](network-inetd.html)\r
34
35 * 19.15 [Parallel Line IP (PLIP)](network-plip.html)\r
36
37 * 19.16 [IPv6](network-ipv6.html)\r
38 \r
39 ## 19.1 Synopsis \r
40 \r
41 This chapter will cover some of the more frequently used network services on UNIX® systems. We will cover how to define, set up, test and maintain all of the network services that DragonFly utilizes. In addition, there have been example configuration files included throughout this chapter for you to benefit from.\r
42 \r
43 After reading this chapter, you will know:\r
44 \r
45
46 * The basics of gateways and routes.\r
47
48 * How to set up IEEE 802.11 and Bluetooth® devices.\r
49
50 * How to make DragonFly act as a bridge.\r
51
52 * How to set up a network filesystem.\r
53
54 * How to set up network booting on a diskless machine.\r
55
56 * How to set up a network information server for sharing user accounts.\r
57
58 * How to set up automatic network settings using DHCP.\r
59
60 * How to set up a domain name server.\r
61
62 * How to synchronize the time and date, and set up a time server, with the NTP protocol.\r
63
64 * How to set up network address translation.\r
65
66 * How to manage the ***inetd*** daemon.\r
67
68 * How to connect two computers via PLIP.\r
69
70 * How to set up IPv6 on a DragonFly machine.\r
71 \r
72 Before reading this chapter, you should:\r
73 \r
74
75 * Understand the basics of the `/etc/rc` scripts.\r
76
77 * Be familiar with basic network terminology.\r
78 \r
79 \r
80 \r
81 CategoryHandbook\r
82 Category\r