Tricky Issues

Posts in 2024
  • IPv6 Disconnect Issue on Long-Running Windows Server 2019

    Wednesday, November 06, 2024 in Tricky Issues

    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 …

    Read more

  • openvpn network connectivity issues

    Friday, June 28, 2024 in Tricky Issues

    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 …

    Read more

  • Baota Docker Source Acceleration

    Monday, June 03, 2024 in Tricky Issues

    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 …

    Read more

  • A Fix for Windows Edge Browser Stuttering

    Tuesday, May 07, 2024 in Tricky Issues

    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, …

    Read more

Posts in 2023
  • IPv6 Issues When Bridging on Windows

    Saturday, May 06, 2023 in Tricky Issues

    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 …

    Read more