From 35e89b1e206f3ab8ebbf7c3df852e7e5aeb835d1 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 6 Mar 2019 10:20:17 +0100 Subject: [PATCH] Fix for #311 Thanks to @ChessSpider for reporting! --- host/etc/systemd/tpot.service | 3 --- 1 file changed, 3 deletions(-) diff --git a/host/etc/systemd/tpot.service b/host/etc/systemd/tpot.service index d4683752..a0c8350b 100644 --- a/host/etc/systemd/tpot.service +++ b/host/etc/systemd/tpot.service @@ -27,9 +27,6 @@ ExecStartPre=-/bin/bash -c '/sbin/ethtool --offload $(/sbin/ip address | grep "^ ExecStartPre=/bin/bash -c '/sbin/ethtool -K $(/sbin/ip address | grep "^2: " | awk \'{ print $2 }\' | tr -d [:punct:]) gso off gro off' ExecStartPre=/bin/bash -c '/sbin/ip link set $(/sbin/ip address | grep "^2: " | awk \'{ print $2 }\' | tr -d [:punct:]) promisc on' -# Modify access rights on docker.sock for netdata -ExecStartPre=-/bin/chmod 666 /var/run/docker.sock - # Set iptables accept rules to avoid forwarding to honeytrap / NFQUEUE # Forward all other connections to honeytrap / NFQUEUE ExecStartPre=/opt/tpot/bin/rules.sh /opt/tpot/etc/tpot.yml set