April 2016
Beginner
174 pages
3h 48m
English
Virtual routers are implemented as network namespaces on one or more nodes. In our single-node environment, the two routers that have been created so far can both be found on the same node. Using the ip netns command as root or a user with sudo privileges, you can list all network namespaces on a host, like so:

The two qrouter namespaces in the list correspond to the two routers we've created so far:

Using the ip netns exec <namespace> command, you can specify a command to execute within the specified namespace. Useful commands ...
Read now
Unlock full access