siomiz/SoftEtherVPN

Creating Local bridge with tap device

lwk523 opened this issue · 2 comments

Does anyone able to run the server with local bridge ? Also, how to resolve this problem
Failed to get D-Bus connection: Operation not permitted

Thank you

Try with --device /dev/net/tun?
See kylemanna/docker-openvpn#39.

For the D-Bus error, run with --cap-add SYS_ADMIN or --privileged or
https://serverfault.com/questions/824975/failed-to-get-d-bus-connection-operation-not-permitted
or try different OS-based image like :alpine?

Thank you Siomiz for your replied. I changed to alpline but it seem not easy to create local bridge with alpine. Is that any guideline for that ? I am very apperiated that.

Is that Local bridge is work better secure NAT ?

Thank you