Hi! I know this is not specifically Wireshark problem, but people here are more likely done this themselves. All packets shows DSCP values being 0x00 (default), how can I get DSCP configurations to work in Windows 7 (x64 pro)? I have configured them like this:
Stuff I've tried, without help:
Update: I found out that using Update: This is probably a bug in Windows 7, other people seem to have a same problem in QoS Policy MSDN thread. asked 01 Dec '10, 03:19 Ciantic edited 12 Dec '10, 07:40 |
2 Answers:
I found an answer, thanks goes to xedoc in speedguide.net Use following registry file to circumvent Domain Joined limitation of Win7:
That is, create REG_SZ “ answered 06 Jan ‘11, 05:40 Ciantic |
Is your computer part of a domain? Check out the Microsoft QoS Blog at http://blogs.msdn.com/b/wndp/archive/2009/01/28/qos-in-windows-7.aspx The discussion includes a statement from the QoS program manager: "I forgot to point out in my response to Aibulat that a client computer (running Win7 client SKU) has to be domain-joined in order for the local QoS policies to be effective." answered 07 Dec '10, 10:57 packethunter Very interesting. I tried the "Join a Domain" entry in Start Menu, but all it does it allows me to specify the workgroup again, I did retry specifying it and restarted, did not help. But if that workgroup thing is "joining a domain", I had joined a domain already since I can see other computers in my LAN. (11 Dec '10, 07:29) Ciantic Joining a domain requires a workstation with Windows 7 Professional, Ultimate or Enterprise. You need at least one dedicated server configured as domain controller. (12 Dec '10, 13:09) packethunter |
Have you seen this... http://itexpertvoice.com/home/getting-the-most-out-of-your-windows-7-internet-connection/ It's an interesting article and something to try. Caveat - haven't done myself.
@lchapell: Thanks, I read it, though did not fix the problem. New thing in the article was the tool
qostraffic.exe
that creates QoS traffic, and it also unfortunately cannot set the DSCP field in IP header. But should be helpful for debugging further.