From Donald, 7 Years ago, written in Plain Text.
- view diff
Embed
  1. sudo iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target     prot opt source               destination
  4. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:5080
  5. fail2ban-freeswitch-tcp  all  --  anywhere             anywhere
  6. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:5080
  7.  
  8. Chain FORWARD (policy ACCEPT)
  9. target     prot opt source               destination
  10.  
  11. Chain OUTPUT (policy ACCEPT)
  12. target     prot opt source               destination
  13.  
  14. Chain fail2ban-freeswitch-dos (0 references)
  15. target     prot opt source               destination
  16.  
  17. Chain fail2ban-freeswitch-tcp (1 references)
  18. target     prot opt source               destination
  19. RETURN     all  --  anywhere             anywhere
  20.  
  21. Chain fail2ban-freeswitch-udp (0 references)
  22. target     prot opt source               destination
  23. RETURN     all  --  anywhere             anywhere
  24.  
  25. Chain fail2ban-ssh (0 references)
  26. target     prot opt source               destination
  27.  
  28. Chain services (0 references)
  29. target     prot opt source               destination
  30. ACCEPT     tcp  --  anywhere             anywhere             multiport dports sip,5080,5066 /* SIP tcp */
  31. ACCEPT     udp  --  anywhere             anywhere             multiport dports sip,5080,5066 /* SIP tcp */
  32. ACCEPT     udp  --  anywhere             anywhere             multiport dports sip,5080,5066 /* SIP tcpsudo */
  33. installer@freeSwitch:~$
  34.  

Replies to iptables -L rss

Title Name Language When
Re: iptables -L Donald text 7 Years ago.