虚拟环境下的详细配置_第1页
虚拟环境下的详细配置_第2页
虚拟环境下的详细配置_第3页
虚拟环境下的详细配置_第4页
免费预览已结束,剩余1页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

虚拟环境下的具体配置虚拟环境下的具体配置 环境 Pppoe 服务器和 radius 服务器操作系统 CentOS 5 6 rp pppoe freeradius ppp 2 4 4 tar gz 包 yum install rp pppoe freeradius 直接安装 拓扑图拓扑图 pppoe 服务器上的配置服务器上的配置 1 安装 pppoe 以及 freeradius yum install rp pppoe freeradius 2 pppoe 服务器本地拨号验证 vi etc ppp pppoe server options 加上 require chap ms dns 202 98 96 68 配置一个测试用的账号和密码 vi etc ppp chap secrets 加上 steve testing 前面的是账号 后面的是密码 在 teiminal 下输入来开启 pppoe 服务器 usr sbin pppoe server I eth0 L 10 10 10 1 R 10 10 10 100 200 上面的 ip 地址和地址池无关紧要 之后在 window 下进行宽带拨号 连接成功 说明 pppoe 服务器正常工作 3 使 pppd 使用 radius 服务器认证 复制相关模块 mkdir etc ppp plugins cp usr lib64 pppd 2 4 4 etc ppp plugins 下载 ppp 2 4 4 tar gz 官方链接好像被墙了 翻墙或者到其他地方下 tar xf ppp 2 4 4 tar gz cd ppp 2 4 4 pppd plugins radius etc mkdir etc ppp radius cp etc ppp radius 配置 vi etc ppp options 加上以下两句 plugin etc ppp plugins radius so radius config file etc ppp radius radiusclient conf vi etc ppp radius radiusclient conf 修改为 auth order radius login tries 4 login timeout 60 nologin etc nologin issue etc ppp radius issue authserver 192 168 1 100 1812 acctserver 192 168 1 100 1813 servers etc ppp radius servers dictionary etc ppp radius dictionary login radius usr local sbin login radius seqfile var run radius seq mapfile etc ppp radius port id map default realm radius timeout 10 radius retries 3 login local bin login vi etc ppp radius servers 添加 192 168 1 100 testing123 vi etc ppp radius dictionary 添加 INCLUDE etc ppp radius dictionary microsoft Radius 服务器上的配置服务器上的配置 1 安装 freeradius yum install freeradius 2 配置 radius 服务器环境 vi etc raddb clients conf 根据 client 127 0 0 1 secret 123456 shortname localhost nastype other 配置从 127 0 0 1 这个客户端连接上 radius 服务器所需 shortname 及密码 vi etc raddb users 添加用户 steve Auth Type Local User Password testing Service Type Framed User Framed Protocol PPP Framed IP Netmask 255 255 255 0 Framed Routing Broadcast Listen Framed Filter Id std ppp Framed MTU 1500 Framed Compression Van Jacobsen TCP IP 验证 radius 服务器是否正常工作 打开两个 terminal 分别输入 usr sbin radiusd X radtest steve testing localhost 0 testing123 出现 Access Accept 的字样则表示 radius 服务器开始工作了 3 为 pppoe 服务器分配 radius 客户端 client 192 168 1 101 secret testing shortname testing nastype other 4 使用 mysql 作为 radius 服务器的用户数据库 下载 freeradius 源码包以及一些 mysql 组件 yum install mysql mysql server mysql devel freeradius mysql wget ftp ftp freeradius org pub radius old freeradius 1 1 3 tar gz 创建 radius 数据库 etc rc d init d mysqld start Comment 姚姚1 这个地方不是 ip 转 发 命令应该是 iptables F 清除防火墙当中的所有规 则 iptables L list 是显示所有规则 mysqladmin u root create radius mysql u root radius proc sys net ipv4 ip forward 打开 ip 转发功能 iptables t nat A POSTROUTING s 10 10 10 0 24 o eth1 j MASQUERADE s 表示源网络 即内网地址 o 为连接因特网的接口 在 Radius 服务器所在的虚拟机上关闭 ip 转发 iptables L 这样配置就修改完成了 启动服务器 在 radius 服务器上启动 radius 服务

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论