First, I'm sorry, I'm new to raspberry please bear with me and my desceiptions.
I migrated from an old laptop (as server via docker containers) to RPi 4. Installed Buster and everything is working fine. I went ahea dand installed 2 containers just to test out if my backup is working. I restarted and everything is working fine. After, I went ahead and install all my containers (14 of them) everything works great aside from some that doesn't have armfh support, figured that out after.
Then I rebooted. Network icon shows up&down with 2 X. Hovering to it, it shows "connection to dhcpcd lost" and "No wireless interface found". I can't ping the pi, I don't have Internet access. I use Ethernet BTW.
I searched for solutions and so far I tried:
1. Setting up Static IP at dhcpcd.conf
2. Editing my /etc/network/interfaces file and adding
Code: Select all
auth lo
iface lo inet dhcp
auth eth0
iface eth0 inet dhcp(and to manual)One solution that worked for me is executing the command:
Code: Select all
sudo dhcpcd - 4But the solution is not persistent. If I reboot I'm back to the problem.
Please help.
I noticed that there are new network interfaces with naming format as:
veth#####
There are 8 of them.
Please tell me what logs you need and how to acquire them. Thanks!
