Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does the variable "zone" mean? #52251

Closed
alan-cugler opened this issue Mar 19, 2019 · 2 comments
Closed

What does the variable "zone" mean? #52251

alan-cugler opened this issue Mar 19, 2019 · 2 comments
Labels
Documentation Relates to Salt documentation Question The issue is more of a question rather than a bug or a feature request
Milestone

Comments

@alan-cugler
Copy link
Contributor

Question

  • What does "zone" mean in this doc?
    Please describe and give examples so that I can edit this doc to better explain meaning.

Description

At this doc it shows a code snippet for a command to run in a terminal.

Example

firewall-cmd --permanent --zone=<zone> --add-port=4505-4506/tcp
@garethgreenaway garethgreenaway added Documentation Relates to Salt documentation Question The issue is more of a question rather than a bug or a feature request labels Mar 20, 2019
@garethgreenaway garethgreenaway added this to the Approved milestone Mar 20, 2019
@garethgreenaway
Copy link
Contributor

@alan-cugler This might help:
A network zone defines the level of trust for network connections. This is a one to many relation, which means that a connection can only be part of one zone, but a zone can be used for many network connections.
https://firewalld.org/documentation/man-pages/firewalld.zones.html

@alan-cugler
Copy link
Contributor Author

I'll add something like this to the doc then:

A network zone defines the level of trust for network connections.
Examples: drop, block, public, external, dmz, work, home, internal, trusted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Relates to Salt documentation Question The issue is more of a question rather than a bug or a feature request
Projects
None yet
Development

No branches or pull requests

2 participants