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.006986 |
First Submitted: | 2021-01-29 04:15 (UTC) |
Last Updated: | 2021-01-29 04:15 (UTC) |
Dependencies (5)
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR)
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR)
- git (git-gitAUR, git-glAUR) (make)
- netns-exec (netns-exec-gitAUR) (optional) – for openvpn-netns-shell
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR) (optional) – for openvpn-netns-shell
Latest Comments
Magotchi 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.