about summary refs log tree commit diff stats
path: root/core/conf/iptables/ipt-conf.sh
blob: 63b101f343d71914587a0a7e1488b684f54c6e1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/bash

IPT="/usr/sbin/iptables"

SPAMLIST="/etc/iptables/blockedip"
SPAMDROPMSG="BLOCKED IP: "

# 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"
# external dns
#DNS="212.55.154.174"
DNS="10.0.0.254"

# static machine ip address
PUB_IP="10.0.0.4"

# public interface facing gateway
PUB_IF="ens3"

# wifi interface
#WIFI_IF="wlp7s0"

# static wifi ip network address
#WIFI_NET="10.0.0.0/8"