Windows 8.1 Lldp



This page contains notes on how to harden Windows 8.1. The intent of these changes to the default OS install is to reduce overall exposure to attack, while still remaining usable for the majority of uses. In particular, these tips apply to ITAR computers and GTA tablets. UPDATE: Simware 7.1.59 has been released, see: Great news from the Simware side: the latest version of the Comware simulator Simware (Release 7.1.50) has been released and it is a.

————————————————————————————————————————————

UPDATE: According to Microsoft, this was never supposed to work. We will need to rely on third party NIC teaming software for client operating systems.

  • Summary: Ed Wilson, Microsoft Scripting Guy, talks about getting started with packet sniffing in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. One of the way cool things that happened with Windows 8.1 and Windows Server 2012 R2 was the ability to do network traces with Windows PowerShell.
  • Microsoft Surface Pro 2. Cisco Mobility Express UI: CDP/LLDP showing blank for IOS AP -should display cdp.

See the Technet thread here: https://social.technet.microsoft.com/Forums/office/en-US/936e8936-810c-434f-9e06-525daafa50b8/teaming-not-possible-in-win10pro-insider-builds-10565-and-10576-error-87?forum=WindowsInsiderPreview

Intel NIC Teaming Software:http://www.intel.com/content/www/us/en/support/network-and-i-o/ethernet-products/000005667.html

Broadcom Downloads: https://www.broadcom.com/support

Be sure to check and make sure any NIC you are purchasing is compatible with Windows 10 and the NIC teaming software.

————————————————————————————————————————————

There may be times that you will require more network bandwidth on Windows clients to transfer files much quicker. Because most network cards are 10/100/1000, you are limited to gigabit speeds (using a gigabit switch, of course). There are other alternatives, such as buying a 10Gb NIC and switch to speed up the network, but one simple way to accomplish this is by using NIC teaming.

An easy way to create a network team was included in Windows Server 2012. This functionality was also included in the client version of Windows as well, just without a GUI. Because there is no graphical interface, we will be configuring a team using Powershell.

This example is being presented using a Windows 10 virtual machine with two virtual NICs attached. This same concept will apply to any Windows 8+ computer with two or more network adapters.

Gathering Information

8.1

To get started, we will need to gather some information. The command will require you to use the actual name of the adapters to include them in the team. While you can use the default options, I recommend renaming the adapters to something easier to understand. You can see my example of this at the beginning of this article detailing How To Enable NIC Teaming in Windows Server 2012 R2.

1. Open the Network Connections control panel applet by clicking Start and typing ncpa.cpl into the start search. Hit the EnterKey to continue.

2. Note the names of the network adapters exactly as they are displayed. In this example, the two network adapters are named Ethernet and Ethernet 2.

Creating the Network Team

Windows 8.1 dpc watchdog violation

The command we will be running is a Powershell command built into Windows Server and Client Operating systems. Microsoft has a TechNet article detailing all of the parameters for the command that you can check out at: https://technet.microsoft.com/en-us/library/jj130849(v=wps.630).aspx

1. Click Start and in the Start Search, type Powershell
2. Right click the Powershell icon and choose Run as Administrator
3. If you are prompted to allow the action by User Account Control, click Yes.
4. Enter the command new-NetLBFOTeam [TEAMNAME] “[NIC1]”, “[NIC2]” and press the Enter Key.

[TEAMNAME] – The name you want to give to the team of network adapters
[NIC1] – The name of the first network adapter found from above
[NIC2] – The name of the second network adapter found from above

5. Finally, Open the Network Connections control panel applet by clicking Start and typing ncpa.cpl into the start search. Hit the EnterKey to continue.

You can see that the new team you created is now available. You should also note that the IP Configuration options of the network adapters included in the team are disabled. You can configure a static IP address on the teamed network adapter, or allow it to obtain an IP address from DHCP normally.

If you don’t have 2 network cards in your computer, check out http://amzn.to/1kqsTV3 for an Intel Dual Port PCI-e network card to get you started.

Related

Windows 8 Networking

Sharing

Just a few quick notes here. Please see Windows 7 Home Networking FAQ’s (applies to Windows 8 too).

There are 2 types of sharing options in Windows 8: the Home Group or Advanced sharing. They can both be used at the same time.

My recommendation is that most users that want to share files at home use the Home Group. Advanced sharing requires knowledge of file and share permissions that usually aren’t necessary for home users (if you have to ask then you shouldn’t be using it).

See: HomeGroup from start to finish

See also: Windows 7 & HomeGroup – Sharing with Windows XP, Windows Vista & other operating systems (Windows 7 and HomeGroup Downlevel Sharing )

My best advice to find answers to all your Windows 8 search questions is to use the Search charm and type share:

Disable The Home Group

First leave the Home Group. To do this go to the Settings charm > Change PC Settings > HomeGroup > Leave. Windows 8 enables the HomeGroup Provider service by default. If you are not using the Home Group then disable this: Press the Windows + R keys and type services.msc > double-click and disable the HomeGroup Provider service.

Windows 8 Network Tweaks

