April 8

Common DSCP  Values

Common DSCP   Values

Purpose Common Use DSCP Value
VoIP VoIP traffic, including signaling and control traffic 46
Interactive video Two-way video conferencing 34
Mission-critical data Database queries, LOB communications, video streaming 25
Best effort All other traffic, including e-mail and Web browsing 0
Bulk data Backups, nonbusiness applications, file transfers 10
Category: Cisco | LEAVE A COMMENT
March 30

Hyper V Gen 2 VM (UEFI Based) Can’t Boot from WDS server

The following DHCP settings need to be added:

DHCP Option 67:

boot\x64\wdsmgfw.efi

Using this option allows UEFI boot to work.


DHCP Settings for WDS

Policy: PXEClient (BIOS x86 & x64)

  • 060Remove any entry, leave blank
  • 066IP Address of the WDS server
  • 067: boot\x86\wdsnbp.com

Policy: PXEClient UEFI (x86) & PXEClient UEFI (x64)

  • 060: PXEClient
  • 066IP Address of the WDS server
  • 067: boot\x86\wdsmgfw.efi

 

March 21

User Can’t Access Windows 2016 or 2012 Workgroup Shared Folders and Printer

Problem:

After creating share on Windows 2016 server (workgroup enviroment), the users can not access the shares. The permissions are correct.

It say “\\machinename is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.”

Solutions:

Go to “Change advanced sharing settings”

Check “turn off password protected sharing”

Category: Windows | LEAVE A COMMENT