10/ Did you know you can create virtual network interfaces? Use 'ifconfig' or 'ip link' with the 'add' option to set up a virtual interface.
For example: "ifconfig eth0:0 192.168.0.20" or "ip addr add 192.168.0.20/24 dev eth0:0"
creates a virtual interface.
#VirtualInterface