Accidentally edited my network interfaces in /etc/network/interfaces, now eth0 doesn't start up

I accidentally edited my network interfaces config by changing

/etc/network/interfaces

to

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet static

auto eth0
iface eth0 inet dhcp

Now eth0 doesn’t work, or show up with

ifconfig

I thought I saved the original to a separate file but apparently I didn’t save it before rebooting…

Any chance someone could post the default?

Hi Doug92,

My default interfaces file is empty.

# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d