I'm still new to Linux and I have been running a Ubuntu server for almost 2 years now. The machine itself is a HP ProLiant DL160 G6 and it had been shut off for about 6 months while I found a replacement fan. Upon firing it back up the ethernet connection has been having some issues. It didn't work for a day or so and then it worked for one day and has not worked since. Upon further inspection I noticed that the connection said "unmanaged" I don't know what that means, but I did some research and was able to fix that and now the connection shows up normally. My new issue is now I'm unable to access websites and my docker containers also do not have network access. I can still remotely log into the machine from my computer on the same network, but for some reason I cannot access certain sites like this one from the server. I get a ERR_ADDRESS_UNREACHABLE when trying to access some sites
Asked
Active
Viewed 128 times
cat /etc/netplan/*.yaml
Welcome to Ask Ubuntu. – chili555 May 30 '23 at 16:15The result of
– Lester702 May 30 '23 at 16:44cat /etc/netplan/*.yaml
is this# This is the network config written by 'subiquity' network: ethernets: enp6s0f0: dhcp4: true enp6s0f1: dhcp4: true version: 2