Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@wishmacer andrzejl]# iptables -L
- Chain INPUT (policy DROP)
- target prot opt source destination
- net2fw all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere
- Reject all -- anywhere anywhere
- LOG all -- anywhere anywhere LOG level info prefix "Shorewall:INPUT:REJECT:"
- reject all -- anywhere anywhere [goto]
- Chain FORWARD (policy DROP)
- target prot opt source destination
- Reject all -- anywhere anywhere
- LOG all -- anywhere anywhere LOG level info prefix "Shorewall:FORWARD:REJECT:"
- reject all -- anywhere anywhere [goto]
- Chain OUTPUT (policy DROP)
- target prot opt source destination
- fw2net all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere
- Reject all -- anywhere anywhere
- LOG all -- anywhere anywhere LOG level info prefix "Shorewall:OUTPUT:REJECT:"
- reject all -- anywhere anywhere [goto]
- Chain Broadcast (2 references)
- target prot opt source destination
- DROP all -- anywhere anywhere ADDRTYPE match dst-type BROADCAST
- DROP all -- anywhere anywhere ADDRTYPE match dst-type MULTICAST
- DROP all -- anywhere anywhere ADDRTYPE match dst-type ANYCAST
- DROP all -- anywhere base-address.mcast.net/4
- Chain Drop (1 references)
- target prot opt source destination
- all -- anywhere anywhere
- reject tcp -- anywhere anywhere tcp dpt:ident /* Auth */
- Broadcast all -- anywhere anywhere
- ACCEPT icmp -- anywhere anywhere icmp fragmentation-needed /* Needed ICMP types */
- ACCEPT icmp -- anywhere anywhere icmp time-exceeded /* Needed ICMP types */
- DROP all -- anywhere anywhere ctstate INVALID
- DROP udp -- anywhere anywhere multiport dports epmap,microsoft-ds /* SMB */
- DROP udp -- anywhere anywhere udp dpts:netbios-ns:netbios-ssn /* SMB */
- DROP udp -- anywhere anywhere udp spt:netbios-ns dpts:1024:65535 /* SMB */
- DROP tcp -- anywhere anywhere multiport dports epmap,netbios-ssn,microsoft-ds /* SMB */
- DROP udp -- anywhere anywhere udp dpt:ssdp /* UPnP */
- DROP tcp -- anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN
- DROP udp -- anywhere anywhere udp spt:domain /* Late DNS Replies */
- Chain Reject (3 references)
- target prot opt source destination
- all -- anywhere anywhere
- reject tcp -- anywhere anywhere tcp dpt:ident /* Auth */
- Broadcast all -- anywhere anywhere
- ACCEPT icmp -- anywhere anywhere icmp fragmentation-needed /* Needed ICMP types */
- ACCEPT icmp -- anywhere anywhere icmp time-exceeded /* Needed ICMP types */
- DROP all -- anywhere anywhere ctstate INVALID
- reject udp -- anywhere anywhere multiport dports epmap,microsoft-ds /* SMB */
- reject udp -- anywhere anywhere udp dpts:netbios-ns:netbios-ssn /* SMB */
- reject udp -- anywhere anywhere udp spt:netbios-ns dpts:1024:65535 /* SMB */
- reject tcp -- anywhere anywhere multiport dports epmap,netbios-ssn,microsoft-ds /* SMB */
- DROP udp -- anywhere anywhere udp dpt:ssdp /* UPnP */
- DROP tcp -- anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN
- DROP udp -- anywhere anywhere udp spt:domain /* Late DNS Replies */
- Chain dynamic (1 references)
- target prot opt source destination
- Chain fw2net (1 references)
- target prot opt source destination
- ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
- ACCEPT all -- anywhere anywhere
- Chain logdrop (0 references)
- target prot opt source destination
- DROP all -- anywhere anywhere
- Chain logreject (0 references)
- target prot opt source destination
- reject all -- anywhere anywhere
- Chain net2fw (1 references)
- target prot opt source destination
- dynamic all -- anywhere anywhere ctstate INVALID,NEW,UNTRACKED
- ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
- ACCEPT tcp -- anywhere anywhere tcp dpt:50505
- Drop all -- anywhere anywhere
- LOG all -- anywhere anywhere LOG level info prefix "Shorewall:net2fw:DROP:"
- DROP all -- anywhere anywhere
- Chain reject (10 references)
- target prot opt source destination
- DROP all -- anywhere anywhere ADDRTYPE match src-type BROADCAST
- DROP all -- base-address.mcast.net/4 anywhere
- DROP igmp -- anywhere anywhere
- REJECT tcp -- anywhere anywhere reject-with tcp-reset
- REJECT udp -- anywhere anywhere reject-with icmp-port-unreachable
- REJECT icmp -- anywhere anywhere reject-with icmp-host-unreachable
- REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
- Chain sfilter (0 references)
- target prot opt source destination
- LOG all -- anywhere anywhere LOG level info prefix "Shorewall:sfilter:DROP:"
- DROP all -- anywhere anywhere
- Chain shorewall (0 references)
- target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment