Thanks for the tip, though my problem was unrelated it lead me to trying tcpdump on tun0 to see if packets were flowing. It turns out that it's iptables that's dropping my packets.
I need a rule
Code: Select all
iptables -A INPUT -i tun0 -j ACCEPT
With that in place VPN works
