*Note disabling firewall can make your server more vulnerable for threats like D-DOS Attack or hacking.
- SSH server as root user
- Run the command below to Disable firewall for IPv4.
- service iptables stop
- Now remove the iptables from the run level so that it automatically does not start after rebooting the system.
- chkconfig iptables stop
- Run the command below to Disable firewall for IPv6.
- service ip6tables stop
- Now remove the iptables from the run level so that it automatically does not start after rebooting the system.
- chkconfig ip6tables stop
2 comments:
Good to see you have mentioned adverse effect too.
Thanx Alex... :)
Post a Comment
Do Write about the Blog and Welcome to the world where open source is every thing :-)