From f7b2cf2397b4c1707825f9898911f907353be4e7 Mon Sep 17 00:00:00 2001 From: 4ndr3 <4ndr3@users.noreply.github.com> Date: Thu, 16 Apr 2020 20:38:47 +0200 Subject: [PATCH] =?UTF-8?q?Regel=20f=C3=BCr=20speicher=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ip 193.96.224.237 --- Richtfunk/bb-fux-kern/etc/rc.local | 1 + 1 file changed, 1 insertion(+) diff --git a/Richtfunk/bb-fux-kern/etc/rc.local b/Richtfunk/bb-fux-kern/etc/rc.local index 5d42c24..07c86e7 100644 --- a/Richtfunk/bb-fux-kern/etc/rc.local +++ b/Richtfunk/bb-fux-kern/etc/rc.local @@ -5,6 +5,7 @@ CLOUD_IPV4=/lib/gluon/ebtables/109-local-forward-allow-cloud if [ ! -f $CLOUD_IPV4 ]; then echo "Installing cloud IPv4 rule" echo "rule('LOCAL_FORWARD -p IPv4 --ip-src 193.96.224.238/32 -j RETURN')" > $CLOUD_IPV4 + echo "rule('LOCAL_FORWARD -p IPv4 --ip-src 193.96.224.237/32 -j RETURN')" >> $CLOUD_IPV4 /etc/init.d/gluon-ebtables start $CLOUD_IPV4 else echo "Cloud IPv4 rule already exists"