Allow All Traffic

Knowledge Base Entry: #15
^Top
<< Back
Mobile-Menu










Allow All Traffic
Category: Linux/IPTables
Author: Bugfish
Created at: 2020-07-25 18:04:25
Modified at: 2025-09-20 02:44:09
Directs Hits: 1045

USE WITH OWN RISK - ALL FIREWALL RULES WILL BE DELETED

IPv4

iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT

IPv6

ip6tables -F
ip6tables -X
ip6tables -t nat -F
ip6tables -t nat -X
ip6tables -t mangle -F
ip6tables -t mangle -X
ip6tables -P INPUT ACCEPT
ip6tables -P FORWARD ACCEPT
ip6tables -P OUTPUT ACCEPT
Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.
This Website is using Session Cookies for Site Functionality.