# 30.1.概述

FreeBSD 支持点对点（PPP）协议，可用于通过拨号调制解调器建立网络或互联网连接。本章将介绍如何在 FreeBSD 中配置基于调制解调器的通信服务。

阅读本章后，你将了解：

* 如何配置、使用和排查 PPP 连接；
* 如何设置以太网上的 PPP（PPPoE）；
* 如何设置异步传输模式上的 PPP（PPPoA）。

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

* 熟悉基本的网络术语；
* 理解拨号连接和 PPP 的基础知识及其用途。


---

# 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://handbook.bsdcn.org/di-30-zhang-ppp/30.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.
