Creating Local bridge with tap device
lwk523 opened this issue · 2 comments
lwk523 commented
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
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
?
lwk523 commented
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