Thread: IP tables
View Single Post
  #1 (permalink)  
Old 01-01-09, 13:28
Bodhost-Andy Bodhost-Andy is offline
BOD Member
 
Join Date: Nov 2008
Posts: 62
Default IP tables

Iptables is used to Define rules and Command for a net fillteration that facilitates Network Address Translation (NAT), packet filtering, and packet mangling in the Linux 2.4 and later operating systems. NAT is the process of converting an Internet Protocol address (IP address) into another IP address. Packet filtering is the process of passing or blocking packets at a network interface based on source and destination addresses, ports, or protocols. Packet mangling is the ability to alter or modify packets before and/or after routing.

Iptables and netfilter are the successor to ipchains and ipfwadm in earlier versions of Linux. Netfilter and iptables are often combined into the single expression netfilter/iptables, which refers to the Linux 2.4 and later subsystems for NAT, firewalling, and advanced packet processing.
Reply With Quote