Displaying 4 results from an estimated 4 matches for "0xpppp".
Did you mean:
011ppp
2005 Dec 10
10
Marking packets by mac addr using tc filter u32 match?
Hi
Is there a way of marking packets by mac address instead of ip or ports
using a "tc filter u32 match"?
I read somewhere that I could use the offset -8 and -14 to grab the mac
addresses but if I use anything lower than -8, for example -9, I get an
error.
I''m modifying the wondershaper script to cap the download speed by mac
address.
Any sugestions?
2006 Jul 12
1
newhidups, usb permissions and Debian
...eally exists
if getent group $GROUP > /dev/null; then
chmod 660 "$DEVNAME"
chown root:$GROUP "$DEVNAME"
fi
fi
daff
---
/etc/hotplug/usb# cat libhid.usermap
# This file is installed by the Network UPS Tools package.
#
# Sample entry (replace 0xVVVV and 0xPPPP with vendor ID and product
ID respectively) :
# libhidups 0x0003 0xVVVV 0xPPPP 0x0000 0x0000
0x00 0x00 0x00 0x00 0x00
0x00 0x00000000
#
# usb module match_flags idVendor idProduct bcdDevice_lo
bcdDevi...
2003 Jan 02
7
Can I Classify Non-IP Traffic?
Background: Thanks to the LARTC howto, this list and Stef Coene''s and
devik''s excellent web sites I now have an ethernet bridge (patch
bridge-nf.0.0.7) happily prioritising traffic (12Mbit) into 10 queues
(9 for IP and 1 for non-IP) using a combination of iptables (fwmark)
and htb3 and sfq. Many thanks.
At the moment I''m filtering all non-IP traffic by setting the
2005 May 12
9
IPTables script
Hi All,
I''ve been playing with QOS for a short while now and have worked out how to do
what I want using HTB. Great queuing discipline btw.
My problem is the tc filters I want to setup aren''t working because
iptables is getting to the packets first and mangling the src address.
The iptables script I am using is MonMotha''s Firewall 2.3.8 and it includes
lots of nice