From 382c9bd8b976c7e1a25314756a46692dcbb61ea0 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Fri, 20 Mar 2020 18:41:09 +0100 Subject: space_server: nftables: remove traffic stats rules This used to open up for polling our old switch for traffic data, but it died and it doesn't work with the new switch so let's plug the hole. --- roles/space_server/files/nftables.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'roles') diff --git a/roles/space_server/files/nftables.conf b/roles/space_server/files/nftables.conf index 9db3fb8..dee82a2 100644 --- a/roles/space_server/files/nftables.conf +++ b/roles/space_server/files/nftables.conf @@ -111,9 +111,6 @@ table ip filter { ct state established,related accept ct state invalid drop - # traffic stats - ip saddr $labitat udp dport 161 counter accept - # jumbotron webhook ip daddr $jumbotron_ip4 tcp dport 17380 counter accept @@ -198,7 +195,6 @@ table ip6 filter { table ip nat { chain portforward { - ip daddr $ext_ip4 udp dport 161 dnat 10.42.0.9 # traffic stats ip daddr $ext_ip4 tcp dport 17380 dnat $jumbotron_ip4 # jumbotron webhook } -- cgit v1.2.1