Can someone confirm this will work?
I searched around and several people seemed to be using OpenVPN in their posts, but I'm not sure if they were doing it quite this way, so I thought I'd ask first.
3 Replies
If you were only concerned with one client, you could have OpenVPN always assign the same 10.x.x.x address to it, and then configure static NAT in iptables to send traffic to and from the VPN client.
Also, I've seen a few posts saying the TUN/TAP driver is built into the supplied kernels – what about the bridging driver (i.e. the one that creates the "br0" interface in ifconfig?) This is what I'd prefer to use (i.e. bridging mode in OpenVPN, versus routing mode).
> Also, I've seen a few posts saying the TUN/TAP driver is built into the supplied kernels – what about the bridging driver (i.e. the one that creates the "br0" interface in ifconfig?)
Ooh, I found an earlier post with all the kernel config options it – looks like it's there, great.