- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
安装radius manager 3.9全过程手记(国外英文资料)
安装radius manager 3.9全过程手记
Preface:
Previous attempts to install RM3.9 failed two times, and today the installation has been successful.
There are two main reasons for the failure: first, the basic service is incomplete, and the other is the service, not manually started or set to automatic start. If installed entirely in the official installation manual, it may not be successful, because different systems may leak the installation of some components. In a word, or the basic service did not do well. If the underlying services are properly installed and started, the three big heads of the following ionCUBE, FreeRADIUS, and radiusmanager are still better.
The following is my notes, I was doing a write step by step, so written in more detail. Take your time, the more than 300 line.
Refer to the official installation manual and fyfal tutorial.
In the following code, if the top case is the command to be executed or the file to be modified,
If indented, write the information that is printed after the command is executed or the configuration added to the file.
Plan to use the MySQL database with what password (installed before RM to have two databases and two users / password), because the installation is good, then change the password more trouble. Install radius Manager 3.9 full notes
1. install CentOS 5.6.
2. change MAC, IP, GATEWAY, nameserver, turn off the SELINUX, restart the system.
Change the MAC address
/etc/rc.d/rc.sysinit
Ifconfig eth0 down
Ifconfig, eth0, HW, ether, 00:D0:09:B8:B7:34
Ifconfig eth0 up
Configure the IP address because the MAC address has been changed, so the HWADDR comment in the file is deleted, otherwise the card cannot be enabled.
/etc/sysconfig/network-scripts/ifcfg-eth0
BOOTPROTO=static
IPADDR=42
NETMASK=
BROADCAST=55
GATEWAY=54
configure gateway
/etc/sysconfig/network
GATEWAY=54
Configuring DNS
/etc/resolv.conf
Nameserver
Nameserver
Restart network
/etc/init.d/network restart
Close SELINUX
/etc/sysconfig/selinux
SELINUX=disabled
reboot sys
您可能关注的文档
最近下载
- 中学地理学科课程标准与教材研究教学大纲.pdf VIP
- 中建X局各类建筑工程技术经济指标.docx VIP
- 我们的手上有多少细菌?.doc VIP
- 第一单元 观察物体 大单元教学设计2025数学人教版三年级上册(新教材).pdf
- 年东北财经大学国际商学院(校本部) 联招联考项目招生指南.pdf VIP
- 驾驶员安全生产操作规程 - 生产安全.docx VIP
- 公务员(国考)之行政职业能力测验题库附答案(基础题)收藏.docx VIP
- 全册部编版六年级上册全册道德与法治教学课件.pptx
- 第二章-空气流动压力及阻力.pptx VIP
- 2025年全国农产品质量安全检测技能竞赛理论知识考试题库(含答案.docx VIP
文档评论(0)