siomiz / SoftEtherVPN

A Docker Automated Build Repository for SoftEther VPN
https://hub.docker.com/r/siomiz/softethervpn/
MIT License
452 stars 175 forks source link

Creating Local bridge with tap device #72

Open lwk523 opened 4 years ago

lwk523 commented 4 years ago

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

siomiz commented 4 years ago

Try with --device /dev/net/tun? See https://github.com/kylemanna/docker-openvpn/issues/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?

lwk523 commented 4 years ago

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