03-10-2019 05:12 PM
Hi There:
The workaround, for the “No Ping Response from C-SPC after Upgrade to 2.8.1” issue, is not retained after a system reload (as executed from the sntc “admin” user prompt).
How do I make the iptables stay, as changed, after a system reload?
ref:
iptables -I INPUT 13 --match icmp --protocol icmp --icmp-type any --jump ACCEPT
Solved! Go to Solution.
03-11-2019 08:05 PM
Hey there,
I did notice that iptables-config file so i know where you are going with that.
However, before I read your answer, I had resolved it myself by using the old-school Linux "Vi" editor to add the icmp rule (-A INPUT -p icmp -j icmp_packets) into /etc/sysconfig/iptables.
I tested it, after a reload, and it's still there and still pingable.
Thanks anyway!
03-11-2019 01:01 AM
refere the below guide : (page 319)
03-11-2019 05:54 AM - edited 03-11-2019 07:34 AM
Please add the rule again, then service iptables save, and finally run this command;
sed -i 's/IPTABLES_SAVE_ON_RESTART="no"/IPTABLES_SAVE_ON_RESTART="yes"/g' /etc/sysconfig/iptables-config
sed -i 's/IPTABLES_SAVE_ON_STOP="no"/IPTABLES_SAVE_ON_STOP="yes"/g' /etc/sysconfig/iptables-config
Let us know if this does not resolve the issue.
03-11-2019 08:05 PM
Hey there,
I did notice that iptables-config file so i know where you are going with that.
However, before I read your answer, I had resolved it myself by using the old-school Linux "Vi" editor to add the icmp rule (-A INPUT -p icmp -j icmp_packets) into /etc/sysconfig/iptables.
I tested it, after a reload, and it's still there and still pingable.
Thanks anyway!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide