Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

60 total results found

Fortigate PPPOE IPSEC ADVPN 實作

Fortigate 防火牆 VPN相關

參考資料 https://docs.fortinet.com/document/fortigate/7.4.4/administration-guide/853412/ipsec-vpn-wizard-hub-and-spoke-advpn-support 前言 利用Fortigate來建立 Site to Site IPSEC VPN不是難事,IPSEC的前提必需兩個Site都有固定IP,但是如果某間企業門市眾多,為了經費考量想利用便宜的家用型PPPOE VDSL來佈建分點,又想要透過統一的企業上網出口...

Fortigate
IPSEC
ADVPN
BGP

Windows Server Data Deduplication 檔案層級重複資料刪除

Windows Server Windows功能

前言 Windows Server 從 2012開始支援檔案層級重複資料刪除,Windows 2012當年僅支援單線程處理所以其實不好用,Windows Server 2016之後開始支援多線程處理,Windows Server 2019開始支援ReFS的重複資料刪除,且現今大部分主流備份系統都支援Dedupe Volume的備份還原,讓整個Solution好用很多,但鍵人發現此功能仍鮮少人知故特別在此分享推廣一下。 系統需求 OS: Windows Server 2012 以上,但建議在Wind...

Dedupe
Windows Server
重複資料刪除

QNAP Switch M3224-24T MC-LAG (Multi-Chassis Link Aggregation)

QNAP Switch

前言 隨著服務越來越重要,如何避免單點故障的課題也越來越重要,虛擬化平台大多都有很好的HA功能,但Networking端要是沒有做Switch堆疊,Switch掛了服務也就全掛了,更慘的是你可能要三更半夜衝回公司 or IDC去更換Switch,但能堆疊的Switch都不便宜,更何況是能堆疊的10Gbit Switch,QNAP 這台 QSW-M3224-24T 在資訊展上看到它的時候馬上就吸引了我的注意,他雖然不是真的Stack Switch,但是它有支援 "類堆疊"的 MC-LAG (Multi-Chas...

LACP
MC-LAG

Windows Server LACP 設定

Windows Server Windows功能

前言 Windows在2008 R2以前並沒有OS內建的LACP可以設定,所以2003當年像是HP就有提供Network Configuration Utility程式來做NIC Teaming,直到2012之後才內建了LACP設定,此篇帶大家看看怎麼設定Windows Server LACP。 #Windows Server 2003 年代 HP Network Configuration Utility 畫面 環境說明 OS:Windows Server 2022 Switch:找台可...

LACP
Windows Server

Active Directory GPO 變更 Local Admin Password

Windows Server 疑難雜症

前言 最近剛好有個有個Case,要透過AD更改Local Admin User Password,紀錄一下設定方式。 ‼️請注意,由於密碼是明碼,請在變更完後一段時間將此GPO與ps1刪除,以策安全。 環境 Server:Windows 2019 Active Directory Client:Windows 11 Pro 設定方式 1、首先,先建議一個 Power Shell ps1檔備用。 執行命令提示字元 "cmd",我在 C:\temp下面透過 Copy con建立一個 Change...

Rocky Linux 9.5 LibreNMS 安裝教學

LibreNMS LibreNMS安裝

安裝環境 參考資料 LibreNMS官網 https://docs.librenms.org/Installation/Install-LibreNMS/ 安裝過程 以下作業如果未特別說明皆是以 root 執行 (因為我懶得打 sudo ... =_=a ) 前置作業 首先到DNS主機建立一筆 LibreNMS 的 A Rec 然後回到Linux進行作業系統更新、安裝EPEL Release。 dnf update -y dnf install epel-release -y 安裝一...

Rocky Linux 9.5 LibreNMS 優化及Plugins安裝

LibreNMS LibreNMS安裝

RRDCached ln -s /opt/librenms/dist/rrdcached/rrdcached.service /etc/systemd/system/ systemctl daemon-reload systemctl enable --now rrdcached.service su librenms lnms config:set rrdcached "unix:/run/rrdcached.sock" 編輯/opt/librenms/config.php將下列一行的#移...