search for: 00ff0000

Displaying 14 results from an estimated 14 matches for "00ff0000".

2006 Apr 07
0
PRIO and u32 matching problem
...s (dropped 0, overlimits 0) tc -s -d filter show dev eth0 filter parent 1: protocol ip pref 1 u32 filter parent 1: protocol ip pref 1 u32 fh 800: ht divisor 1 filter parent 1: protocol ip pref 1 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:1 (rule hit 45901 success 3595) match 00100000/00ff0000 at 0 (success 3595 ) filter parent 1: protocol ip pref 1 u32 fh 800::801 order 2049 key ht 800 bkt 0 flowid 1:1 (rule hit 42306 success 0) match 00120000/00ff0000 at 0 (success 0 ) filter parent 1: protocol ip pref 1 u32 fh 800::802 order 2050 key ht 800 bkt 0 flowid 1:1 (rule hit 42306 success...
2008 May 28
9
Dogfood Challenge : Ableton Live 7.07 demo
As soon as the application starts, a window pops up that (normally under windows) would say "this is a trial version demo, click okay to start the trial", or something along those lines. The window is blank and clicking randomly on it (to find the "ok") does not work either. The following output from wine during this test is as follows : err:iphlpapi:getRouteTable Received
2005 Oct 17
5
TC show filter command shows all u32 filters defined with different priority iin all priority.
...classid 1:fffe htb rate 100mbit tc filter add dev eth1 parent 1:0 prio 1 protocol ip u32 tc filter add dev eth1 parent 1:0 prio 1 handle ffe:0 protocol ip u32 divisor 256 tc filter add dev eth1 parent 1:0 prio 1 protocol ip u32 ht 800:: match u32 \ 0x00000800 0x0000FFFF at -4 hashkey mask 0x00ff0000 at -8 link ffe: tc class add dev eth1 parent 1:fffe classid 1:13E htb rate 100mbit tc qdisc add dev eth1 parent 1:13E handle 13E:0 htb r2q 1 tc class add dev eth1 parent 13E:0 classid 13E:1 htb rate 100mbit tc class add dev eth1 parent 13E:0 classid 13E:2 htb rate 100mbit tc qdisc add dev eth1 par...
2006 Jul 14
1
I need help with tc filters!!!!!
...ybody! I need help! I''m doing a tc script with tc filters that have match the Type of Service field in the IP header. This is the script I am using to setup the filters. tc filter add dev $DEV parent 1: protocol ip prio $PRIO_CONTROL u32 match ip protocol 6 0xff \ match u32 00190000 00ff0000 at 0 flowid 1:10 tc filter add dev $DEV protocol ip parent 1: prio $PRIO_VIDEO u32 match ip protocol 17 0xff \ match u32 001b0000 00ff0000 at 0 \ police rate ${VIDEO_LEVEL_0_BW}kbit buffer ${VIDEO_BUFFER}k drop flowid 1:13 tc filter add dev $DEV protocol ip parent 1: prio $PRIO_VIDEO u32 ma...
2003 Oct 31
2
tc filter oddities
...verlimits 0) -- and perhaps more interesting is tc filter show dev eth1 (eth1=upstream) filter parent 1: protocol ip pref 1 u32 filter parent 1: protocol ip pref 1 u32 fh 802: ht divisor 1 filter parent 1: protocol ip pref 1 u32 fh 802::800 order 2048 key ht 802 bkt 0 flowid 122: match 00060000/00ff0000 at 8 match 00100000/00ff0000 at nexthdr+12 match 00000000/0000ffc0 at 0 filter parent 1: protocol ip pref 1 u32 fh 801: ht divisor 1 filter parent 1: protocol ip pref 1 u32 fh 801::800 order 2048 key ht 801 bkt 0 flowid 121: match 00100000/00ff0000 at 0 filter parent 1: protocol ip pref 1 u32...
2007 Feb 17
4
Order of ''tc filer''
...ss 426 ) filter parent 1: protocol ip pref 49151 u32 filter parent 1: protocol ip pref 49151 u32 fh 803: ht divisor 1 filter parent 1: protocol ip pref 49151 u32 fh 803::800 order 2048 key ht 803 bkt 0 flowid 1:22 (rule hit 3 success 0) match c0000000/e0000000 at 16 (success 0 ) match 00320000/00ff0000 at 8 (success 0 ) - Martin
2001 Mar 29
0
u32 filter usage
Hi All, About u32 usage, as I know the following 3 syntax should be the same: 1. tc filter add ........u32\ match ip protocol 0x6 0xff 2. tc filter add ........u32\ match 00060000 00ff0000 at 9 3. tc filter add ..........u32\ match u8 6 0xff at 10 However, in my platform (Linux2.4.2), only method 1 works. Besides, as I show the filter (tc filter ls dev eth1), it gives me " match 00060000 00ff0000 at 9", which matches with method 2. So can any one explain why method...
2007 Aug 24
3
traffic shaping stranges
Hello list, I discover strange behaviour of shaping traffic that i setup from Shorewall-4.0.2. I know that this is not Shorewall problem but may be somebody from list can help me or explain this situation. I have follow interfaces in 'tcdevices' files: #INTERFACE IN-BANDWITH OUT-BANDWIDTH # $EXT_IF 500kbit 248kbit $INT1_IF 500mbit
2007 Sep 01
9
complete linux and shaping newbie needs help
Hi there good people, I''m a newbie in what concerns running Linux on machines other than desktops, so I need help from all you gurus out there :-) I have Linux installed on an old computer (Winchip C6, Pentium clone), acting as a router/firewall for two other computers. Both these machines are connected to the firewall via a dedicated ethernet card each, on different subnets,
2007 Nov 21
0
Problem with ingress policing on bridged device
...ot , the ref value on the police rule changes each time I run the command: filter parent ffff: protocol ip pref 10 u32 filter parent ffff: protocol ip pref 10 u32 fh 800: ht divisor 1 filter parent ffff: protocol ip pref 10 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid ffff: match 00060000/00ff0000 at 8 police 0xf rate 1000Kbit burst 3Kb mtu 2Kb action drop ref -561105860 bind 4 ... ref -952640528 bind 4 ... ref -540461920 bind 4 Any help would be appreciated. -- Steve
2002 Jul 13
0
Advanced routing (Tc filter)
...lems using u32 filters to match the ip protocol. Frankly we used: # tc filter add dev eth0 parent 1:0 protocol ip pref 2 u32 match ip protocol 1 0xff classid 1:4 ( to match icmp protocol ) and then we tried to use # tc filter add dev eth0 parent 1:0 protocol ip pref 2 u32 match u32 00010000 00ff0000 at 8 flowid 1:4 (to match icmp too) and it also failed so we need your help URGENTLY PLEASE !! Thanks a lot and best regards
2010 Jun 15
2
Remote X connection to CentOS 5.5 using Xming -ac
...Program Files\Xming\Xming.exe :0 -ac -clipboard -multiwindow XdmcpRegisterConnection: newAddress 10.216.41.31 winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per pixel winAllocateFBShadowGDI - Creating DIB with width: 1920 height: 1200 depth: 32 winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32 glWinInitVisuals:1596: glWinInitVisuals glWinInitVisualConfigs:1503: glWinInitVisualConfigs glWinSetVisualConfigs:1581: glWinSetVisualConfigs init_visuals:1055: init_visuals null screen fn ReparentWindow null screen fn RestackWindow InitQueue - Calling pthread_...
2005 Oct 28
0
Issues in setting up different priorities for the MAC match filter
...classid 1:fffe htb rate 100mbit tc filter add dev eth1 parent 1:0 prio 2 protocol ip u32 tc filter add dev eth1 parent 1:0 prio 2 handle ffe:0 protocol ip u32 divisor 256 tc filter add dev eth1 parent 1:0 prio 2 protocol ip u32 ht 800:: match u32 \ 0x00000800 0x0000FFFF at -4 hashkey mask 0x00ff0000 at -8 link ffe: Then I am trying to create a MAC match filter for each user with a different priority. User 1: tc class add dev eth1 parent 1:fffe classid 1:140 htb rate 100mbit tc qdisc add dev eth1 parent 1:140 handle 140:0 htb r2q 1 tc class add dev eth1 parent 140:0 classid 140:1 htb rate 10...
2007 Apr 11
4
Policing based on port numbers
Hi, I''m trying to police ingress traffic based on port numbers and IP addresses. The u32 match based on IP addresses seems to work without issues and I''m am able to police incoming packets. However, the same isn''t working with u32 matches based on TCP port numbers. For port numbers, I added exactly one ''u32 match'' rule: common for both: # tc qdisc add