HowTo: Flush Iptables Under Ubuntu Linux
You can flush the iptables rules under Ubuntu Linux using the following steps: Open a terminal window. Run the following command to flush all the iptables rules: sudo iptables -F This will remove all of the iptables rules and return the firewall to its default state, allowing all incoming and outgoing traffic. Alternatively, you can … Read more