1

There is so much information out there on Ubuntu, I’m not sure where to look. I’ve been using some images for my odroid SBC, and older images used to have a file /etc/network/interfaces.d/eth0 where I would set a static ip address. On newer images, that file is gone, and in fact there are no files in that directory at all.

Did something fundamental happen to the way interfaces are now configured?

  • /etc/dhcpcd.conf but I'm not sure if Ubuntu works this way, I know this is what I have to do on Raspbian...only lurking here for more knowledge. –  Apr 12 '18 at 21:20

1 Answers1

1

The NIC configuration is now located in /etc/netplan/01-netcfg.yaml

Need example netplan yaml for static ip

https://websiteforstudents.com/configuring-static-ips-ubuntu-17-10-servers/