05-11-2019, 07:24 AM
@Melvin
You can delete the iptables rule and it should be working again. To delete the rule read the post that @humanpuff69 added here.
Alternatively you can use the two commands below to delete all iptables rules if necessary.
You can delete the iptables rule and it should be working again. To delete the rule read the post that @humanpuff69 added here.
Alternatively you can use the two commands below to delete all iptables rules if necessary.
Code: (Select All)
iptables -F
iptables -X