xenserver / xenserver-install-wizard

Post-install tools for setting up a xenserver system.
7 stars 10 forks source link

CentOS: use lokit for filewall rule manipulation #44

Open djs55 opened 11 years ago

djs55 commented 11 years ago

@jamesbulpin tells me that

One option to consider is "lokkit" from the system-config-firewall-base RPM.

e.g. "lokkit --service=http" does what you might expect.

This would be better than fiddling with firewall rules by hand.

BobBall commented 10 years ago

Traceback (most recent call last): File "/usr/bin/xenserver-install-wizard", line 37, in r = iptables.analyse() File "/usr/share/xenserver-install-wizard/iptables.py", line 32, in analyse f = open(filename, "r") IOError: [Errno 2] No such file or directory: '/etc/sysconfig/iptables'

CentOS 6.3 in HP cloud - using lokkit would be good, or just changning the rules and /etc/init.d/iptables save?