dswartz wrote:
I used DNAT to push packets arriving on eth0 into tun0,
How did you do that ? I've tried to set up OpenVPN on a server with apache. I want to connect using OpenVPN and then see the webserver.
I think I need to take incoming tun0 packets at route to lo, but I can't work out how to do this. IPTABLES appears to route packets but when I check the apache access_log it still shows incoming IP address as the remote client not as from the local machine.
So what you did above, sounds similar to what I need to do.