aboutsummaryrefslogtreecommitdiff
path: root/iptables.rules
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2019-04-04 20:08:46 +0900
committerjaseg <git@jaseg.net>2019-04-04 20:08:46 +0900
commit07f1aacba09acc120ead9c74d476060e698614b7 (patch)
treef20a6604ab811f33c02fa1cc45d989d512c4e09e /iptables.rules
parentbd281ef2e8213c6e92d68aefff9bfd1a8d8351d6 (diff)
downloadinfra-07f1aacba09acc120ead9c74d476060e698614b7.tar.gz
infra-07f1aacba09acc120ead9c74d476060e698614b7.tar.bz2
infra-07f1aacba09acc120ead9c74d476060e698614b7.zip
Fix up clippy networking
Diffstat (limited to 'iptables.rules')
-rw-r--r--iptables.rules24
1 files changed, 24 insertions, 0 deletions
diff --git a/iptables.rules b/iptables.rules
new file mode 100644
index 0000000..0f6f366
--- /dev/null
+++ b/iptables.rules
@@ -0,0 +1,24 @@
+# Generated by iptables-save v1.8.0 on Thu Apr 4 11:06:33 2019
+*nat
+:PREROUTING ACCEPT [13:648]
+:INPUT ACCEPT [8:440]
+:OUTPUT ACCEPT [18:1260]
+:POSTROUTING ACCEPT [18:1260]
+-A PREROUTING -i eth0 -p tcp -m tcp --dport 23 -j REDIRECT --to-ports 2342
+COMMIT
+# Completed on Thu Apr 4 11:06:33 2019
+# Generated by iptables-save v1.8.0 on Thu Apr 4 11:06:33 2019
+*filter
+:INPUT ACCEPT [0:0]
+:FORWARD ACCEPT [0:0]
+:OUTPUT ACCEPT [360:761646]
+-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
+-A INPUT -p icmp -j ACCEPT
+-A INPUT -i lo -j ACCEPT
+-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
+-A INPUT -p tcp -m state --state NEW -m tcp --dport 2342 -j ACCEPT
+-A INPUT -p tcp -m state --state NEW -m tcp --dport 23 -j ACCEPT
+-A INPUT -j REJECT --reject-with icmp-host-prohibited
+-A FORWARD -j REJECT --reject-with icmp-host-prohibited
+COMMIT
+# Completed on Thu Apr 4 11:06:33 2019