First page Back Continue Last page Summary Graphics
Differences between iptables and ipchains
- The names of the built-in chains are all upper-case.
- The -i flag specifies the input interface, and the -o flag specifies the output interface.
- Port numbers must be specified with --source-port (or --sport) or --destination-port (--dport).
- -y is now --syn.
- DENY is now DROP.
Notes: