Tricky Issues
-
IPv6 Disconnect Issue on Long-Running Windows Server 2019
Wednesday, November 06, 2024 in Tricky Issues
Categories:
My Windows Server 2019 rarely shuts down; under a China Telecom/Redmi router, every time IPv6 is renewed, the local IPv6 connection shows “No Internet access.” Rebooting the machine or toggling the IPv6 feature fixes it, while Linux doesn’t exhibit …
-
openvpn network connectivity issues
Friday, June 28, 2024 in Tricky Issues
Categories:
openvpn configuration openvpn configuration Tool script openvpn-install Windows firewall configuration New-NetFirewallRule -DisplayName "@openvpn" -Direction Inbound -RemoteAddress 10.8.0.1/24 -Action Allow New-NetFirewallRule -DisplayName …
-
Baota Docker Source Acceleration
Monday, June 03, 2024 in Tricky Issues
Categories:
In Baota 8.2 and earlier, enabling Docker source acceleration is ineffective, and manually editing the configuration on the UI does not work. This is because the Docker configuration file resides at /etc/docker/daemon.json. Both the directory and …
-
A Fix for Windows Edge Browser Stuttering
Tuesday, May 07, 2024 in Tricky Issues
Categories:
Browser Version 122.0.2365.80+ Stuttering Symptoms Stuttering when opening a personal profile Stuttering when accessing and searching stored passwords Stuttering when creating or closing tabs Stuttering when typing in a newly created tab At present, …
-
IPv6 Issues When Bridging on Windows
Saturday, May 06, 2023 in Tricky Issues
Categories:
IPv6 Issues When Bridging on Windows IPv6 Issues When Bridging on Windows Server Nowadays, many soft-router machines come with good hardware specs. Running OpenWrt alone is overkill, so most tinkerers like to squeeze out more value. The difficulty …