Lines Matching full:network
3 ip-netns \- process network namespace management
27 A network namespace is logically another copy of the network stack,
28 with it's own routes, firewall rules, and network devices.
30 By convention a named network namespace is an object at
34 refers to the specified network namespace. Holding that file
35 descriptor open keeps the network namespace alive. The file
38 system call to change the network namespace associated with a task.
40 The convention for network namespace aware applications is to look
41 for global network configuration files first in
47 for a network namespace used to isolate your vpn you would name it
51 automates handling of this configuration, file convention for network
53 bind mounting all of the per network namespace configure files into
56 .SS ip netns list - show all of the named network namespaces
57 .SS ip netns add NAME - create a new named network namespace
58 .SS ip netns delete NAME - delete the name of a network namespace
59 .SS ip netns exec NAME cmd ... - Run cmd in the named network namespace