Advertisement
Guest User

Picinato

a guest
Mar 29th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.82 KB | None | 0 0
  1. [root@server pgowner]# iptables -n -L
  2. Chain INPUT (policy ACCEPT)
  3. target     prot opt source               destination
  4. ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
  5. ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0
  6. ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
  7. ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
  8. REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited
  9. ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:5432
  10.  
  11. Chain FORWARD (policy ACCEPT)
  12. target     prot opt source               destination
  13. REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited
  14.  
  15. Chain OUTPUT (policy ACCEPT)
  16. target     prot opt source               destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement