protected 0 Posted ... I'm running Debian 8 and using the openvpn client with airvpn. I have deluged listening on the airvpn interface for incoming connections, on a properly forwarded port, but any attempts to connect from the public IP seem to fail. There are no routes to airvpn yet. What are the correct routing and/or netfilter rules I need to add for this setup to work? Quote Share this post Link to post
protected 0 Posted ... I think I was massively overcomplicating this. ip route add table airvpn default via 10.4.0.1 dev tun1ip rule add from 10.4.0.0/16 table airvpn Quote Share this post Link to post
go558a83nk 365 Posted ... Why isn't openvpn adding routes properly? Can you use Eddie on Debian 8? It would sure simplify things and make a lot of options easily available to you. Quote Share this post Link to post