about summary refs log tree commit diff stats
path: root/core/conf/iptables/ipt-conf.sh
diff options
context:
space:
mode:
authorSilvino <silvino@bk.ru>2019-06-26 17:10:12 +0100
committerSilvino <silvino@bk.ru>2019-06-26 17:49:35 +0100
commiteddfa5ed593e67c9b2e6c53382b4fe044663451a (patch)
treed95e5875c53dc3715c75721c2c749de22d643ca4 /core/conf/iptables/ipt-conf.sh
parent2830b5fb96cce787ca8c7562a968effc3e57bdb1 (diff)
downloaddoc-eddfa5ed593e67c9b2e6c53382b4fe044663451a.tar.gz
core iptables revision
Diffstat (limited to 'core/conf/iptables/ipt-conf.sh')
-rw-r--r--core/conf/iptables/ipt-conf.sh16
1 files changed, 10 insertions, 6 deletions
diff --git a/core/conf/iptables/ipt-conf.sh b/core/conf/iptables/ipt-conf.sh
index c3dac16..dcea837 100644
--- a/core/conf/iptables/ipt-conf.sh
+++ b/core/conf/iptables/ipt-conf.sh
@@ -5,19 +5,23 @@ IPT="/usr/sbin/iptables"
 SPAMLIST="blockedip"
 SPAMDROPMSG="BLOCKED IP DROP"
 
-# public interface to network/internet
+# bridge interface with interface facing gateway
 BR_IF="br0"
+# bridge ip network address
 BR_NET="10.0.0.0/8"
+# network gateway
 GW="10.0.0.1"
-#GW="10.0.0.2"
-#DNS="10.0.0.254"
+# external dns
 DNS="212.55.154.174"
-#DNS="8.8.8.8"
 
+# static machine ip address
 PUB_IP="10.0.0.254"
+
+# public interface facing gateway
 PUB_IF="enp8s0"
 
-# private interface for virtual/internal
+# wifi interface
 WIFI_IF="wlp7s0"
-#WIFI_NET="192.168.1.0/24"
+
+# static wifi ip network address
 WIFI_NET="10.0.0.0/8"