Having followed the most excellent howto (
http://sme.swerts-knudsen.dk/howtos/howto_30.htm - cheers Jesper!) I have a working OpenVPN. It works very well, better than PPTP, better than the commercial IPSEC firewalls/clients I've tried.
But there's always something.
In this case, I'd like to make a bridge of the OpenVPN (tap0) and the internal interface (eth0).
Why? Well, silly really - to be able to play LAN-based net games with some friends. With the routed implementation, the VPN clients get given IP addresses on a different subnet than "local" machines. As a result, the kind of "LAN broadcasts" that some games make to find local servers don't travel across different subnets.
So actually, I'm looking at either a method to make LAN broadcasts go "across" both the local and vpn subnets, or build a bridge so the vpn clients get dhcp leases on the same subnet.
I've had a google around and checked out the entry on the openvpn page (
http://openvpn.net/bridge.html) it mentions installing "bridge-utils" and it began to dawn on me that maybe subsuming eth0 into a bridge might do Bad Things to SME.
So I wondered if anyone here might have a thought to share about this?
G