mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add the ::
This commit is contained in:
parent
a6ac5ce8f3
commit
c20ef03995
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,8 @@ Follow these instructions: http://wiki.debian.org/iptables
|
|||
Once you've found your firewall rules, you'll need to add the two lines below
|
||||
to allow traffic on ``tcp/4505`` and ``tcp/4506``:
|
||||
|
||||
::
|
||||
|
||||
-A INPUT -m state --state new -m tcp -p tcp --dport 4505 -j ACCEPT
|
||||
-A INPUT -m state --state new -m tcp -p tcp --dport 4506 -j ACCEPT
|
||||
|
||||
|
@ -75,6 +77,8 @@ The BSD-family of operating systems uses `packet filter (pf)`_. The following
|
|||
example describes the additions to ``pf.conf`` needed to access the Salt
|
||||
master.
|
||||
|
||||
::
|
||||
|
||||
pass in on $int_if proto tcp from any to $int_if port 4505
|
||||
pass in on $int_if proto tcp from any to $int_if port 4506
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue