fixed the lokkit example that I gave before. added new system-config-firewall-tui command.

This commit is contained in:
John Albietz 2012-07-19 00:42:46 -07:00
parent 374c1e333a
commit 3530285a78

View File

@ -12,15 +12,24 @@ rules for allowing these incoming connections to the master.
**No firewall configuration needs to be done on Salt minions. These changes
refer to the master only.**
lokkit
RHEL 6 / CENTOS 6
========
The lokkit command packaged with some linux distributions makes opening
iptables firewall ports really simple.
iptables firewall ports really simple via command line. Just be careful
to not lock yourself out of your own server by forgetting to open your ssh port.
**RHEL 6 / CentOS 6** ::
**lokkit example** ::
lokkit -p 22:tcp -p 4505:tcp -p 4506:tcp
The system-config-firewall-tui command provides a text-based interface to modifying
your firewall.
**system-config-firewall-tui** ::
system-config-firewall-tui
lokkit -p 4505:tcp -p 4506:tcp
iptables
========