Description of problem: /etc/init.d/iptables is not available - so one cannot do "/etc/init.d/iptables stop". Right now the procedure for nullifying the iptables rules is more complex and caused my laptop to become unavailable after I did it improperly. Please provide /etc/init.d/iptables again.
Hi, thanks for reporting this bug. Assigned to the package maintainer.
Keywords: (none) => TriagedAssignee: bugsquad => tmb
(In reply to comment #0) > Description of problem: > > /etc/init.d/iptables is not available - so one cannot do "/etc/init.d/iptables > stop". Right now the procedure for nullifying the iptables rules is more > complex and caused my laptop to become unavailable after I did it improperly. > > Please provide /etc/init.d/iptables again. OK, now I found out (after examining the iptables' .spec file) that /etc/init.d/iptables is now present in /usr/lib64/iptables (or "/usr/lib" on 32-bit systems) if systemd is enabled. So a valid workaround would be to run "/usr/lib64/iptables stop" as root.
Actually since we are switching to systemd, iptables have been converted to native systemd service, so the right command is: systemctl stop iptables.service or you can use the "old" service command, so: service iptables stop
(In reply to comment #3) > Actually since we are switching to systemd, iptables have been converted to > native systemd service, so the right command is: > > systemctl stop iptables.service > > > or you can use the "old" service command, so: > > service iptables stop @ Shlomi Does that work OK for you, so that this bug can be closed?
CC: (none) => marja11
(In reply to comment #4) > (In reply to comment #3) > > Actually since we are switching to systemd, iptables have been converted to > > native systemd service, so the right command is: > > > > systemctl stop iptables.service > > > > > > or you can use the "old" service command, so: > > > > service iptables stop > > @ Shlomi > > Does that work OK for you, so that this bug can be closed? I guess. Closing.
Status: NEW => RESOLVEDResolution: (none) => FIXED