1 .\" Copyright (c) 2017 by Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" SPDX-License-Identifier: Linux-man-pages-copyleft
6 .TH network_namespaces 7 (date) "Linux man-pages (unreleased)"
8 network_namespaces \- overview of Linux network namespaces
10 Network namespaces provide isolation of the system resources associated
11 with networking: network devices, IPv4 and IPv6 protocol stacks,
12 IP routing tables, firewall rules, the
14 directory (which is a symbolic link to
15 .IR /proc/ pid /net ),
18 directory, various files under
20 port numbers (sockets), and so on.
22 network namespaces isolate the UNIX domain abstract socket namespace (see
25 A physical network device can live in exactly one
27 When a network namespace is freed
28 (i.e., when the last process in the namespace terminates),
29 its physical network devices are moved back to the
30 initial network namespace
31 (not to the namespace of the parent of the process).
35 device pair provides a pipe-like abstraction
36 that can be used to create tunnels between network namespaces,
37 and can be used to create a bridge to a physical network device
39 When a namespace is freed, the
41 devices that it contains are destroyed.
43 Use of network namespaces requires a kernel that is configured with the
46 .\" FIXME .SH EXAMPLES
55 .BR user_namespaces (7),