Linux 的网络设置
摘 要:
Linux是一种与UNIX相似的操作系统,它与UNIX不同的是它的获得是完全免费的,并且源代码也是完全公开的。因为它完全是按照UNIX标准开发出来的,所以它在使用上、界面上几乎是相同的,它的命令方式也是与UNIX相同的。
本文实现了站点的安装配置工作,建立起Linux平台下的DNS服务器, PPP服务器、NFS服务器,实现Linux站点的运行,日常维护,网络的安全,网站的升级。
关键词:Linux DNS服务 PPP服务 NFS服务
Linux Network Server Setting
Abstract:
Linux is a free, UNIX work-alike designed for Intel processors on PC architecture machines. Linux is not UNIX, as UNIX is a copyrighted piece of software that demands license fees when any part of its source code is used. Linux was written from scratch to avoid license fees entirely, although the operation of the Linux operating system is based entirely on UNIX. It shares UNIX's command set and look-and-feel, so if you know either UNIX or Linux, you know the other, too.
This paper realizes the configuration of DNS Server, NFS Server and PPP Server in Linux system. And it also realizes the running , ordinary maintenance of web station and the network server security and upgrade.
Keywords: Linux DNS Server NFS Server PPP Server
目 录
1 前言 1
1.1 Linux简介 1
1.2 DNS服务简介 1
1.3 Zone 2
1.3 DNS使用的Port Number 3
1.4 正解与反解 3
1.5 NFS服务简介 4
1.6 PPP连接与PPP服务 6
1.6 客户端及服务端 6
1.6 VI 简介 6
2 正文 7
2.1 设置DNS服务器 7
2.4.1 配置暂存专用名字服务器 7
2.4.1 建立简单的领域服务器 12
2.4.1.1 基本的理论 12
2.4.1.2 建立自己的领域 16
2.2 DNS服务器的维护工作 24
2.3 设置NFS服务器 25
2.3 设置NFS客户机 27
2.3.1 基本设置方法 27
2.3.2 使用简单的linuxconf 28
2.3.3 NFS的工作原理 28
2.4 NFS守护程序的启动过程 29
2.5 各服务进程的作用 29
2.6 使用PPP拨号上网 30
2.6.1 Linux内核( kernel )的支持 30
2.6.2 安装PPP程序(pppd) 30
2.6.3调制解调器设置与PPP连接测试 31
2.6.4 建立PPP连接 32
2.6 配置PPP 服务器 32
2.7.1系统的支持 32
2.7.2 编辑配置文件 33
2.7.2创建用户和编辑用户shell 33
3 结 论 34
参考文献 35
致谢 36

您当前的位置:
