.

 
 
November 2009 NetEqualizer News
NetEqualizer News - NetEqualizer Carrier Class 4.0 Released
Greetings!

Enjoy another issue of the NetEqualizer Newsletter. This month, we announce the release of our most recent NetEqualizer version -- the Carrier Class 4.0. As always, feel free to pass this along to others who might be interested in NetEqualizer or AirEqualizer news.

In this issue:

  • NetEqualizer Carrier Class 4.0 Released
  • Best of the Blog
  • Tips & Tricks
  • More Tips & Tricks

NetEqualizer Carrier Class 4.0 Released
 
Continuing the constant evolution of the NetEqualizer line, APconnections is pleased to offer the most recent NetEqualizer software release - Carrier Class 4.0. In addition to providing the features and quality found in past NetEqualizer releases, among its many enhancements Carrier Class 4.0 will now support three times as many shaping buffers, translating into smoother shaping for up to tens of thousands of users.

For example, you will be able to take a one-gigabit pipe and break off 1,000 users into a subnet mask to share 100 megabits (with smoother results than current versions). Most routers that break out chunks of bandwidth use harsh rate control methods such as dropping packets when the limit is reached. Although there will be a small margin of error, the optimizations and techniques used to break off larger chunks of bandwidth and shape them smoothly without dropping packets rivals that of carrier class shapers sold for 10 times our cost (click here for a NetEqualizer price list).

The following features and enhancements will also be available with Carrier Class 4.0:

  • Full one- to 32-bit mask fields for hard limits -- You can now take any IP address and specify a mask in x.x.x.x/y format where y is the number of bits you wish to mask. All IP addresses in the masked range will receive the specified hard limit (Hard limits are individual rate limits for an IP address).
  • Pools support masks - You can now add members to a bandwidth pool using a mask field of the form x.x.x.x/y, Y can range from one to 32. The NetEqualizer will automatically add members of the range specified as they become active and retire them if they become inactive. This optimization will allow users to specify large ranges without overwhelming the system.
  • Full one- to 32-bit masking for traffic masking - You can now use the NetEqualizer masking function with odd numbered mask specifications, prior to this release only /24 and /16 masks were allowed.
  • Pool number displayed in active connection table - You can now see if a connection is part of a pool, the pool number will be displayed in the last column of the connection table.
  • Support for URL-based blocking - Now you can block a list of URL's. This feature is commonly used by libraries and private institutions where there is a mandate to block particular recreational sites. In the initial release, customers need only supply a config file with all URLs by name that they wish to block and then hit the start button. In future releases, we will be contracting with providers that supply updated lists on a regular basis. There will be no charge to enable our URL-blocking feature, however there will likely be subscription charges to use third party URL lists.
  • Connection limit masks now fully supported - You can specify a connection limit mask of the form x.x.x.x/y where y is an int from one to 32. Prior to this release, only /24 and /26 were supported.
  • New automatic detection of license overruns - The NetEqualizer will now automatically report any new license overruns. Any time you log into the GUI, a message will be displayed indicating how many license overruns you may have incurred since your last reboot. If you do see a license overrun, you should call support and see about upgrading your license.
  • New license levels available for enforcement in kernel
  • Support for URL-based shaping

For more information on the Carrier Class 4.0 update, contact us at admin@apconnections.net or 303-997-1300.

Best of the Blog
  The Real Killer Apps and What You Can Do to Stop Them from Bringing Down Your Internet Links
When planning a new network, or when diagnosing a problem on an existing one, a common question that's raised concerns the impact that certain applications may have on overall performance. In some cases, solving the problem can be as simple as identifying and putting an end to (or just cutting back) the use of certain bandwidth-intensive applications. So, the question, then, is what applications may actually be the source of the problem?

The following article works to identify and break down the applications that will most certainly kill your network, but also provides suggestions as to what you can do about them. While every application certainly isn't covered, our experience working with network administrators around the world has helped us identify the most common problems.

Tips & Tricks
  Counting Penalties
We often get asked how to count penalties. Although generally you can tell who your abusers are by running the NTOP summary by IP report, here is a quick little script you can run from the Linux shell that will give a running count of penalties for any single IP you wish to monitor.

The script counts the number of penalties currently in the log and gives you the top 10 hosts and their count.

Note: Each time your log refreshes every 20 minutes or so, the count will change. However if you are a perl programmer you can modify this script to do a variety of cool things. It is a starting point.

#! /usr/bin/perl -w
# this script is property of APconnections ,
Lafayette Co
# and may not be usedi, copied or distributed
with permission from APconnections
open (LOGF, "/tmp/arblog") || die "opening
log file ";
$tablesize=0;
@table=("0");
@penalty_count=(0);
unless(@ARGV)
{
print "Usage: penalties mm/dd/yy (you must
include leading zeros in date)\n";
exit;
}
while($line=)
{
chomp($line);
if ("$line" eq "" ) { next; }
@foo = split (" ",$line);
if ($foo[0] ne $ARGV[0] ) { next; }
if ( "$foo[2]" eq "PENALTY" && "$foo[3]" eq
"IP")
{
insert($foo[5]);
insert($foo[6]);
}
}
for ($i=0; ($i {
printf ( "Host= %-15s Count=%d\n" ,
$table[$i], $penalty_count[$i] );
}
sub insert {
my($ipx)=@_;
$ip =${ipx};
$match=0;
for ($i =0 ; $i {
if ($table[$i] eq $ip)
{ $match=1;
$penalty_count[$i]++;
if ($i >0 && $penalty_count[$i] >
$penalty_count[$i-1])
{
$x = $penalty_count[$i];
$y = $penalty_count[$i-1];
$ip1= $table[$i];
$ip2= $table[$i-1];
$penalty_count[$i-1] = $x;
$penalty_count[$i] = $y;
$table[$i]= $ip2;

$table[$i-1] =$ip1;
}
}
}
if ($match == 0 )
{
$table[$tablesize]=$ip;
$penalty_count[$tablesize]=1;
$tablesize++;
}
}

More Tips & Tricks
 
 

Contact Information

phone: 303-997-1300

Join our mailing list!

 
-
-
APconnections Partners

AiBridges

Camada 7

Candela Technologies

DoubleRadius

Extensive Networks

FISPA

Grupo Imaginación Cibernética

Telefonía Pública y Privada S.A.

Tranzeo Wireless Technologies

-
-
 
-
-
NetEqualizer News Blog

Ever wanted to comment or ask a question about something you've seen in the NetEqualizer Newsletter? Now you can at the NetEqualizer News Blog. We've set up the blog to help us stay connected with our customers, as well as help our customers stay connected with us. We'll include updates and news on NetEqualizer and AirEqualizer products, as well as our take on industry news. Here's where you can find it: http://www.netequalizer.wordpress.com/.

-
-


 

APconnections Inc | ......................... | .......................... | CO | 80026