- Add custom init-rego.sh that unmounts /etc/resolv.conf and /etc/hosts for VPN - Add custom xstartup that launches terminal with cisco-vpn script - Add TARGET_IP environment variable - Remove QEMU/VM dependencies (TAPs, bridges, dnsmasq not needed) - The cisco-vpn script handles: vpnagentd, auto-login with TOTP, IP forwarding Architecture: 1. init-rego.sh: DNS fix + IP forwarding + start systemd 2. systemd: manages vpnagentd and vnc services 3. xstartup: opens xterm with cisco-vpn script 4. cisco-vpn: auto-connects VPN, sets up routing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
SSH to host and restart rego-routing.service after VPN connection is established in the VM. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove websockify BasicHTTPAuth (doesn't trigger browser prompts) - Add Traefik basicauth middleware instead (proper browser auth dialog) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>