All Projects → dsccommunity → Networkingdsc

dsccommunity / Networkingdsc

Licence: mit
DSC resources for configuring settings related to networking.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Networkingdsc

E Books
A collections of FREE ebooks
Stars: ✭ 143 (-10.62%)
Mutual labels:  networking
Crossbar
Crossbar.io - WAMP application router
Stars: ✭ 1,957 (+1123.13%)
Mutual labels:  networking
Ignorance
Ignorance utilizes the power of ENet to provide a reliable UDP networking transport for Mirror Networking.
Stars: ✭ 158 (-1.25%)
Mutual labels:  networking
Ios Nd Networking
Resources for Udacity's iOS Networking with Swift course.
Stars: ✭ 145 (-9.37%)
Mutual labels:  networking
Ipgetter
Utility to fetch your external IP address
Stars: ✭ 148 (-7.5%)
Mutual labels:  networking
Ccna60d
60天通过思科认证的网络工程师考试
Stars: ✭ 155 (-3.12%)
Mutual labels:  networking
Frr
The FRRouting Protocol Suite
Stars: ✭ 2,009 (+1155.63%)
Mutual labels:  networking
Brpc Rs
Apache bRPC library for Rust
Stars: ✭ 159 (-0.62%)
Mutual labels:  networking
Ecs
ECS for Unity with full game state automatic rollbacks
Stars: ✭ 151 (-5.62%)
Mutual labels:  networking
Netstack
Lightweight toolset for creating concurrent networking systems for multiplayer games
Stars: ✭ 157 (-1.87%)
Mutual labels:  networking
Steamkit
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
Stars: ✭ 1,926 (+1103.75%)
Mutual labels:  networking
Usocket
Universal socket library for Common Lisp
Stars: ✭ 146 (-8.75%)
Mutual labels:  networking
Securecrt Tools
SecureCRT scripts, written in Python, for doing various tasks when connected to Cisco equipment.
Stars: ✭ 154 (-3.75%)
Mutual labels:  networking
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (-10%)
Mutual labels:  networking
Go Ping
A simple ping library using ICMP echo requests.
Stars: ✭ 158 (-1.25%)
Mutual labels:  networking
Stun
A Go implementation of STUN
Stars: ✭ 141 (-11.87%)
Mutual labels:  networking
Linuxscripts
Script collection for linux
Stars: ✭ 154 (-3.75%)
Mutual labels:  networking
Awesome Networking
Curated list of awesome computer networking resources
Stars: ✭ 159 (-0.62%)
Mutual labels:  networking
Py Ipv8
Python implementation of the IPv8 layer
Stars: ✭ 157 (-1.87%)
Mutual labels:  networking
Neighbourhood
Layer 2 network neighbourhood discovery tool that uses scapy
Stars: ✭ 156 (-2.5%)
Mutual labels:  networking

NetworkingDsc

Build Status Code Coverage Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery

Code of Conduct

This project has adopted this code of conduct.

Releases

For each merge to the branch master a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery.

Contributing

Please check out common DSC Community contributing guidelines.

Change log

A full list of changes in each version can be found in the change log.

Resources

The NetworkingDsc module contains the following resources:

  • DefaultGatewayAddress: Sets a node's default gateway address.
  • DnsClientGlobalSetting: Configure DNS client global settings.
  • DnsConnectionSuffix: Sets a node's network interface connection-specific DNS suffix.
  • DnsServerAddress: Sets a node's DNS server address(s).
  • Firewall: Sets a node's firewall rules.
  • FirewallProfile: Configures a node's private, public or domain firewall profile.
  • HostsFile: Adds, edits or removes entries from the hosts file on a node.
  • IPAddress: Sets a node's IP address(s).
  • IPAddressOption: Sets an IP address option.
  • NetAdapterAdvancedProperty: Sets advanced properties on a network adapter.
  • NetAdapterBinding: Bind or unbind transport or filters to a network interface.
  • NetAdapterLso: Enable or disable Lso for different protocols on a network adapter.
  • NetAdapterName: Rename a network interface that matches specified search parameters.
  • NetAdapterRdma: Enable or disable RDMA on a network adapter.
  • NetAdapterRsc: Enable or disable Rsc for different protocols on a network adapter.
  • NetAdapterRss: Enable or disable Rss on a network adapter.
  • NetBios: Enable or Disable NetBios on a network interface.
  • NetConnectionProfile: Sets a node's connection profile.
  • NetIPInterface: Configure the IP interface settings for a network interface.
  • NetworkTeam: Set up network teams on a node.
  • NetworkTeamInterface: Add network interfaces to a network team.
  • ProxySettings: Configures the proxy settings for the computer.
  • Route: Sets static routes on a node.
  • WaitForNetworkTeam: Wait for a network team to achieve the 'Up' status.
  • WinsSetting: Configure the WINS settings that enable or disable LMHOSTS lookups and enable or disable DNS for name resolution over WINS.
  • WinsServerAddress: Sets a node's WINS server address(s).

Documentation and Examples

For a full list of resources in NetworkingDsc and examples on their use, check out the NetworkingDsc wiki.

Known Issues

Firewall Known Issues

The following error may occur when using the resource Firewall in configurations on Windows Server 2012 R2 if KB3000850 is not installed. Please ensure this update is installed if this error occurs.

    The cmdlet does not fully support the Inquire action for debug messages.
    Cmdlet operation will continue during the prompt. Select a different action
    preference via -Debug switch or $DebugPreference variable, and try again.

Known Invalid Configuration

  • The exception 'One of the port keywords is invalid' will be thrown if a rule is created with the LocalPort set to PlayToDiscovery and the Protocol is not set to UDP. This is not an unexpected error, but because the New-NetFirewallRule documentation is incorrect.

This issue has been reported on Microsoft Connect

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].