https://github.com/jjsearle/ns
Network namespace manager
https://github.com/jjsearle/ns
bash linux network-namespace networking
Last synced: 2 months ago
JSON representation
Network namespace manager
- Host: GitHub
- URL: https://github.com/jjsearle/ns
- Owner: jjsearle
- License: gpl-3.0
- Created: 2019-01-18T16:49:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T12:51:25.000Z (over 7 years ago)
- Last Synced: 2025-03-01T08:14:21.191Z (over 1 year ago)
- Topics: bash, linux, network-namespace, networking
- Language: Shell
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ns
Network namespace manager
## Install
```
[joe@nostromo ns]$ sudo install -g root -o root -m 700 ns /usr/sbin/ns
```
## Usage
```
Usage: ns [options]
Subcommands:
create : Create new namespace and attach
list : List active namespaces
attach : Attach to namespace
del : Delete a namespace and kill processes
```