Answers for "start networking ubuntu recovery"

0

start networking ubuntu recovery

# List devices, find your device name using
ip link
# If your device is eth0, for example
ip link set eth0 up
# Grab an IP from DHCP
dhclient eth0
# Check the status, confirm you have an IP
ip addr show dev eth0
Posted by: Guest on October-28-2021

Browse Popular Code Answers by Language