Henry Du Blog

think digital, act analog

Linux Network Namespace

Linux Network Namespace This is study notes from Network Namespace Introduction Network namespace is using for container like docker to implement network isolation. When we create a container, we create a network namespace for it. So the container is not able to see host network such as routing table and arp table. The container has its own routing table and arp table in its namespace. Operation Commands To create a new network namespace, say red, using a command: