Add dummy network interface to Linux
There are many reasons why you would do this, most of which are for testing and learning. Not going to go into why – just going to do it. nmcli con add type dummy ifname dummy0 con-name dummy0 ipv4.address 10.101.101.1/24 … Continue reading →