Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Wágner Ferenc
listserv
Commits
41968e0e
Commit
41968e0e
authored
Jun 11, 2021
by
Wágner Ferenc
Browse files
Allow incoming email traffic
parent
1a18c781
Changes
1
Hide whitespace changes
Inline
Side-by-side
firewall.nft
View file @
41968e0e
...
...
@@ -45,8 +45,8 @@ table inet filter {
tcp flags & (fin|syn|rst|ack) != syn counter jump bad-new
ip saddr { noc6.vh.hbone.hu, noc7.vh.hbone.hu, gum.vh.hbone.hu, jujube.noc.einfra.hu } tcp dport { ssh, munin, nrpe } accept
ip6 saddr { noc6.vh.hbone.hu, noc7.vh.hbone.hu, gum.vh.hbone.hu, jujube.noc.einfra.hu } tcp dport { ssh, munin, nrpe } accept
tcp dport { ssh, https } accept
tcp dport { auth, http
, smtp
} reject
tcp dport { ssh, https
, smtp, submission
} accept
tcp dport { auth, http } reject
ip saddr baas-dir1.niif.hu tcp dport bacula-fd accept
icmp type echo-request accept
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment