Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root ~ # iptables -L
- Chain INPUT (policy DROP)
- target prot opt source destination
- fail2ban-nginx-dos all -- anywhere anywhere
- fail2ban-nginx-404 all -- anywhere anywhere
- fail2ban-fusionpbx-mac all -- anywhere anywhere
- fail2ban-fusionpbx all -- anywhere anywhere
- fail2ban-fusionpbx-404 all -- anywhere anywhere
- fail2ban-sip-auth-failure all -- anywhere anywhere
- fail2ban-sip-auth-challenge all -- anywhere anywhere
- fail2ban-freeswitch all -- anywhere anywhere
- fail2ban-sshd all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- DROP udp -- anywhere anywhere udp dpts:sip:5091 STRING match "friendly-scanner" ALGO name bm TO 65535
- DROP udp -- anywhere anywhere udp dpts:sip:5091 STRING match "sipcli/" ALGO name bm TO 65535
- DROP udp -- anywhere anywhere udp dpts:sip:5091 STRING match "VaxSIPUserAgent/" ALGO name bm TO 65535
- ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
- ACCEPT tcp -- anywhere anywhere tcp dpt:http
- ACCEPT tcp -- anywhere anywhere tcp dpt:https
- ACCEPT tcp -- anywhere anywhere tcp dpt:7443
- ACCEPT tcp -- anywhere anywhere tcp dpts:sip:5091
- ACCEPT udp -- anywhere anywhere udp dpts:sip:5091
- ACCEPT udp -- anywhere anywhere udp dpts:16384:32768
- ACCEPT icmp -- anywhere anywhere icmp echo-request
- ACCEPT udp -- anywhere anywhere udp dpt:openvpn
- Chain FORWARD (policy DROP)
- target prot opt source destination
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- Chain fail2ban-freeswitch (1 references)
- target prot opt source destination
- RETURN all -- anywhere anywhere
- Chain fail2ban-fusionpbx (1 references)
- target prot opt source destination
- RETURN all -- anywhere anywhere
- Chain fail2ban-fusionpbx-404 (1 references)
- target prot opt source destination
- RETURN all -- anywhere anywhere
- Chain fail2ban-fusionpbx-mac (1 references)
- target prot opt source destination
- RETURN all -- anywhere anywhere
- Chain fail2ban-nginx-404 (1 references)
- target prot opt source destination
- RETURN all -- anywhere anywhere
- Chain fail2ban-nginx-dos (1 references)
- target prot opt source destination
- RETURN all -- anywhere anywhere
- Chain fail2ban-sip-auth-challenge (1 references)
- target prot opt source destination
- RETURN all -- anywhere anywhere
- Chain fail2ban-sip-auth-failure (1 references)
- target prot opt source destination
- RETURN all -- anywhere anywhere
- Chain fail2ban-sshd (1 references)
- target prot opt source destination
- RETURN all -- anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement