Community Home  
  Linode Blog  
  Forums  
  Linode IRC Chat  
  Linode Wiki  
  Planet Linode  
  Pastebin  
Linode Pastebin

Recent Posts
  • hoopycat
    38 hours ago

  • hoopycat
    39 hours ago

  • Geoff
    40 hours ago

  • jadoba
    46 hours ago

  • bob2
    2 days ago

  • Anonymous
    3 days ago

  • Anonymous
    3 days ago

  • Anonymous
    3 days ago

  • mwalling
    3 days ago

  • Anonymous
    3 days ago

  • Make new post

  • Disclaimer
    The contents of posts here belong to the author posting them.

    Credits
    This pastebin was developed by Paul Dixon and runs on a Linode 300.

    Posted by Anonymous on Fri 9th May 00:24


    download | new post
    1. calibur iptables # iptables --list
    2. Chain INPUT (policy ACCEPT)
    3. target     prot opt source               destination
    4. ACCEPT     all  --  anywhere             anywhere
    5. ACCEPT     all  --  anywhere             anywhere
    6. REJECT     udp  --  anywhere             anywhere            udp dpt:bootps reject-with icmp-port-unreachable
    7. REJECT     udp  --  anywhere             anywhere            udp dpt:domain reject-with icmp-port-unreachable
    8. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ssh
    9. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ftp
    10. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ftp-data
    11. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:http
    12. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:9000
    13. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:9001
    14. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:6112
    15. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:27015
    16. ACCEPT     udp  --  anywhere             anywhere            udp dpt:27020
    17. ACCEPT     udp  --  anywhere             anywhere            udp dpt:27015
    18. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:3000
    19. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:smtp
    20. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:wap-wsp-wtp
    21. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:pop3
    22. ACCEPT     udp  --  anywhere             anywhere            udp dpt:ntp
    23. DROP       tcp  --  anywhere             anywhere            tcp dpts:0:1023
    24. DROP       udp  --  anywhere             anywhere            udp dpts:0:1023
    25. ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:7777

    Submit a correction or amendment below (click here to make a fresh posting)
    After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

    Syntax highlighting:

    To highlight particular lines, prefix each line with @@


    Remember me