Fun with network namespaces - VETH
First, run a command on the command lineip netns . looks like there is nothing, show anything
ip netns list
ip netns add red
ip netns add green
ip netns list
ip link add redeth type veth peer name greeneth
ip link list
1: lo: <LOOPBACK,UP,LOWE...
kaisar.hashnode.dev3 min read