Source: Restricting network access using Linux Network Namespaces
Summary
This post explains how to restrict access to network by creating a new instance of Linux network stack called network namespace, useful in cases like Linux containers where it needs to have their own network configuration.
Fact