Re: Ethernet connection down after installing base system
Reply #2 –
This is the part where you should have posted the exact commands you used and the output you received (where any)
Assuming a router on 192.168.1.1
ip link set eth0 up
ip addr add 192.168.1.100/24 broadcast 192.168.1.255 dev eth0
Change last part (100) of 192.168.1.100 if needed to the ip address you want the computer to have. Some routers limit the 'pool' of numbers available. Some let you have any number (except .1 & .255)
ip route add default via 192.168.1.1
If needed (/etc/resolv.conf empty or invalid)
echo "nameserver 1.1.1.1" > /etc/resolv.conf