Linux networking
No internet
Method 1
get network interface
ip a
bring up the interface
sudo ip link set INTERFACE_NAME up
sudo dhclient INTERFACE_NAME
try connecting to the internet
ping 1.1.1.1
get network interface
ip a
bring up the interface
sudo ip link set INTERFACE_NAME up
sudo dhclient INTERFACE_NAME
try connecting to the internet
ping 1.1.1.1