《NetBSD指南-IV.网络和相关问题》(未完成)
发表于 : 2010-03-06 15:36
目录
22. 介绍TCP/IP网络
22.1. 致读者
22.2. S支持的网络协议
22.3. 支持的介质
22.3.1. 串口线
22.3.2. 以太网
22.4. TCP/IP地址格式
22.5. 子网和路由
22.6. 域名服务器概念
22.6.1. /etc/hosts
22.6.2. 域名服务(DNS)
22.6.3. 网络信息服务(NIS/YP)
22.6.4. 其它
22.7. 下一代互联网协议 - IPv6
22.7.1. Internet的未来
22.7.2. IPv6的优势?
22.7.3. 换成IPv4
23. 在NetBSD上练习设置TCP/IP
23.1. 浅析内核配置
23.2. 概述网络配置文件
23.3. 用调制解调器连接到Internet
23.3.1. 获取连接信息
23.3.2. resolv.conf和nsswitch.conf
23.3.3. 建立pppd目录
23.3.4. 连接脚本和chat文件
23.3.5. 认证
23.3.6. pppd选项
23.3.7. 测试调试解调器
23.3.8. 激活连接
23.3.9. 使用脚本连接和断开
23.3.10. 拨入后运行命令
23.4. 创建小型家庭网络
23.5. 用IPNAT设置Internet网关
23.5.1. 配置网关/防火墙
23.5.2. 配置客户端
23.5.3. 一些有用的命令
23.6. 设置网桥设备
23.6.1. 桥实例
23.7. 通用LAN设置
23.8. 通过串口线连接两台PC
23.8.1. 用BSD和Linux连接NetBSD
23.8.2. 连接NetBSD和Windows NT
23.8.3. 连接NetBSD和Windows 95
23.9. IPv6的连通性 & 从6过度到4
23.9.1. 设置IPv6的6to4 & 运行
23.9.2. 6to4获取IPv6地址空间
23.9.3. 怎样获得连通性
23.9.4. 安全考虑
23.9.5. 6to4需要设置的数据
23.9.6. 内核准备
23.9.7. 设置6to4
23.9.8. 使用pkgsrc/net/hf6to4快速入门
23.9.9. 了解6to4中继路由器
23.9.10. 开通穿越IPFilter防火墙的6to4隧道
23.9.11. 结论 & 更多读物
24. Internet超级服务器inetd
24.1. 概述
24.2. 什么是inetd?
24.3. 配置inetd - /etc/inetd.conf
24.4. 服务 - /etc/services
24.5. 协议 - /etc/protocols
24.6. 远程过程调用 (RPC) - /etc/rpc
24.7. 允许和拒绝主机s - /etc/hosts.{allow,deny}
24.8. 添加服务
24.9. 什么时候用或不用inetd
24.10. 其它资源
25. 域名系统
25.1. DNS背景及概念
25.1.1. 命名服务
25.1.2. DNS命名空间
25.1.3. 资源记录
25.1.4. Delegation
25.1.5. Delegation to multiple servers
25.1.6. Secondaries, Caching, and the SOA record
25.1.7. Name Resolution
25.1.8. Reverse Resolution
25.2. The DNS Files
25.2.1. /etc/namedb/named.conf
25.2.2. /etc/namedb/localhost
25.2.3. /etc/namedb/zone.127.0.0
25.2.4. /etc/namedb/diverge.org
25.2.5. /etc/namedb/1.168.192
25.2.6. /etc/namedb/root.cache
25.3. Using DNS
25.4. Setting up a caching only name server
25.4.1. Testing the server
26. Mail and news
26.1. postfix
26.1.1. Configuration of generic mapping
26.1.2. Testing the configuration
26.1.3. Using an alternative MTA
26.2. fetchmail
26.3. Reading and writing mail with mutt
26.4. Strategy for receiving mail
26.5. Strategy for sending mail
26.6. Advanced mail tools
26.7. News with tin
27. Introduction to the Common Address Redundancy Protocol (CARP)
27.1. CARP Operation
27.2. Configuring CARP
27.3. Enabling CARP Support
27.4. CARP Example
27.5. Advanced CARP configuration
27.6. Forcing Failover of the Master
28. Network services
28.1. The Network File System (NFS)
28.1.1. NFS setup example
28.1.2. Setting up NFS automounting for /net with amd(8)
28.2. The Network Time Protocol (NTP)
22. 介绍TCP/IP网络
22.1. 致读者
22.2. S支持的网络协议
22.3. 支持的介质
22.3.1. 串口线
22.3.2. 以太网
22.4. TCP/IP地址格式
22.5. 子网和路由
22.6. 域名服务器概念
22.6.1. /etc/hosts
22.6.2. 域名服务(DNS)
22.6.3. 网络信息服务(NIS/YP)
22.6.4. 其它
22.7. 下一代互联网协议 - IPv6
22.7.1. Internet的未来
22.7.2. IPv6的优势?
22.7.3. 换成IPv4
23. 在NetBSD上练习设置TCP/IP
23.1. 浅析内核配置
23.2. 概述网络配置文件
23.3. 用调制解调器连接到Internet
23.3.1. 获取连接信息
23.3.2. resolv.conf和nsswitch.conf
23.3.3. 建立pppd目录
23.3.4. 连接脚本和chat文件
23.3.5. 认证
23.3.6. pppd选项
23.3.7. 测试调试解调器
23.3.8. 激活连接
23.3.9. 使用脚本连接和断开
23.3.10. 拨入后运行命令
23.4. 创建小型家庭网络
23.5. 用IPNAT设置Internet网关
23.5.1. 配置网关/防火墙
23.5.2. 配置客户端
23.5.3. 一些有用的命令
23.6. 设置网桥设备
23.6.1. 桥实例
23.7. 通用LAN设置
23.8. 通过串口线连接两台PC
23.8.1. 用BSD和Linux连接NetBSD
23.8.2. 连接NetBSD和Windows NT
23.8.3. 连接NetBSD和Windows 95
23.9. IPv6的连通性 & 从6过度到4
23.9.1. 设置IPv6的6to4 & 运行
23.9.2. 6to4获取IPv6地址空间
23.9.3. 怎样获得连通性
23.9.4. 安全考虑
23.9.5. 6to4需要设置的数据
23.9.6. 内核准备
23.9.7. 设置6to4
23.9.8. 使用pkgsrc/net/hf6to4快速入门
23.9.9. 了解6to4中继路由器
23.9.10. 开通穿越IPFilter防火墙的6to4隧道
23.9.11. 结论 & 更多读物
24. Internet超级服务器inetd
24.1. 概述
24.2. 什么是inetd?
24.3. 配置inetd - /etc/inetd.conf
24.4. 服务 - /etc/services
24.5. 协议 - /etc/protocols
24.6. 远程过程调用 (RPC) - /etc/rpc
24.7. 允许和拒绝主机s - /etc/hosts.{allow,deny}
24.8. 添加服务
24.9. 什么时候用或不用inetd
24.10. 其它资源
25. 域名系统
25.1. DNS背景及概念
25.1.1. 命名服务
25.1.2. DNS命名空间
25.1.3. 资源记录
25.1.4. Delegation
25.1.5. Delegation to multiple servers
25.1.6. Secondaries, Caching, and the SOA record
25.1.7. Name Resolution
25.1.8. Reverse Resolution
25.2. The DNS Files
25.2.1. /etc/namedb/named.conf
25.2.2. /etc/namedb/localhost
25.2.3. /etc/namedb/zone.127.0.0
25.2.4. /etc/namedb/diverge.org
25.2.5. /etc/namedb/1.168.192
25.2.6. /etc/namedb/root.cache
25.3. Using DNS
25.4. Setting up a caching only name server
25.4.1. Testing the server
26. Mail and news
26.1. postfix
26.1.1. Configuration of generic mapping
26.1.2. Testing the configuration
26.1.3. Using an alternative MTA
26.2. fetchmail
26.3. Reading and writing mail with mutt
26.4. Strategy for receiving mail
26.5. Strategy for sending mail
26.6. Advanced mail tools
26.7. News with tin
27. Introduction to the Common Address Redundancy Protocol (CARP)
27.1. CARP Operation
27.2. Configuring CARP
27.3. Enabling CARP Support
27.4. CARP Example
27.5. Advanced CARP configuration
27.6. Forcing Failover of the Master
28. Network services
28.1. The Network File System (NFS)
28.1.1. NFS setup example
28.1.2. Setting up NFS automounting for /net with amd(8)
28.2. The Network Time Protocol (NTP)