NoSociety.de

#nosoc

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@en:linux:firewall
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Set up iptables
6 Hits, Last modified: 17 months ago
ommand lists all valid rules for iptables: <code bash> iptables -L </code> ===== Save rules to a file ===== <code bash> apt-get update apt-get install iptables-persiste... tivate rules in productive operation ===== <code bash> iptables-save > /etc/iptables.up.rules nano /etc... The following lines must be inserted here: <code bash> #!/bin/bash /sbin/iptables-restore < /etc/iptab