Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # iptables -t mangle -L -n
- Chain PREROUTING (policy ACCEPT)
- target prot opt source destination
- PREROUTING_direct all -- 0.0.0.0/0 0.0.0.0/0
- PREROUTING_ZONES_SOURCE all -- 0.0.0.0/0 0.0.0.0/0
- PREROUTING_ZONES all -- 0.0.0.0/0 0.0.0.0/0
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- INPUT_direct all -- 0.0.0.0/0 0.0.0.0/0
- Chain FORWARD (policy ACCEPT)
- target prot opt source destination
- FORWARD_direct all -- 0.0.0.0/0 0.0.0.0/0
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- OUTPUT_direct all -- 0.0.0.0/0 0.0.0.0/0
- Chain POSTROUTING (policy ACCEPT)
- target prot opt source destination
- POSTROUTING_direct all -- 0.0.0.0/0 0.0.0.0/0
- Chain FORWARD_direct (1 references)
- target prot opt source destination
- Chain INPUT_direct (1 references)
- target prot opt source destination
- Chain OUTPUT_direct (1 references)
- target prot opt source destination
- Chain POSTROUTING_direct (1 references)
- target prot opt source destination
- Chain PREROUTING_ZONES (1 references)
- target prot opt source destination
- PRE_public all -- 0.0.0.0/0 0.0.0.0/0 [goto]
- PRE_public all -- 0.0.0.0/0 0.0.0.0/0 [goto]
- Chain PREROUTING_ZONES_SOURCE (1 references)
- target prot opt source destination
- Chain PREROUTING_direct (1 references)
- target prot opt source destination
- Chain PRE_public (2 references)
- target prot opt source destination
- PRE_public_log all -- 0.0.0.0/0 0.0.0.0/0
- PRE_public_deny all -- 0.0.0.0/0 0.0.0.0/0
- PRE_public_allow all -- 0.0.0.0/0 0.0.0.0/0
- Chain PRE_public_allow (1 references)
- target prot opt source destination
- MARK tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:2023 MARK set 0x64
- Chain PRE_public_deny (1 references)
- target prot opt source destination
- Chain PRE_public_log (1 references)
- target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement