Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Bridging #36

Open
DeBaschdi opened this issue Nov 4, 2021 · 2 comments
Open

Server Bridging #36

DeBaschdi opened this issue Nov 4, 2021 · 2 comments

Comments

@DeBaschdi
Copy link

Hi, nice work,
do u plan an Option to use TAP instead TUN for a Server Bridged Layer 2 VPN ?

@bnhf
Copy link

bnhf commented Feb 14, 2022

So I've done some work on this, and have openvpn-web-ui functioning with an external (non-Docker) OpenVPN TAP Server. I used the PiVPN script (not on Raspberry Pi though), modified as described in this post:

https://technologydragonslayer.com/2022/01/16/installing-an-openvpn-tap-server-on-a-raspberry-pi-using-pivpn/

Be aware that the name of your physical ethernet port, used in the openvpn-bridge file, is probably not eth0.

In my case I'm using Debian 11, and I believe the script also works with Ubuntu. Here's my fork:

https://github.com/bnhf/openvpn-tap-external-web-ui/

screenshot-brix-pc2_8080-2022 02 03-16_09_24

@bnhf
Copy link

bnhf commented Mar 18, 2022

Since my repo is significantly different now than this master, I decide to move it to a dedicated repository. I've left my fork in place for now -- but if you're interested in OpenVPN TAP (bridged) setups in particular, have a look. It uses a host based PiVPN installation (which works on Debian and Ubuntu as well). It's compatible with TUN setups too, and I plan on supporting combo TUN and TAP installs in the near future:

https://github.com/bnhf/pivpn-tap-web-ui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants