Skip to content

Commit

Permalink
Firewalld Simplify default zone config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Jul 12, 2024
1 parent f3db36f commit 66d88dc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions conf/firewalld/firewalld_zones.conf.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ short=Trusted
description=All network connections are accepted.

[eth0]
short=Management interface
short=Default interface
masquerade=yes
forward=yes
target=default
services=haproxy-admin,ssh,http,https,dns,dhcp
services=ssh
interface=eth0
version=0.1

Expand All @@ -38,8 +38,4 @@ target=ACCEPT
interface=lo
version=0.1
forward=yes
sources=lo_source1

[lo_source1]
name=address
address=100.64.0.0/24
sources=

0 comments on commit 66d88dc

Please sign in to comment.