🥲 為什麼我需要這個架構? 我是自架服務玩家(VPS、BGP 也有自己的 ASN)。 我常常需要: 但我家裡的網路: Kbro(IPv4 only)根本無法使用 IPv6 上游,也不能去測我自己廣播出的 IPv6 路由。 🎯 最終目標 Mac (只有 IPv4+Wireguard) → Kbro…
linux
Using rescue mode to reset VPS Linux Debian root password
How to switch to rescue mode It depend on your VPS provider, I use bero-host.de which offer couple of rescue…
Cilium Gateway API with K0s and hubble web UI obserevability
Install k0s on 1 cluster and 2 worker nodes Prepare `k0sctl` on your local machine, I use Mac for example.…
Fail2ban startup fail on Debian
Error message The key message: Failed during configuration: Have not found any log file for sshd jail Solution Edit /etc/fail2ban/jail.local…
Debian remote desktop with VNC with XFCE Desktop environment
This is the continue tutorial for Debian remote desktop with XRDP with XFCE Desktop environment. Here is the quick way…
Debian 11 setup Ikev2 VPN
A tutorial about how to setup Ikev2 VPN with Let’s Encrypt SSL Updated Aug 11, 2022 Fixed Google GCP default…
Install Cisco anyconnect VPN on Debian 9 with SSL ready
Updated Jun 09, 2019 Installation step Recommended configuration Config your iptables Fixing DTLS Handshake Failure On Debian9 or Ubuntu 18.04,…
Custom DNS on Ubuntu
Updated 2019-02-27 Server: Ubuntu 18.04 Provider: Vultr First of all, there are many tricks.. to set custom DNS on the…
Install Golang on Ubuntu 17
Server OS: Ubuntu 17.04 x64 Download latest Go lib: https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gz Then, tar -C /usr/local -xzf go1.9.2.linux-amd64.tar.gz Then put those code into ~/.profile export…
Restore iptables on system boot
Os: Ubuntu 17.04 Assuming you have the firewall rules in: /etc/iptables.up.rules Perhaps the most obvious answer will be to create…