I am trying to get OpenVPN as an alternative VPN to the build in PPTP running but have run into some problems with IP Tables. Is there an IP Tables expert out there?
What I need is to allow ALL traffic between eth0 and Tap0 (the VPN interface) as both are to be considered local. Adding the tap0 IP range in the Local Network does not do the job as the gateway is not part of the local network. The changes must be able to be added to a std. SME masq templates.
More info:
eth0: 192.168.1.x
tap0: 192.168.100.1
Any experts out there?