Search Criteria
Package Details: openvpn-netns-git r8.82342f7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openvpn-netns-git.git (read-only, click to copy) |
|---|---|
| Package Base: | openvpn-netns-git |
| Description: | A script that starts a openvpn connection inside a network namespace |
| Upstream URL: | https://github.com/pekman/openvpn-netns |
| Licenses: | Unlicense |
| Conflicts: | openvpn-netns |
| Provides: | openvpn-netns |
| Submitter: | lukas.fink1 |
| Maintainer: | lukas.fink1 |
| Last Packager: | lukas.fink1 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-01-29 04:15 (UTC) |
| Last Updated: | 2021-01-29 04:15 (UTC) |
Dependencies (5)
- iproute2 (iproute2-gitAUR, iproute2-selinuxAUR)
- openvpn (openvpn-gitAUR, openvpn-xorAUR, openvpn-mbedtlsAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- netns-exec (netns-exec-gitAUR) (optional) – for openvpn-netns-shell
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, sudo-selinuxAUR, doas-sudo-shimAUR, doas-sudo-shim-gitAUR) (optional) – for openvpn-netns-shell
Latest Comments
ZachCallear commented on 2024-03-20 15:37 (UTC)
This works great in 2024, despite being a bit old.
sudo ip netns exec <netns> sudo -u "$USER" <command>works to run stuff with the used namespace.