I'm having trouble getting IP forwarding going in Ubuntu 12.04 server with UFW. I'm trying to get OpenVPN working. I have two interfaces, eth0 and tun0, and they can't ping each other.
- I've made the interfaces promiscuous.
net/ipv4/ip_forward=1in/etc/ufw/sysctl.conf.DEFAULT_FORWARD_POLICY="ACCEPT"in/etc/default/ufw.- I used the IP masquerading section from
Is there something I am missing?
Network setup is as such:
[Gateway] <LAN - 172.28.0.0/16> [Ubuntu] <VPN Network - 172.29.0.0/22> [VPN Clients]