# 34.1.概述

本章涵盖了一些高级网络主题。

阅读本章后，你将了解：

* 网关和路由的基本知识。
* 如何设置 USB 共享网络。
* 如何设置 IEEE® 802.11 和 Bluetooth® 设备。
* 如何让 FreeBSD 作为一个网桥工作。
* 如何设置网络 PXE 启动。
* 如何启用并利用 FreeBSD 中的公共地址冗余协议（CARP）功能。
* 如何在 FreeBSD 上配置多个 VLAN。
* 配置蓝牙耳机。

在阅读本章之前，你应该：

* 了解 **/etc/rc** 脚本的基本知识。
* 熟悉基本的网络术语。
* 理解 FreeBSD 上的基本网络配置（[FreeBSD 网络](https://docs.freebsd.org/en/books/handbook/network/#network)）。
* 知道如何配置和安装新的 FreeBSD 内核（[配置 FreeBSD 内核](https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig)）。
* 知道如何安装额外的第三方软件（[安装应用程序：包和 Ports](https://docs.freebsd.org/en/books/handbook/ports/#ports)）。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.bsdcn.org/hanbook/di-34-zhang-gao-ji-wang-luo/34.1.-gai-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
