O’Reilly Books Latest LAMP Titles: (Web hosting plans) mod_perl Pocket Reference
Friday, February 29th, 2008O’Reilly Books Latest LAMP Titles: mod_perl Pocket Reference SQL in a Nutshell Network Printing Books by topic: Linux Open Source Security System and Network Administration Unix Web and Internet O’Reilly Network Technologies: ONJava.com ONLamp.com openp2p.com Perl.com XML.com Apache BSD Java Javascript and CSS Linux Mac Mozilla .NET P2P Perl Policy PHP Python Web Services Wireless iptables is always invoked with one of the following commands: -A chain rules, –append chain rules Append new rules to chain. -I chain number rules, –insert chain number rules Insert rules into chain at the ordinal position given by number. -D chain rules, –delete chain rules Delete rules from chain. Rules can be specified by their ordinal number in the chain as well as by a general rule description. -R chain number rule, –replace chain number rule Replace a rule in chain. The rule to be replaced is specified by its ordinal number. -C chain rule, –check chain rules Check how chain will handle a network packet that matches the given rule. The rule must describe the source, destination, protocol, and interface of the packet to be constructed. -L [chain], –list $PARAMETER List the rules in chain or all chains if chain is not specified. -F [chain], –flush chain Remove all rules from chain or from all chains if chain is not specified. -Z [chain], –zero chain Zero the packet and byte counters in chain. If no chain is specified, all chains will be reset. When used without specifying a chain and combined with the -L command, it lists the current counter values before they are reset chain. -N chain, –new-chain chain Create a new chain. The chain’s name must be unique. This is how userdefined chains are created. -X [chain], –delete-chain chain Delete the specified user-defined chain or all user-defined chains if no chain is specified. -P chain target, –policy chain target Set the default policy for a built-in chain; the target itself cannot be a chain. -E old-chain new-chain, –rename-chain old-chain new-chain Rename old-chain to new-chain.