tetsuia 0 Posted ... Hi, I'm trying to create a AirVPN over Tor tunnel. I'm on OSX, using TunnelBlick and TorBrowserBundle. OpenVPN connects correctly and estabilishes the tunnel using the socks proxy. But afterwards, I cannot route any packet. This is how Tunnelblick modifies the routing table in response to redirect-gateway def1: us=335050 /sbin/route add -net 127.0.0.1 192.168.0.1 255.255.255.255 add net 127.0.0.1: gateway 192.168.0.1 us=341745 /sbin/route add -net 0.0.0.0 10.5.0.101 128.0.0.0 add net 0.0.0.0: gateway 10.5.0.101 us=344827 /sbin/route add -net 128.0.0.0 10.5.0.101 128.0.0.0 add net 128.0.0.0: gateway 10.5.0.101 us=351491 /sbin/route add -net 10.5.0.1 10.5.0.101 255.255.255.255 add net 10.5.0.1: gateway 10.5.0.101 This is the routing table: Internet: Destination Gateway Flags Refs Use Netif Expire 0/1 10.5.0.101 UGSc 1 0 tun0 default 192.168.0.1 UGSc 78 0 en0 10.5.0.1/32 10.5.0.101 UGSc 1 0 tun0 10.5.0.101 10.5.0.102 UH 5 0 tun0 127 127.0.0.1 UCS 0 0 lo0 127.0.0.1 127.0.0.1 UH 17 413810 lo0 127.0.0.1/32 192.168.0.1 UGSc 0 0 en0 128.0/1 10.5.0.101 UGSc 0 0 tun0 169.254 link#4 UCS 0 0 en0 Looks legit to me, and works for other OpenVPN-based VPNs. If I attach tcpdump to tun0, I only see packets going out, but nothing coming back to me. How can I further debug this? Quote Share this post Link to post
Staff 9972 Posted ... @tetsuia Hello! When you connect without TOR, is everything ok? Can you please send us the connection logs both with and without socks proxy? Kind regards Quote Share this post Link to post