出入Freeradius之簡單安裝

2021-10-10 13:00:54 字數 1383 閱讀 2929

freeradius-utils-3.0.18-2.el7.x86_64.rpm 

yum install freeradius-config-3.0.18-2.el7.x86_64.rpm -y 

yum install freeradius -3.0.18-2.el7.x86_64.rpm  -y 

yum install freeradius-rest-3.0.18-2.el7.x86_64.rpm  -y 

yum install freeradius-utils-3.0.18-2.el7.x86_64.rpm  -y 

yum install openssl-libs-1.0.2k-16.el7.x86_64.rpm  -y 

2啟動 radius 服務radiusd -x debug模式啟動提示 ready to process requests 

服務啟動成功 

3配置/etc/raddb/users  檔案 放開注釋使用者  

bobcleartext-password := "hello" (使用者名為bob,密碼為hello) 

reply-message := "hello, %"(認證成功響應 ) 

檢視/etc/raddb/clients 本地測試客戶端  

client localhost{ 

secret = testing123(秘鑰為testing123) 

4測試命令radtest bob hello  127.0.0.1  0 testing123 

5測試結果 

-bash-4.2$ radtest bob hello  127.0.0.1  0 testing123 

sent access-request id 214 from 0.0.0.0:42620 to 127.0.0.1:1812 length 73 

user-name = "bob" 

user-password = "hello" 

nas-ip-address = 10.1.11.69 

nas-port = 0 

message-authenticator = 0x00 

cleartext-password = "hello" 

received access-accept id 214 from 127.0.0.1:1812 to 127.0.0.1:42620 length 32 

reply-message = "hello, bob" 

radius服務搭建完成 

總結:在搭建完重啟時會報

這是因為我在修改配置檔案的時候偷懶把/etc/raddb目錄設定成了 777許可權。freeradius認為不安全。把raddb目錄許可權改回來即可。

Nginx連線數及網路出入寬頻統計之pod節點統計

nginx做負載鈞衡時,有時候我們需要統計整個nginx節點的連線數,併發數,失敗連線數,網路入寬頻和網路出寬頻等等,今天介紹如何做統計 一,連線數的統計 1 需要在nginx.config配置檔案中加入如下配置 2 linux命令列訪問 active connections 1 當前與http建立...

Nginx連線數及網路出入寬頻統計之單個slb統計

在做負載均衡流量監控時,往往需要查詢單個slb的連線等相關的情況反饋給使用者,在nginx中如果想統計這些資訊需要新增新的nginx的模組 1 明確要安裝的模組 支援連線查詢 2 模組安裝 不做tcp支援的只安裝nginx module vts.git模組即可 1,clone the git rep...

CLang之簡單介紹

為了跟深入學習一些機制我需要了解這條命令 clang rewrite objc 作用 rewrite objective c source to c 如果有c語言基礎,或許你會對objective c更深入的了解。簡單示範 import int main int argc,const char ar...