Network Namespaces에 대해 알아보자.

Untitled

Untitled

Network Namespace

Untitled

Create Network Namespace

Untitled

# Linux 호스트에서 새 네트워크 네임스페이스를 생성하려면, ip nets add 명령을 실행한다.
$ ip netns add red

$ ip netns add blue

Untitled


Exec in Network Namespace

$ ip link