strongswan eap-tls client

Quest Set up a strongswan vpn client on an Ubuntu 24.04 PC using network management GUI. The strongswan server only accept EAP-TLS authentication. Process bash command history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 # install packages sudo apt update && sudo apt install libcharon-extra-plugins network-manager-strongswan strongswan-nm mkdir sw-vpn cd sw-vpn # download client certifacte and private key scp server_vpn:cmd-cmd-pc.tar.gz . # fix MTU issue vim custom.sh sudo cp custom.sh /etc/NetworkManager/dispatcher.d/01-vpn-mtu sudo chmod +x /etc/NetworkManager/dispatcher.d/01-vpn-mtu rm cmd-cmd-pc.tar.gz ls -alh /etc/NetworkManager/dispatcher.d/01-vpn-mtu cat /tmp/vpn_mtu_debug.log mtu fixer The custom.sh file ...

April 12, 2026 · datewu

WireGuard VPN 无法访问github

为什么 GitHub 不喜欢我的 MTU 让我来告诉你我花了一整天与我的 WireGuard VPN 搏斗的挫败经历, 以及为什么 GitHub 成了唯一一个不配合的网站。我希望我的经验, 特别是如果你像我一样在 microk8s 环境中运行 WireGuard,能帮你省去一些麻烦。 ...

March 4, 2025 · datewu

My WireGuard VPN Headache

Why GitHub Hated My MTU (And How I Fixed It) Let me tell you about the frustrating day I spent wrestling with my WireGuard VPN and why GitHub decided to be the only site that wouldn’t play nice. I’m hoping my experience, especially if you’re running WireGuard in a microk8s environment like I was, can save you some headaches. The Setup: microk8s, Ubuntu, and WireGuard My setup was a bit complex. I had a microk8s cluster running on an Ubuntu 24.04.2 LTS server node (GNU/Linux 6.8.0-54-generic x86_64). I was running my WireGuard VPN server as a pod within this microk8s cluster. This added a layer of network complexity that I didn’t initially account for. ...

March 4, 2025 · datewu

安装wireguard server

今天在hacker news上看到 wireguard macos client 发布了,决定试用一下。 和所有的vpn安装一样,wireguard的安装也是分两步,一是安装vpn server,二是安装 vpn的client。 ...

January 6, 2020 · datewu

谢谢vpngate

在天朝呆久了,有点迫害妄想症。用vpngate出来转转看看,发现确实是我想多了。 anyway,谢谢vpngate,挺不错的vpn。

May 9, 2014 · datewu