This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Openvpn (SSL) tap-Bridge fonctionnality

I was wondering and certainly HOPING ! if this feature will be added in some near future. I know that openvpn is capable of it, and I just don't see why it is not already implemented [:D]

I actually use Endian FW (EFW) - www.endian.it - at the moment since it is the only free firewall solution similar to this that actually include openvpn WITH the tap-bridge fonctionality!! I would certainly switch any day if astaro had it...

Thanks in advance for answering [:P]


This thread was automatically locked due to age.
Parents
  • You might want to explain what a vpn tap bridge does (feature-wise).

    Barry
  • Ethernet bridging essentially involves combining an ethernet interface with one or more virtual TAP interfaces and bridging them together under the umbrella of a single bridge interface. Ethernet bridges represent the software analog to a physical ethernet switch. The ethernet bridge can be thought of as a kind of software switch which can be used to connect multiple ethernet interfaces (either physical or virtual) on a single machine while sharing a single IP subnet.

    By bridging a physical ethernet NIC with an OpenVPN-driven TAP interface at two separate locations, it is possible to logically merge both ethernet networks, as if they were a single ethernet subnet.

    there it is [:)]
    I did not find any ways to do that on astaro 7.0 [:(]

    http://openvpn.net/bridge.html
Reply
  • Ethernet bridging essentially involves combining an ethernet interface with one or more virtual TAP interfaces and bridging them together under the umbrella of a single bridge interface. Ethernet bridges represent the software analog to a physical ethernet switch. The ethernet bridge can be thought of as a kind of software switch which can be used to connect multiple ethernet interfaces (either physical or virtual) on a single machine while sharing a single IP subnet.

    By bridging a physical ethernet NIC with an OpenVPN-driven TAP interface at two separate locations, it is possible to logically merge both ethernet networks, as if they were a single ethernet subnet.

    there it is [:)]
    I did not find any ways to do that on astaro 7.0 [:(]

    http://openvpn.net/bridge.html
Children