Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user@node-C:~$ firewall-cmd --get-active-zones
- docker
- interfaces: br-f0cdd0669e2f br-f871835d2c04 docker0
- public
- interfaces: ens3
- user@node-C:~$ firewall-cmd --get-default-zone
- public
- user@node-C:~$ firewall-cmd --list-all-zones
- block
- target: %%REJECT%%
- icmp-block-inversion: no
- interfaces:
- sources:
- services:
- ports:
- protocols:
- forward: yes
- masquerade: no
- forward-ports:
- source-ports:
- icmp-blocks:
- rich rules:
- dmz
- target: default
- icmp-block-inversion: no
- interfaces:
- sources:
- services: ssh
- ports:
- protocols:
- forward: yes
- masquerade: no
- forward-ports:
- source-ports:
- icmp-blocks:
- rich rules:
- docker (active)
- target: ACCEPT
- icmp-block-inversion: no
- interfaces: br-f0cdd0669e2f br-f871835d2c04 docker0
- sources:
- services:
- ports:
- protocols:
- forward: yes
- masquerade: no
- forward-ports:
- source-ports:
- icmp-blocks:
- rich rules:
- drop
- target: DROP
- icmp-block-inversion: no
- interfaces:
- sources:
- services:
- ports:
- protocols:
- forward: yes
- masquerade: no
- forward-ports:
- source-ports:
- icmp-blocks:
- rich rules:
- external
- target: default
- icmp-block-inversion: no
- interfaces:
- sources:
- services: ssh
- ports:
- protocols:
- forward: yes
- masquerade: yes
- forward-ports:
- source-ports:
- icmp-blocks:
- rich rules:
- home
- target: default
- icmp-block-inversion: no
- interfaces:
- sources:
- services: dhcpv6-client mdns samba-client ssh
- ports:
- protocols:
- forward: yes
- masquerade: no
- forward-ports:
- source-ports:
- icmp-blocks:
- rich rules:
- internal
- target: default
- icmp-block-inversion: no
- interfaces:
- sources:
- services: dhcpv6-client mdns samba-client ssh
- ports:
- protocols:
- forward: yes
- masquerade: no
- forward-ports:
- source-ports:
- icmp-blocks:
- rich rules:
- public (active)
- target: default
- icmp-block-inversion: no
- interfaces: ens3
- sources:
- services: dhcpv6-client ipsec ssh
- ports:
- protocols:
- forward: yes
- masquerade: no
- forward-ports:
- source-ports:
- icmp-blocks:
- rich rules:
- trusted
- target: ACCEPT
- icmp-block-inversion: no
- interfaces:
- sources:
- services:
- ports:
- protocols:
- forward: yes
- masquerade: no
- forward-ports:
- source-ports:
- icmp-blocks:
- rich rules:
- work
- target: default
- icmp-block-inversion: no
- interfaces:
- sources:
- services: dhcpv6-client ssh
- ports:
- protocols:
- forward: yes
- masquerade: no
- forward-ports:
- source-ports:
- icmp-blocks:
- rich rules:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement