-
我的命令行:
```
docker run -d --device /dev/net/tun --cap-add NET_ADMIN -ti -p 127.0.0.1:1080:1080 -p 127.0.0.1:8888:8888 -e EC_VER=7.6.3 -e CLI_OPTS="-d https://**.edu.cn -u *** -p ***" hagb/docker-ea…
-
Podlet parses all arguments as podman arguments, instead to parse it like podman container arguments.
Here is the example.
Command to run container with extra container arguments.
```
podman…
-
Currently only the volumes are allowed to be accessed inside the pods. I could not find a straightforward way to allow pods to access other devices such as _character devices_.
For example I had an a…
-
**What happened**:
I successfully ran a CentOS 7 virtual machine using Kubevirt 1.3.1. However, an error was reported when I tried to run the quay.io/containerdisks/centos-stream:9 image.
**Wh…
-
OS: Ubuntu Linux 18.10 x64
I'm unable to get the tether to start on Linux, and it's giving me:
Opening tun device.
Opening tun device: /dev/net/tun
Opening tun device: null
unable to open tun…
-
### Is there a pinned issue for this?
- [X] I have read the pinned issues
### Is there an existing or similar issue for this?
- [X] I have searched the existing issues
### Is there any comment in …
-
1 ./tinyvpn -c -r XXX --sub-net 10.22.22.0
2 error: fatal open /dev/net/tun failed
3 https://stackoverflow.com/questions/24745398/how-to-open-tap-device-on-android-using-native-code-c
4 /de…
-
everythign is working and healthy but cant access webui! checked log . no error
ports:
- 6881:6881
- 6881:6881/udp
- 8085:8085
8085 is webui port
compose f…
-
Hello,
I'm writing this issue as it could help some users with arm64 devices (like RaspberryPi) to solve some weird errors like these when using OpenVPN option with this image :
- `Cannot ioctl TU…
-
**Describe the bug**
Even though `NET_ADMIN` capability is granted, `mknod` fails with `mknod: /dev/net/tun: Operation not permitted`. Also tried granting `mknod` capability, `privileged: true` and `…