Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki

Shape/Track Bandwidth - Finalize IPTables: Difference between revisions

From COCNM
Jump to navigation Jump to search
(No difference)

Revision as of 12:55, 1 October 2013

System Prep

  • apt-get install tcng xtables-addons-source xtables-addons-common nbtscan linux-headers-$(uname -r) automake libtool
  • Note: As of Sept2013 use the package from Wheezy, the one from Jessie doesn't compile.

Configure Traffic Control

Install and Configure Bandwidth Accounting and Reporting

  • echo xt_ACCOUNT >> /etc/modules
  • modprobe xt_ACCOUNT
  • depmod -a
  • vi /root/scripts/bwrprt.sh
  • crontab -e
    • 59 * * * * bash /root/scripts/bwrprt.sh <= Note: on large networks this can take a few minutes to run, and it needs to complete it's data collection before 00:00, so you may need to set it to start at 58 or 57

Finalize IPTables Configuration

  • vi /root/scripts/iptables-restore
  • iptables-restore < /root/scripts/iptables-restore
  • iptaccount -a <= Make sure these three lines show up:
    Found table: wan
    Found table: computerisms
    Found table: pubaccess
  • From worklian:
    • telnet 192.168.25.15 25 <= Make sure you can telnet to ports 25, 80, 443, 587, 993, 995