Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- DROP all -- anywhere anywhere state INVALID
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- ACCEPT all -- anywhere anywhere
- syn_flood tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN
- input_rule all -- anywhere anywhere
- input all -- anywhere anywhere
- ACCEPT icmp -- anywhere anywhere limit: avg 1/sec burst 5
- DROP icmp -- anywhere anywhere
- LOG all -- anywhere anywhere recent: CHECK seconds: 60 name: DEFAULT side: source limit: avg 10/sec burst 5 LOG level warning prefix `BG '
- DROP all -- anywhere anywhere recent: UPDATE seconds: 60 name: DEFAULT side: source
- LOG tcp -- anywhere anywhere tcp dpt:2222 recent: CHECK seconds: 60 hit_count: 3 name: SSH side: source LOG level warning prefix `SH '
- DROP tcp -- anywhere anywhere tcp dpt:2222 recent: UPDATE seconds: 60 hit_count: 3 name: SSH side: source
- ACCEPT tcp -- anywhere anywhere tcp dpt:2222 state NEW recent: SET name: SSH side: source
- LOG all -- anywhere anywhere LOG level warning prefix `IN '
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- Chain FORWARD (policy DROP)
- target prot opt source destination
- zone_wan_MSSFIX all -- anywhere anywhere
- DROP all -- anywhere anywhere state INVALID
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- forwarding_rule all -- anywhere anywhere
- forward all -- anywhere anywhere
- reject all -- anywhere anywhere
- LOG all -- anywhere anywhere LOG level warning prefix `FW '
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- DROP all -- anywhere anywhere state INVALID
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- ACCEPT all -- anywhere anywhere
- output_rule all -- anywhere anywhere
- output all -- anywhere anywhere
- LOG all -- anywhere anywhere LOG level warning prefix `OU '
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- Chain forward (1 references)
- target prot opt source destination
- zone_lan_forward all -- anywhere anywhere
- zone_wan_forward all -- anywhere anywhere
- Chain forwarding_lan (1 references)
- target prot opt source destination
- Chain forwarding_rule (1 references)
- target prot opt source destination
- nat_reflection_fwd all -- anywhere anywhere
- Chain forwarding_wan (1 references)
- target prot opt source destination
- Chain input (1 references)
- target prot opt source destination
- zone_lan all -- anywhere anywhere
- zone_wan all -- anywhere anywhere
- Chain input_lan (1 references)
- target prot opt source destination
- Chain input_rule (1 references)
- target prot opt source destination
- Chain input_wan (1 references)
- target prot opt source destination
- Chain nat_reflection_fwd (1 references)
- target prot opt source destination
- ACCEPT tcp -- 192.168.1.0/24 desktop.lan tcp dpt:www
- ACCEPT udp -- 192.168.1.0/24 desktop.lan udp dpt:80
- ACCEPT tcp -- 192.168.1.0/24 desktop.lan tcp dpt:ftp
- ACCEPT udp -- 192.168.1.0/24 desktop.lan udp dpt:21
- Chain output (1 references)
- target prot opt source destination
- zone_lan_ACCEPT all -- anywhere anywhere
- zone_wan_ACCEPT all -- anywhere anywhere
- Chain output_rule (1 references)
- target prot opt source destination
- Chain reject (5 references)
- target prot opt source destination
- REJECT tcp -- anywhere anywhere reject-with tcp-reset
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- Chain syn_flood (1 references)
- target prot opt source destination
- RETURN tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN limit: avg 25/sec burst 50
- DROP all -- anywhere anywhere
- Chain zone_lan (1 references)
- target prot opt source destination
- input_lan all -- anywhere anywhere
- zone_lan_ACCEPT all -- anywhere anywhere
- Chain zone_lan_ACCEPT (2 references)
- target prot opt source destination
- ACCEPT all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere
- Chain zone_lan_DROP (0 references)
- target prot opt source destination
- DROP all -- anywhere anywhere
- DROP all -- anywhere anywhere
- Chain zone_lan_MSSFIX (0 references)
- target prot opt source destination
- TCPMSS tcp -- anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
- Chain zone_lan_REJECT (1 references)
- target prot opt source destination
- reject all -- anywhere anywhere
- reject all -- anywhere anywhere
- Chain zone_lan_forward (1 references)
- target prot opt source destination
- zone_wan_ACCEPT all -- anywhere anywhere
- forwarding_lan all -- anywhere anywhere
- zone_lan_REJECT all -- anywhere anywhere
- Chain zone_wan (1 references)
- target prot opt source destination
- ACCEPT udp -- anywhere anywhere udp dpt:bootpc
- ACCEPT tcp -- anywhere anywhere tcp dpt:www
- ACCEPT udp -- anywhere anywhere udp dpt:80
- ACCEPT tcp -- anywhere anywhere tcp dpt:9091
- ACCEPT udp -- anywhere anywhere udp dpt:9091
- ACCEPT tcp -- anywhere anywhere tcp dpt:51413
- ACCEPT udp -- anywhere anywhere udp dpt:51413
- ACCEPT tcp -- anywhere anywhere tcp dpt:ftp
- ACCEPT udp -- anywhere anywhere udp dpt:21
- ACCEPT tcp -- anywhere anywhere tcp dpt:2222
- ACCEPT udp -- anywhere anywhere udp dpt:2222
- ACCEPT tcp -- anywhere anywhere tcp dpt:https
- ACCEPT udp -- anywhere anywhere udp dpt:https
- input_wan all -- anywhere anywhere
- zone_wan_REJECT all -- anywhere anywhere
- Chain zone_wan_ACCEPT (2 references)
- target prot opt source destination
- ACCEPT all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere
- Chain zone_wan_DROP (0 references)
- target prot opt source destination
- DROP all -- anywhere anywhere
- DROP all -- anywhere anywhere
- Chain zone_wan_MSSFIX (1 references)
- target prot opt source destination
- TCPMSS tcp -- anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
- Chain zone_wan_REJECT (2 references)
- target prot opt source destination
- reject all -- anywhere anywhere
- reject all -- anywhere anywhere
- Chain zone_wan_forward (1 references)
- target prot opt source destination
- ACCEPT tcp -- anywhere desktop.lan tcp dpt:www
- ACCEPT udp -- anywhere desktop.lan udp dpt:80
- ACCEPT tcp -- anywhere desktop.lan tcp dpt:ftp
- ACCEPT udp -- anywhere desktop.lan udp dpt:21
- forwarding_wan all -- anywhere anywhere
- zone_wan_REJECT all -- anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement