IP Tables
iptables - administration tool for
IPv4 packet filtering and NAT
iptables list
iptables list configuration
# 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
There are no comments on this page. [Add comment]