There are two ways to adjust network settings in Windows 8. I’ll call them The New Way and The Old Way. The New Way adjust networking services at the OS level. The Old Way adjusts services at the actual adapter. I use both ways.

*These tweaks will not increase performance or increase download speed. So why tweak it? The tweaks here are designed to cut down on network chatter and to secure your box (see here for an example of the chatter I’m talking about). Let me make this clear though. I’ve seen no network performance improvement using these tweaks and I do not believe any home users will. These settings do not cover Services, for those see the Services section of this guide.

The New Way

Open Network and Sharing Center

From the desktop, right-click on the network icon in the taskbar > choose Open Network and Sharing Center. Or

Search charm > type Network and Sharing Center

Next, click on Change advanced sharing settings.

I’m going to make this really easy. If and only if you aren’t networked, select every “Turn off” box and click the Save changes button. If you are networked to any sort of computer, device, etc. then skip to The Old Way.

The Old Way

I do not recommend the average user attempt these tweaks.

Again, a warning. Backup your computer before doing these. The purpose of these tweaks is specifically to remove functionality. Understand before acting!

Possible settings to disable:

Client for Microsoft Networks

This IS the Workstation Service. This service is complex and third party applications may depend on this being there.

Disabling this is often recommended for SERVER hardening.

Windows 8.1 Rdp Client

Essential if networked.

If you are going to disable this I highly recommend:

Doing this tweak completely separate from all other actions, and,

disabling this, File and Printer Sharing for Microsoft Networks, rebooting and checking all your applications and error logs.

Windows

Very advanced users may also want to block the associated ports via the firewall.

QOS

Unneeded for the home user, (and in truth is unused in most home environments).

File and Printer Sharing for Microsoft Networks

Needed if you connect to another computer or vice versa. (see Client for Microsoft Networks above)

Microsoft Network Adapter Multiplexor Protocol

Not enabled by default. Unneeded in home environment. Used for network teaming

Internet Protocol Version 6 (TCP/IPv6)

For many users this is an essential component. HomeGroup, VPN, DirectAccess and other parts of the operating system use this.

You should keep ipv6 enabled even if your ISP doesn’t provide ipv6 connectivity yet.

The Argument against Disabling IPv6

It is unfortunate that some organizations disable IPv6 on their computers running Windows Vista or Windows Server 2008, where it is installed and enabled by default. Many disable IPv6-based on the assumption that they are not running any applications or services that use it. Others might disable it because of a misperception that having both IPv4 and IPv6 enabled effectively doubles their DNS and Web traffic. This is not true.

From Microsoft’s perspective, IPv6 is a mandatory part of the Windows operating system and it is enabled and included in standard Windows service and application testing during the operating system development process. Because Windows was designed specifically with IPv6 present, Microsoft does not perform any testing to determine the effects of disabling IPv6. If IPv6 is disabled on Windows Vista, Windows Server 2008, or later versions, some components will not function. Moreover, applications that you might not think are using IPv6 such as Remote Assistance, HomeGroup, DirectAccess, and Windows Mail could be.

Lldp

Therefore, Microsoft recommends that you leave IPv6 enabled, even if you do not have an IPv6-enabled network, either native or tunneled. By leaving IPv6 enabled, you do not disable IPv6-only applications and services (for example, HomeGroup in Windows 7 and DirectAccess in Windows 7 and Windows Server 2008 R2 are IPv6-only) and your hosts can take advantage of IPv6-enhanced connectivity.” Support for IPv6 in Windows Server 2008 R2 and Windows 7

Internet Protocol Version 4 (TCP/IPv4)
Essential

Microsoft LLDP Protocol Driver

Microsoft’s version of LLDP. Not the same as LLTD (below). Discovers stuff on your network (advanced users see here). I recommend most users leave this as is. Not needed if you aren’t accessing anything except the internet on your network.

Link-Layer Topology Discovery Mapper I/O Driver & Link-Layer Topology Discovery Responder

Basically this enables the pretty little Network Map in Vista and Windows 7. There is no Network Map in Windows 8 so I can only assume this was left in for legacy reasons.

From what I’ve observed these protocols are basically inactive until you or someone on your network tries to view the network map.

Adjusting Network Settings

Windows 8.1 Dpi Change

Press the Windows + R keys and type ncpa.cpl
Or
Use the Search charm and type ncpa.cpl
Or
Control Panel > Network and Sharing Center > Change adapter settings

Windows 8.1 Rdp

Then right-click on the adapter you wish to edit and choose Properties.
*Tip – Yes, you can configure each connection differently!
*Tip – While your here, if you aren’t going to use one of the connections, disable it (right-click > Disable). On my laptop I disable the Wireless connection while at home because I network it via Ethernet. When needed I just come back here and enable it.

In the above example I basically disabled Windows networking on Wi-Fi while maintaining internet access.
NEXT >>>

Windows 8.1 Dpi Fix

Pages: Page 1Page 2Page 3Page 4Page 5Page 6Page 7Page 8Page 9Page 10Page 11Page 12Page 13Page 14Page 15Page 16Page 17Page 18Page 19Page 20Page 21Page 22