5 examples for ip
# set default route (for example when connected to both wifi and lan) sudo ip route change default via 192.168.1.1
# Use ip to create vlan on adapter when nmcli is not available. ip link add link eth1 name eth1.10 type vlan id 10
# set default route (for example when connected to both wifi and lan) sudo ip route change default via 192.168.1.1
# Use ip to create vlan on adapter when nmcli is not available. ip link add link eth1 name eth1.10 type vlan id 10