Hi, Some strange behaviour is happening when the VPN is connected: 1) Everything was working as-is until 3 days ago 2) Now theres no torrent activity at all even with PEX/DHT enabled (also cannot connect to trackers) 3) Cannot reach port 46555 externally (port forwarding is set up to be 46555->46555), but can internally 4) Can access other ports externally 5) Can ping/access external servers When not connected via VPN, everything works fine. Point 4 is concerning, since it indicates the VPN connection is working and forwarding traffic, but just not for the transmission port I guess. Setup * Ubuntu 12.04 * Sirius, Heze servers via port 443 and UDP Terminal outputs user@box:/var/log$ sudo lsof -l | grep transmiss transmiss 22850 113 10u IPv4 4579574 0t0 TCP *:46555 (LISTEN) transmiss 22850 113 11u IPv6 4579576 0t0 TCP *:46555 (LISTEN) transmiss 22850 113 12u IPv4 4579577 0t0 UDP *:46555 user@box:/var/log$ nc 127.0.0.1 46555 < /dev/null; echo $? 0 user@box:/var/log$ sudo ufw status Status: inactive Troubleshooting steps so far RebootedDownloaded config, tried different VPN serversDisabled all firewallsConfirmed that the port 46555 is accessible locally via UDP/TCPViewed transmission logs and saw "Could not connect to tracker"Tried using a different port for transmissionAny hints and assistance would be greatly appreciated! Thanks