Hi, Regarding stunnel and openvpn on linux w/ iptables: What should I see in 'netstat' for my connnections? Should I see my connection to Air server only or all my connections with the Airvpn ip? Stunnel + openvpn setup: 192.168.x.x 149.255.33.156:443 ESTABLISHED pid/stunnel 127.0.0.1:1413 127.0.0.1:5678 " pid/stunnel 127.0.0.1:5678 127.0.0.1:1413 " pid/openvpn 127.0.0.1:1413 127.0.0.1: xxxx LISTENING pid/stunnel Then my connections: 10.x.x.x <internet destination ip> ESTAB 10.x.x.x <internet destination ip> ESTAB Is this correct? Os should I see only connections to AirVPN server 149.255.33.156 in netstat? 'Ip route' looks good except there is a 127.0.0.1 via <gateway> entry which seems not right for single computer on "lan." Thanks for any experience that can be shared.