Freshly installed Raspbian 12 (bookworm - lite version) with default settings, connected via ethernet cable.
I can see that OS did get (automatically) IP address assigned from my DHCP server.
Question:
What configuration file keeps the information how to configure eth0 NIC?
My first idea was NetworkManager. However. I see no files in: /etc/NetworkManager/system-connections/
Then I checked other options but also no luck:
I can see that OS did get (automatically) IP address assigned from my DHCP server.
Question:
What configuration file keeps the information how to configure eth0 NIC?
My first idea was NetworkManager. However. I see no files in: /etc/NetworkManager/system-connections/
Then I checked other options but also no luck:
Code:
- No NIC specific files in: ls -al /etc/network/- /etc/dhcpcd.conf - does not exist anymore in bookworm- ps aux | grep dhcp - gives no dhcp clinet related processes- sudo systemctl | grep dhcp - gives no service related to dhcp- netplan - not installedStatistics: Posted by czezz — Sat May 03, 2025 10:49 pm