39
The IPAM Specialists Implementing and securing a resilient network services infrastructure

Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

The IPAM Specialists Implementing and securing a resilient network services infrastructure

Page 2: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Implementing a resilient network services infrastructure

Kier Prior-Williams Calleva Networks

[email protected]

Page 3: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Agenda

• The need for resilience

• DNS resilience

• Challenges and Solutions

• DHCP resilience

• Challenges and Solutions

• The benefits of integrated IPAM, DNS, DHCP

• Summary

• Q&A

© Calleva Networks Ltd. 2013 3

Page 4: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

The need for resilience

• Without core network services (DNS & DHCP)

• Users can't access the network/internet

• Email not working

• Apps not working

• Stuff breaks! Users are on the phone to support (unless it's VoIP!)

• Resilient DNS/DHCP services can eliminate potential network downtime

© Calleva Networks Ltd. 2013 4

Page 5: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DNS resilience

© Calleva Networks Ltd. 2013 5

Page 6: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Existing DNS environment?

• May have lots of Microsoft DNS... • AD integrated • DNS running on all your DC’s

• It probably works more by accident than by design... • There are likely to be inconsistencies

• Patch Tuesday forces a monthly reboot?

© Calleva Networks Ltd. 2013 6

Page 7: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Existing DNS environment?

• Hybrid deployment...

• Both Linux and Microsoft DNS servers

• Keeping BIND updated can be a challenge

• Security vulnerabilities

• How do you patch?

• Do you integrate BIND and AD?

• Or run completely separate environments?

© Calleva Networks Ltd. 2013 7

Page 8: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DNS support & resilience

• Can you count on a vendor for support?

• Have you configured any kind of resilience?

• VIPs or Windows/Linux Cluster

• RAID 1 to combat HDD failure? • Dual PSU?

• Are you doing any monitoring and alerting?

© Calleva Networks Ltd. 2013 8

Page 9: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DNS deployment considerations

• Internal DNS:

• Clients configured to talk to 2 or more servers

• Local survivability needed ? Local DNS service vs Centralised service

• External DNS:

• Separation of services:

• Authoritative (offsite secondary, geographic diversity)

• Recursive (but no open recursive!)

© Calleva Networks Ltd. 2013 9

Page 10: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DNS High Availability

• Shared VIP across multiple DNS servers

• Commonly use Router Redundancy Protocols

• Benefits:

• Lose one node and another node provides service

• No downtime during upgrades/maintenance

• Considerations:

• Must be on same layer 2 network

• Number of HA pairs

© Calleva Networks Ltd. 2013 10

Page 11: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DNS High-availability

© Calleva Networks Ltd. 2013 11

VIP1 is automatically

reallocated to server 1

Step2: Server 1

reinstatement

SCALABILITY Add new server 3

with shared VIP2

Server1

failed

VIP1 is automatically

reallocated to server 2

Step1:

Server 1 failed

Page 12: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DNS Anycast

• Allows multiple, geographically diverse DNS servers to advertise the same IP address

• Looks like multiple routes to the same server

• A user’s query is routed to their nearest DNS server

• If that server dies, queries get routed to the next nearest instance

© Calleva Networks Ltd. 2013 12

Page 13: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DNS Anycast – benefits

• Increased Reliability/Availability. Lose several DNS servers and we've still got service

• Improved performance

• Load balancing

• Resilience against DDoS attacks (localised impact of the attack)

• Simplified Client Configuration

• Internet Root servers use it – so it can’t be bad

© Calleva Networks Ltd. 2013 13

Page 14: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DNS Anycast – considerations

• Consistent data on DNS servers

• Rollout is not a trivial task

• Need a good relationship with the network guy (better still - you are the network guy)

• Troubleshooting

© Calleva Networks Ltd. 2013 14

Page 15: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Load balancers (hardware)

• Use a load balancing appliance in front of a DNS server farm

• Load balancer will distribute queries and monitor DNS servers

• Good:

• Existing infrastructure may support this

• No DNS outage when a server fails or during maintenance

© Calleva Networks Ltd. 2013 15

Page 16: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Load balancers

• Considerations:

• Additional technology now in the data flow

• Consistent data on DNS servers

• May complicate troubleshooting

• Different teams likely to be involved - finger pointing

• Expense of new kit if there isn’t enough capacity in existing load balancer appliances

© Calleva Networks Ltd. 2013 16

Page 17: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Other DNS considerations

• Standard DNS security: version updates (DNS binary & OS), ACLs, data flows

• DNSSEC: Data integrity - validate the origin and integrity of DNS data

• DNS Firewall (RPZ-based) – block access to Malware sites at the DNS level

• DDoS mitigation service

© Calleva Networks Ltd. 2013 17

Page 18: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DHCP resilience

© Calleva Networks Ltd. 2013 18

Page 19: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Existing DHCP environment?

• Linux and/or Microsoft?

• Is failover deployed?

• Failover is not split-scopes!

• Many devices dependent upon DHCP

• VoIP Phones, wireless clients, desktops etc.

• Support/management/monitoring

• How do you document IP allocations?

© Calleva Networks Ltd. 2013 19

Page 20: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Management headaches

• Microsoft DNS/DHCP use separate MMC consoles

• And you have to know which server to connect to

• Limited granular access control

• Linux is primarily command line driven

• IPAM normally done elsewhere

• e.g. In a spreadsheet

© Calleva Networks Ltd. 2013 20

Page 21: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DHCP – Single server

• Individual server(s) doing DHCP

• Server dies

• No-one can get a new IP

• Clients with a lease okay up to expiry time

• How long to restore the configuration?

• Lost some or all of the IP lease information

• Clients may have to change IP address

© Calleva Networks Ltd. 2013 21

Page 22: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DHCP split-scope

• Multiple, independent DHCP servers

• Typically known as “80/20 split”

• DHCP servers are independent of each other

• If you lose the 80% server, does the 20% server have the capacity to handle all clients

• A client will have to change its IP address when getting a lease from the "other" server

© Calleva Networks Ltd. 2013 22

Page 23: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DHCP failover

• DHCP protocol level redundancy

• Two DHCP servers in a “relationship”

• Doesn’t have to be a monogamous relationship!

• Share a common pool of DHCP addresses

• Synchronise lease information

• Consideration:

• As an admin, you need to know how the failover behaves if you do lose a DHCP server

© Calleva Networks Ltd. 2013 23

Page 24: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DHCP failover benefits

• Benefits:

• Resiliency – if one server is down, the other still provides service

• No risk of duplicate IP addresses

• Load-balancing – Active/Active

• Geographically separate locations - different subnets

© Calleva Networks Ltd. 2013 24

Page 25: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DHCP One-to-one failover

© Calleva Networks Ltd. 2013 25

Page 26: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DHCP Star Failover

© Calleva Networks Ltd. 2013 26

Page 27: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

IPAM / DDI

© Calleva Networks Ltd. 2013 27

Page 28: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

What is IPAM

• IPAM is a management process that involves documenting IP subnets and addresses

• IPAM benefits:

• Centralised view of an IP plan

• Avoid service disruption - duplicate IPs

• Capacity planning for future growth

• Granular role based delegation

• Auditing

© Calleva Networks Ltd. 2013 28

Page 29: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

How does DDI fit in?

• Integrating IPAM with DNS and DHCP

• Enables:

• Backups and Disaster Recovery process for DNS/DHCP configuration and IPAM data

• Move away from traditional "server-by-server" management to an architecture-based administration

• Simplify provisioning of IP/DHCP/DNS

• Do it once

© Calleva Networks Ltd. 2013 29

Page 30: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Introducing a DDI solution

• IP address plan management

• Integrated network services engines: DNS-DHCP-NTP-TFTP

• Multi-vendor DNS & DHCP services management

• Microsoft – ISC – Cisco – SOLIDServer™

• Active IP address tracking with IPLocator module

• Unified system management • Integrated zero admin database

• Hardened OS with embedded stateful firewall

• Simplified upgrades, backups and disaster recovery

© Calleva Networks Ltd. 2013 30

Page 31: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Multi-vendor/heterogeneous support

© Calleva Networks Ltd. 2013 31

Data Center B

Centralised DDI Management

and backup Recovery mode

Centralised DDI

Management and backup Active mode

Data centre 1 Data centre 2

SOLIDserver

DNS-DHCP-NTP-TFTP

High Availability

Data Center A

Cisco IOS

Existing DNS DHCP

architecture

management

Page 32: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

SMART Architectures™: DNS-DHCP Architecture Management

© Calleva Networks Ltd. 2013 32

SmartArchitecture™ are Templates of DNS or DHCP

architectures

Each slot has a predefined role in the SmartArchitecture™

Automated configurations of all servers according to their role in the

SmartArchitecture™

Ex: Master-Slave

DNS Slave slot

DNS Master slot

Each DNS server is inserted in the appropriate slot

Management Appliance

DNS Slave slot

Page 33: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

SMART Architectures™: Architecture Management

© Calleva Networks Ltd. 2013 33

• Smart Architecture™ Library

DHCP DNS

Page 34: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

SMART Architectures™: Move to Architecture Management

© Calleva Networks Ltd. 2013 34

Reduce Complexity : Manage Architectures rather than servers

Automate your Deployment and Management

Page 35: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

User defined home pages

© Calleva Networks Ltd. 2013 35

User-defined pies

and graphs based

on Metadata

Customised

Quick

searches

Customised

Top lists

Customised

Quick wizard

Customised

Bookmarks

Customised

Alerts

Page 36: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Intuitive full function UI

© Calleva Networks Ltd. 2013 36

Display of user defined metadata

Global Search

Unified IPAM DNS DHCP view

Navigation

Tree

IP address

template for

server object

user-defined

wizards with

metadata

Page 37: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

DDI Reconciliation

• Active IP address tracking with IPLocator

• Identify IP/MAC address connections on the network

• Identify associated switch and switch port

© Calleva Networks Ltd. 2013 37

Page 38: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Summary

• The need for resilient network services

• Deploying resilient DNS services

• Deploying resilient DHCP services

• Benefits of an integrated DNS, DHCP, IPAM solution

© Calleva Networks Ltd. 2013 38

Page 39: Implementing and securing a resilient The IPAM Specialists ......DHCP split-scope •Multiple, independent DHCP servers •Typically known as “80/20 split” •DHCP servers are

Thank You

Kier Prior-Williams [email protected]

www.callevanetworks.com

@CallevaNetworks

© Calleva Networks Ltd. 2013 39