to add new gateway
route add default gw 192.168.0.1
to see the network adapter information
nmcli dev show eth0
to restart network
./init.d/networking restart
to see dns stauts
systemd-resolve --status
to add new gateway
route add default gw 192.168.0.1
to see the network adapter information
nmcli dev show eth0
to restart network
./init.d/networking restart
to see dns stauts
systemd-resolve --status