设为首页 收藏本站
查看: 755|回复: 0

[经验分享] What's new in windows server 2012 Networking (Part 3)

[复制链接]
累计签到:1 天
连续签到:1 天
发表于 2015-11-4 09:39:40 | 显示全部楼层 |阅读模式
  Introduction

I’ve been hearing from a number of network admins who expect to be evaluating the benefits of upgrading their server operating system in the next year. Everyone wants to know whether the new features and functionalities are enough to make it worth the cost and hassle. That’s why I began this series on what’s new and cool in Windows Server 2012 networking. In part 1 of the series, we talked about new and improved features in 801.1x authenticated wired and wireless, BranchCache, Data Center Bridging (DCB), DNS and DHCP. In Part 2, we focused on a biggie: Hyper-V network virtualization.
  As a quick refresher, here’s a list of some of the categories that offer new features for Windows Server 2012 networking, showing the ones we’ve already addressed in past articles, those we’ll look at in this article, and those still to come in future articles:

  • 802.1x Authenticated Wired and Wireless Access
  • BranchCache
  • Data Center Bridging (DCB)
  • Domain Name System (DNS)
  • DHCP
  • Hyper-V network virtualization

    • IP Address Management (IPAM)
    • Low Latency Workloads technologies
    • Network Load Balancing
    • Network Policy and Access Services
    • NIC Teaming
    • Windows QoS
    • DirectAccess and Unified RRAS
    • Windows Firewall with Advanced Security

  This time we’ll delve into IPAM, a feature that’s brand new to Server 2012.
What is IP Address Management (IPAM)?
  We’ve been managing IP addresses for a lot of years, but much of the time, it’s been done in a rather haphazard way. In too many cases, our IP addressing schemes “just grew that way.” It’s gotten more and more confusing as virtualization technologies and the enormous increase in the numbers and types of devices that connect to the network have complicated matters. Now, with IPv6 thrown into the mix, many network admins are finding themselves in over their heads. Keeping track of IP addresses manually has become a time-consuming and tedious task, prone to error. Thus IPAM tools such as Cisco’s Network Registrar and open source utilities such as MyIP and NetDB have been developed to address all that. There’s a plethora of IPAM solutions out there, many of which are sold as expensive hardware appliances.
  Microsoft’s implementation of IPAM is a new server feature that’s built into Windows Server 2012, so there’s no need to buy or install additional software. This version of IPAM is robust and attempts to make IP management easier, but like all network management systems, it’s pretty complex itself. It consists of four main components, all aimed at helping you to more easily and accurately manage your corporate network’s IP address space and the servers (particularly DNS and DHCP) that deal most directly with IP addressing.
  So what exactly does IPAM do? Broken down into its components, here are four broad categories of functionality:

  • Automatically discovers and manages your domain controllers and DHCP and DNS servers.
  • Displays IP addresses in the view you prefer and reports tracking and utilization information.
  • Logs changes to server configuration and tracks usage of IP addresses by IP, client ID, host name or user name.
  • Monitors your DHCP and DNS servers across an entire forest (but not across multiple forests).
  IPAM supports both IPv4 and IPv6 addresses and of course is completely integrated with Microsoft’s implementations of DHCP and DNS (unlike some of the third party IPAM tools). Note that IPAM can only manage servers that are running Windows Server 2008 or above and are members of an Active Directory domain.
  IPAM manages both static and dynamic addresses, and detects IP addressing conflicts and duplicate addresses as well as detecting and assigning available addresses.
