Posted inActive Directory Fortigate Network FortiGate AD authentication Posted by Tim Ng 2025-08-18 config user ldap edit "LDAP server" set secondary-server 10.110.1.5 end
Posted inHauwei Network Huawei Switch + Ubuntu + FreeRadius + AD authentication Posted by Tim Ng 2025-08-12 Huawei Switch 10.255.255.1 FreeRadius 192.168.1.10 先安裝FreeRadius apt install freeradius freeradius-utils freeradius-ldap ldap-utils systemctl enable f...
Posted inHauwei Network My Huawei Switch standard configure Posted by Tim Ng 2025-08-07 reset saved reboot sys sysname SW0001 vlan 100 int vlan 100 ip address 192.168.100.249 255.255.255.0 port-group vlan100 group-member g1/0/1 to g1/0/47...
Posted inLinux Network Cacti SNMP v3 error Posted by Tim Ng 2025-08-07 snmpwalk -v3 -u User -a SHA256 -A "Password" -x aes256 -X "Password" -l authPriv IP 如果是正常的, 但是Cacti no response, internal error 可能是php8.1-snmp不能正常運作, ...