Common iproute2 Commands
These are some common commands for iproute2. VLAN’s Add VLAN 100 interface on eth0: ip link add link eth0 name eth0.100 type vlan id 100 Delete VLAN 100 interface on eth0: ip link delete eth0.100 Bring up the VLAN 100 interface: ip link set dev eth0.100 up Bring down the […]
Read more