Pangolin Tunnel Setup Guide#
Current VPS and SSH Access (Verified 2026-08-12)#
The current Pangolin VPS is hosted by RackNerd:
- VPS hostname:
RN-VPS
- VPS public IP:
72.11.147.220
- Operating system: Ubuntu
- SSH port: TCP
22
- Current home public IP:
208.96.219.86 (may change when the ISP address changes)
SSH access is restricted by multiple layers:
- UFW: incoming traffic is denied by default; TCP port 22 is allowed only from the current home public IP.
- Fail2ban: the
sshd jail has the current home public IP in ignoreip, so it is not accidentally banned. The value must also be present persistently in /etc/fail2ban/jail.local.
- CrowdSec: the Pangolin container can enforce decisions through the Ubuntu host firewall via the
INPUT and DOCKER-USER iptables chains.
The backup LXC connects outbound to the VPS. It does not require an inbound connection from the VPS to the home network. If the ISP IP changes, update both UFW and Fail2ban before the next backup.