From Donald, 7 Years ago, written in Plain Text.
This paste is a reply to iptables -L from Donald
- go back
Embed
Viewing differences between iptables -L and Re: iptables -L
sudo iptables -L
Chain INPUT (policy ACCEPT)
ACCEPT 455 packets, 85519 bytes)
 pkts bytes 
target     prot opt in     out     source               destination
destination
    0     0 
ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpt:5080
dpt:postgresql
 771K  225M 
fail2ban-freeswitch-tcp  all  --  any    any     anywhere             anywhere
anywhere
    7   420 
ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpt:5080

dpt:5080
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere             udp dpt:postgresql
  178  5696 ACCEPT     udp  --  any    any     anywhere             anywhere             udp dpt:sip
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere             udp dpt:5066
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere             udp dpts:sip:5090
   16   904 ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpts:sip:5090
 1847  179K ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpt:ssh
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpt:https
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpt:http

Chain FORWARD (policy ACCEPT)
ACCEPT 0 packets, 0 bytes)
 pkts bytes 
target     prot opt in     out     source               destination

Chain OUTPUT (policy ACCEPT)
ACCEPT 70 packets, 18852 bytes)
 pkts bytes 
target     prot opt in     out     source               destination

destination
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere             udp dpts:sip:5090
    7   388 ACCEPT     tcp  --  any    any     anywhere             anywhere             tcp dpts:sip:5090

Chain fail2ban-freeswitch-dos (0 references)
 pkts bytes target     prot opt in     out     source               destination

Chain fail2ban-freeswitch-tcp (1 references)
 pkts bytes target     prot opt in     out     source               destination
destination
 771K  225M 
RETURN     all  --  any    any     anywhere             anywhere

Chain fail2ban-freeswitch-udp (0 references)
 pkts bytes target     prot opt in     out     source               destination
destination
 763K  224M 
RETURN     all  --  any    any     anywhere             anywhere

Chain fail2ban-ssh (0 references)
 pkts bytes target     prot opt in     out     source               destination

Chain services (0 references)
 pkts bytes target     prot opt in     out     source               destination
destination
    0     0 
ACCEPT     tcp  --  any    any     anywhere             anywhere             multiport dports sip,5080,5066 /* SIP tcp */
    0     0 ACCEPT     udp  --  any    any     
anywhere             anywhere             multiport dports sip,5080,5066 /* SIP tcp */
ACCEPT     udp  --  anywhere             anywhere             multiport dports sip,5080,5066 /* SIP tcp */
ACCEPT     udp  --  anywhere             anywhere             multiport dports sip,5080,5066 /* SIP tcpsudo */
installer@freeSwitch:~$
installer@freeS