Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions overlays/turnkey.d/interfaces/etc/network/interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ iface lo inet loopback

auto eth0
iface eth0 inet dhcp
hostname _UNCONFIGURED_

iface eth0 inet6 dhcp
hostname _UNCONFIGURED_
hostname _UNCONFIGURED_

allow-hotplug eth1
iface eth1 inet dhcp
hostname _UNCONFIGURED_

iface eth1 inet6 dhcp
hostname _UNCONFIGURED_
hostname _UNCONFIGURED_
1 change: 1 addition & 0 deletions plans/net
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ifupdown-ng # updated drop-in replacement for ifupdown
ifupdown-ng-compat # compatibility with traditional ifupdown
tkl-dhcpcd-ifupdown-glue # ifupdown hooks to ensure dhcpcd honors static
ethtool # display or change ethernet card settings
bind9-host # Version of 'host' bundled with BIND 9.X
netbase # Basic TCP/IP networking system
Expand Down