initial commit
This commit is contained in:
16
etc-default/nft-fw
Normal file
16
etc-default/nft-fw
Normal file
@@ -0,0 +1,16 @@
|
||||
# Öffentliches Interface
|
||||
EXT_IF=eth0
|
||||
|
||||
# Privates Interface
|
||||
PRIV_IF=enp7s0
|
||||
|
||||
# Privates Netz
|
||||
PRIV_NET=172.20.0.0/21
|
||||
|
||||
# Public access toggles
|
||||
ALLOW_SSH_PUBLIC_IN=true
|
||||
ALLOW_APT_PUBLIC_OUT=true
|
||||
|
||||
# ICMP toggles (separat)
|
||||
ALLOW_ICMP4_PUBLIC=true
|
||||
ALLOW_ICMP6_PUBLIC=true
|
||||
Reference in New Issue
Block a user