slackbuilds/network/slirp4netns
B. Watson 5a5312e7c1 network/slirp4netns: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-14 03:21:15 -04:00
..
README network/slirp4netns: Wrap README at 72 columns. 2022-03-14 03:21:15 -04:00
slack-desc
slirp4netns.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
slirp4netns.info

README

slirp4netns

slirp4netns provides user-mode networking ("slirp") for unprivileged
network namespaces.

Starting with Linux 3.8, unprivileged users can create
network_namespaces(7) along with user_namespaces(7). However,
unprivileged network namespaces had not been very useful, because
creating veth(4) pairs across the host and network namespaces still
requires the root privileges. (i.e. No internet connection)

slirp4netns allows connecting a network namespace to the Internet in
a completely unprivileged way, by connecting a TAP device in a network
namespace to the usermode TCP/IP stack ("slirp").