RouterOS 7.x 的 bridge

筆記一下, 從對岸淘了 hAP AX2 , 接上家中的 switch 卻無法使用 , 以下設定.
/interface bridge set bridge protocol-mode=none fast-forward=yes

為了可以在跨 ap 也能迅速反應過來,bridge 的設定 :
ARP:enabled
ARP Timeout  00:00:05
Ageing Time   00:00:10
Fast Forward : v

WiFi 的設定 :
FT Enabled / FT OverDS = disabled  , 以免跨品牌AP 會有問題

FreeBSD / Linux 編譯軟體前 configure 階段出現 Package xxxx was not found in the pkg-config search path…..

筆記一下 , 在 FreeBSD/Linux 編譯軟體的前置作業 configure 階段出現 Package xxx  was not found in the pkg-config search path Perhaps you should add the directory containing `xxx.pc’ to the PKG_CONFIG_PATH environment variable
Continue reading “FreeBSD / Linux 編譯軟體前 configure 階段出現 Package xxxx was not found in the pkg-config search path…..”

cmd 修改 windows registry 數值 來 enable / disable proxy

因為有需求要讀取大陸特定網站, 只允許國內IP . 手機可以很簡單免費透過穿梭VPN 之類的翻牆進去大陸,但PC 版的卻需要付費。於是搞了一個做法, 在一台Windows server 上利用VitualBox 執行一個 Android x86 系統, 執行穿梭VPN + every proxy , 這樣就有一個相對穩定連進China 內的VPN . 這個 Android x86 只要給到 1G RAM 就夠了 . 所以也不會佔到甚麼系統資源。 Continue reading “cmd 修改 windows registry 數值 來 enable / disable proxy”

透過 RouterOS 來阻止 Windows Auto Update

今年(2021)初買了新筆電, ASUS B9450, 終於開始使用 Windows 10 了。在此之前都還是使用 Windows 7 . Win7 一直可以將自動更新關閉,時常聽到朋友、同事說電腦突然間就不能跑了 , 因為在更新。且還是在無預警之下。 Continue reading “透過 RouterOS 來阻止 Windows Auto Update”

Oracle VM Virtual Box 使用 physical disk (RAW disk) 注意事項

筆記一下 .
假設在 windows 上使用 diskpart -> list disk 後, 準備要使用的實體 hdd 為 “磁碟 1”  , 該 VM 的folder 放在 e:\vm\Win7Test , Continue reading “Oracle VM Virtual Box 使用 physical disk (RAW disk) 注意事項”