From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20040127 Description of problem: When I try firewall --enabled --port=ssh:tcp --port=dns:tcp --port=dns:udp in ks-file during http://... kickstart installation, no firewall configuration is in fact created. When I look at anaconda-ks.cfg on installed system, I can see firewall --enabled --port=ssh:tcp --port=dns:tcp --port=dns:udp --port=ssh:tcp --port=dns:tcp --port=dns:udp (all port arguments created twice). My command line arguments: linux text ksdevice=eth0 ks=http://10.0.0.1/ks/ks.cfg Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. create network ks.cfg 2. add firewall --enabled --port=ssh:tcp --port=dns:tcp --port=dns:udp to it 3. try network kickstart installation Actual Results: iptables -L -n shows no firewall rules applied, no /etc/sysconfig/iptables file is created Expected Results: /etc/sysconfig/iptables file created with proper configuration Additional info:
Fixed in CVS for U3 *** This bug has been marked as a duplicate of 123867 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.