Posted inLinux MailCleaner OVA default password Posted by Tim Ng 2022-08-01 MailCleaner預設的密碼這這個 root MCPassw0rd 不過Console的keymap不同, 我是用US Keyboard, 等於輸入以下密碼 root :CPqssz)rd Default IP 192.168.1.101
Posted inLinux Nginx Reverse Proxy for multiple servers Posted by Tim Ng 2022-07-28 Nginx Web server 192.168.0.214 Wordpress 192.168.0.211 Zimbra web email 192.168.0.213 apt install nginx vi /etc/nginx/conf.d/local_domains.conf...
Posted inLinux Zimbra Zimbra using SocketLabs as external SMTP Posted by Tim Ng 2022-07-28 由於家用ISP會Block 25 port而無發外寄郵件, 所以改用外部SMTP, 一個月2000封對於本人已經很足夠 https://cp.socketlabs.com/ 一定要先Add sending domain, 沒有驗證的domain寄不出的 其實只需要Verify via ...
Posted inZimbra Ubuntu 18.04 Zimbra behind NAT Posted by Tim Ng 2022-07-27 Can't receive self domain email behind NAT status=deferred (delivery temporarily suspended: connect to mail.mydomain.com[202.xx.xx.xx]:7025: Connectio...
Posted inActive Directory Windows Disable safeboot after AD restore Posted by Tim Ng 2022-07-26 3台Ad UAT測試, 全部進入safeboot 目前無可用的登入伺服器來服務登入請求 There are currently no logon servers available to service the logon request
Posted inLinux Ubuntu 20.04 LTS enable Routing & NAT Posted by Tim Ng 2022-07-25 sysctl net.ipv4.ip_forward sysctl -w net.ipv4.ip_forward=1 vi /lib/systemd/system/rc-local.service [Install] WantedBy=multi-user.target Alias=rc-local...
Posted inWindows Windows 10 format volume to REFS Posted by Tim Ng 2022-07-22 便用Windows 2019安裝碟開機 diskpart list disk select disk 1 list partition select partition 1 filesystems format fs=refs unit=64k quick 已知問題, Windows 11會自動更新...
Posted inVeeam Veeam B&R Connection problem via IPSec VPN Posted by Tim Ng 2022-05-31 Try on backup client add a server IP in hosts table Other reference Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam EndPoint Backup https://ww...
Posted inFortigate Fortigate 6.2 QoS Posted by Tim Ng 2021-12-28 Foritgate 6.2的QoS真的超級簡單 首先設定一個限制的速度 然後套用到Source本例子是內網的一個IP
Posted inWindows Win10 disable firewall Posted by Tim Ng 2021-12-14 netsh advfirewall set allprofiles state off