IP Tables

iptables is administration tool for IPv4 packet filtering, load balancing, NAT & TARPIT'ing

you can also edit iptables using
# system-config-security

or
WebMinFirewall

iptables list
iptables list configuration (use iptables -L -n to show numeric ip and port numbers)
# iptables -L  
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
LOG        all  --  anywhere             anywhere            LOG level debug prefix `BANDWIDTH_IN:'

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
LOG        all  --  anywhere             anywhere            LOG level debug prefix `BANDWIDTH_OUT:'
LOG        all  --  anywhere             anywhere            LOG level debug prefix `BANDWIDTH_IN:'

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
LOG        all  --  anywhere             anywhere            LOG level debug prefix `BANDWIDTH_OUT:'

iptables logfile
/etc/syslog.conf
kern.=debug     -/var/log/bandwidth


SysLog


REFERRERS
NetworkConfiguration
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki