search for: towarnyckyj

Displaying 6 results from an estimated 6 matches for "towarnyckyj".

2006 Apr 04
6
Problems matching by mac address
Hey all, I recently read on a prior post as well as the FAQ that packets can be limited by mac address using the u32 filter. I attempted this and, while all the commands went through with no errors, it is not limiting at all. I''m attempting to limit all IP traffic to a specific destination mac address (00:12:3f:05:43:7f). Here is a quick rundown of the commands
2004 Jul 02
24
TC Hashing Filters
...nderstanding of it and based on what others have done this SHOULD be working..... Thank you very much for at least taking the time to read this. I truly appreciate it. I''m also hoping that this will spark a thread for future people who run into the same trouble I am having. Thanks. Adam Towarnyckyj _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jun 16
4
Class ID limits
...e reason something totally different? And, if I''m right, is there any way around the limit other than creating a new qdisc? I''m trying to use a number we have set up in our database and sometimes it goes into the 5 digit range. Any help would be greatly appreciated. Thanks! Adam Towarnyckyj Network Operations CommSpeed AZ, LLC http://www.commspeed.net/ Phone: 928-772-1111 x131 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jun 22
3
CBQ troubles, processor overload
...ers now than we did before. I would assume the machine we''re running would be able to handle it but I''m not sure. Any help would be greatly appreciated. I understand what you all have to put up with sometimes and you are terrific for helping out those of us in need. Thanks. Adam Towarnyckyj _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jun 17
1
ntop performance
Hey all, I wanted to let you all know the hex thing worked out for me. Thanks again. I had another question though that was sparked by Ionut Gogu''s question on monitoring. I setup and installed ntop for this purpose and noticed that we have so much traffic it is killing the machine. We have 1 GB of ram in there and it is not enough. It still overflows to the swap file and eats about
2004 Jun 22
0
Perl Script for pulling information from a mysql database
...t for people in the future in case they wanted to see it. If you have any questions about any of it, please let me know. Mike and I aren''t the cleanest of programmers. Cron the script to run whenever you need it to. :) #!/usr/bin/perl # # TC Helper Script: Written by Mike Davis & Adam Towarnyckyj # # Syncronizes data rates with MySQL server and applies hourly. # ### Configuration Section ### $dev = "eth1"; $tc = "/sbin/tc"; $mysql_host = "host"; $mysql_db = "database"; $mysql_user = "user"; $mysql_pass = "password"; ### END...