mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-10 22:53:30 +00:00
503560c0e8
The files referred to don't exist and therefore bringing up eth0 will fail. If we want a default firewall later, we can add files and change the eth0 file again.
8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
auto eth0
|
|
|
|
# TODO: switch back to iptables-persistent once it re-enters testing
|
|
iface eth0 inet dhcp
|
|
# We don't currently support setup of firewalls here.
|
|
# pre-up iptables-restore < /etc/iptables/rules.v4
|
|
# pre-up ip6tables-restore < /etc/iptables/rules.v6
|