From 503560c0e8d8c8d3f344838935b959097343c3a5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 6 Dec 2019 17:48:39 +0200 Subject: [PATCH] Change: comment out firewall setup from eth0 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. --- eth0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eth0 b/eth0 index 8732488..910e081 100644 --- a/eth0 +++ b/eth0 @@ -2,5 +2,6 @@ auto eth0 # TODO: switch back to iptables-persistent once it re-enters testing iface eth0 inet dhcp - pre-up iptables-restore < /etc/iptables/rules.v4 - pre-up ip6tables-restore < /etc/iptables/rules.v6 +# 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