IPAM planning and deployment
  Microsoft IPAM is installed via Server Manager through the Add Roles and Features wizard or if you prefer the command line, you can do it via PowerShell. The IPAM server needs to be a member of the domain but it cannot be a domain controller. Depending on your network’s topology and organization, IPAM can be deployed as one central server or you can place IPAM servers at each Active Directory site.
  Deploying IPAM on your network does not dictate that all of your DCs, DHCP and DNS servers must be managed by IPAM. You have control over which servers or groups of servers will be managed. You can specify which domains will be managed by each IPAM server. When servers are separated from the IPAM server by a firewall, you may need to configure firewall settings (either manually or via Group Policy) to allow the IPAM server to communicate through the firewall(s).
  An IPAM deployment requires some planning; in addition to deciding whether to have one IPAM server or many and which servers will manage what, you might want to plan for a gradual deployment that starts small and then expands the number of servers to be managed by IPAM. If you will have multiple IPAM servers, there are more decisions to make:

  • Physical placement of the IPAM servers
  • Administration of the IPAM servers (administrative permissions and responsibilities)
  • Role(s) to be assigned to each IPAM server
  There are three roles/tasks that IPAM servers can perform: IP address management, server monitoring and management, network auditing. You can have each IPAM server perform all of these roles, or you can assign different roles to different IPAM servers.
  You should not install IPAM on servers that have the DHCP Server role service running. This can interfere with IPAM’s discovery of DHCP servers. It’s best to use automatic discovery as much as possible, because if you add servers individually, you may have to maintain the server inventory manually.
  When you install the IPAM feature, two new local security groups called IPAM Users and IPAM Administrators are created on the IPAM server. IPAM Admins can perform IPAM management tasks. IPAM Users can view most IPAM data (except IP address tracking information) but cannot launch IPAM tasks. Also during set up of the IPAM server, a wizard walks you through the process to select either manual or automatic (using Group Policy) provisioning of managed servers.
  The IPAM Client software is installed on the Windows Server 2012 computer when you install IPAM. It can also be installed on Windows 8 computers. The client software connects to IPAM servers (but only one at a time) and is used to manage them. The IPAM Client console lets you view a summary of the IPAM server’s configuration and perform management tasks such as adding or removing managed servers and server groups and address blocks and ranges, importing addresses and ranges, and monitoring and managing servers, DHCP scopes, and DNS zones. Some of the management actions you can perform are shown in the “Quick Links” section of the client console in Figure 1.
DSC0000.png
Figure 1
  You may need to refresh the console interface to see updated changes in the database.
  In order to connect to the IPAM server, you need to be logged on as a domain user and a member of the applicable IPAM security group or the local Administrators group on the IPAM server. If you have a problem connecting to the server, check to be sure the Windows Process Activation Service and the Windows Internal Database services are running on the IPAM server.
Provisioning
  Provisioning can be done manually or through Group Policy, but if you have more than a few servers that you want to be managed by IPAM, it’s much better to use Group Policy because there are a large number of security settings that have to be applied to each server. To use Group Policy, you should create a domain group named IpamGpoAdmins and add users who will have administrative duties or be authorized to designate whether servers will be managed or unmanaged (by IPAM). Be sure there aren’t any other Group Policies that conflict, especially in terms of security group memberships and blocking of the firewall ports needed for access to or by the IPAM server.
  If you have a large number of servers being managed by IPAM, use organizational units for application of the GPOs instead of applying them to the entire domain.
IPAM PowerShell cmdlets
  As is true of most Windows Server 2012 administrative tasks, you can use Windows PowerShell to manage IPAM instead of the GUI tool. For example, you can import IP addresses from a comma-separated value (.csv) file to the IPAM server by using the Import-IpamAddress cmdlet. Other relevant commands include:

  • Get-IpamConfiguration: gets the IPAM server’s configuration information.
  • Invoke-IpamGpoProvisioning: Creates and links Group Policies in a domain for provisioning required access settings on managed servers.
  • Set-IpamConfiguration: Sets configuration such as TCP port numbers for the IPAM server so the IPAM RSAT client can connect to it.
  For the complete list of IPAM-related cmdlets, use Get-Command –Module IpamServer
Summary
  IPAM is an important new feature in Windows Server 2012 because, although there are many third party solutions that perform IP address management for Windows networks, they are often costly and don’t always integrate well with Microsoft’s implementations of DHCP and DNS. The built-in IPAM feature will save companies money and ensure better compatibility.
  Because IPAM has the potential to be one of the most universally useful new features in Windows Server 2012, we’ve dedicated all of Part 3 to it. Next time, in Part 4 of this “What’s New” series, we’ll move on to Low Latency Workloads technologies and Network Load Balancing.

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-134829-1-1.html 上篇帖子: Considerations for Multi Site Cluster in Windows server 2012 (Part 2) 下篇帖子: windows server 2012 AD 活动目录部署系列(七)Active Directory 的授权还原
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表