IP Tables
iptables is administration tool for IPv4 packet filtering, load balancing, NAT & TARPIT'ingyou 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.confkern.=debug -/var/log/bandwidth
SysLog
REFERRERS
NetworkConfiguration