ip
show ip
1
ip -4 addr show ip -4 -o addr show
set up ip
1
ip addr add 192.168.50.2/24 dev ens160
unset ip
1
ip addr del 192.168.1.5/24 dev eth0
link up
1
ip link set eth0 up
link down
1
ip link set eth0 down
add default gw
1
ip route add default via 192.168.1.1
add gw
1
ip route add 10.0.0.0/8 dev eth0