Zone Poisoning: the How and Where of Non-Secure DNS Dynamic Updates

Total Page:16

File Type:pdf, Size:1020Kb

Zone Poisoning: the How and Where of Non-Secure DNS Dynamic Updates Zone Poisoning: The How and Where of Non-Secure DNS Dynamic Updates Maciej Korczynski´ Michał Król Michel van Eeten Delft University of Université de Technologie Delft University of Technology de Compiègne Technology The Netherlands France The Netherlands [email protected] [email protected] [email protected] ABSTRACT In this study, we explore an attack against the au- This paper illuminates the problem of non-secure DNS thoritative end of the path: the zone file of the authori- dynamic updates, which allow a miscreant to manipu- tative name server itself. We detail how the vulnerable- late DNS entries in the zone files of authoritative name by-design, non-secure DNS dynamic update protocol servers. We refer to this type of attack as to zone extension potentially allows anyone who can reach an poisoning. This paper presents the first measurement authoritative name server to update the content of its study of the vulnerability. We analyze a random sam- zone file. The attacker only needs to know the name of ple of 2.9 million domains and the Alexa top 1 mil- the zone and the name server for that zone. The vul- lion domains and find that at least 1,877 (0.065%) and nerability was indicated already in 1997 by Vixie et al. 587 (0.062%) of domains are vulnerable, respectively. in RFC 2136 [38], but its relevance in the current DNS Among the vulnerable domains are governments, health landscape has not been recognized nor studied. care providers and banks, demonstrating that the threat We refer to this type of attack as to zone poisoning. impacts important services. Via this study and subse- In the simplest version of an attack, a miscreant could quent notifications to affected parties, we aim to im- replace an existing A or MX resource record (RR) in a prove the security of the DNS ecosystem. zone file of an authoritative server and point the domain name to an IP address under control of an attacker. We already know that criminals are interested in hack- Keywords ing DNS records of legitimate domains from the practice Domain Name System; zone poisoning; dynamic up- of domain shadowing, where registrant credentials are dates; measurement; security compromised in order to create a large volume of subdo- mains of a legitimate domain. They are used for, among 1. INTRODUCTION other things, distributing malware exploit kits [13]. A more ambitious vector is hacking the registrars directly, The Domain Name System (DNS) provides a critical as illustrated by the attack of Syrian Electronic Army service for all Internet applications that depend on do- on Melbourne IT, the registrar for the New York Times main names. Over the years, a variety of threats have and Twitter [10]. In contrast to these attacks, zone emerged that undermine the trustworthy resolution of poisoning does not require compromising registrants or domain names into IP addresses. Two well-known at- registrars, but is as simple as sending a single RFC- tacks are cache poisoning [21] and malicious name res- compliant DNS dynamic update packet to a misconfig- olution services [23, 16]. What these attacks share in ured server. common is that they compromise the resolution path We present the first study to detail this vulnerabil- somewhere between the user and the authoritative name ity and measure its prevalence in the wild. Our main server for a domain. contributions are summarized as follows: Permission to make digital or hard copies of all or part of this work for personal • We analyze the root cause of non-secure dynamic up- or classroom use is granted without fee provided that copies are not made or dates and how they can be exploited. distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work • We measure which domains allow non-secure dynamic owned by others than ACM must be honored. Abstracting with credit is per- mitted. To copy otherwise, or republish, to post on servers or to redistribute to updates in a random sample of 1% from 286 million lists, requires prior specific permission and/or a fee. Request permissions from domains and find that 0.065% is vulnerable. Surpris- [email protected]. ingly, we find a similar rate (0.062%, meaning 587 IMC 2016, November 14-16, 2016, Santa Monica, CA, USA domains) for the Alexa top 1 million domains. c 2016 ACM. ISBN 978-1-4503-4526-2/16/11. $15.00 DOI: http://dx.doi.org/10.1145/2987443.2987477 • Alarmingly, we find a significant number of domains of national governments, universities, and businesses, server [38]. In RFC 2137, Donald Eastlake describes including nine domains belonging to banks in Europe, how to use the DNS Security Extensions (DNSSEC) [15] Middle East, and Asia, from the domain of a pri- to restrict dynamic updates to authorized entities based vate banking firm to a domain belonging to one of on cryptographic keys [14]. However, using the public the largest banks in the world. key mechanism is less efficient and harder to manage. • We find significant concentrations of the vulnerabil- Three years after the introduction of DNS dynamic up- ity: securing the zone files of just 10 providers would dates, Vixie et al. proposed an efficient, lightweight al- reduce the prevalence of the issue with 88.6% in the ternative to authenticate dynamic updates: Secret Key random sample. Transaction Authentication for DNS (TSIG), which is based on shared secret keys and message authentication • We observe suspicious domains among the vulnerable code (MAC) [34]. population, but find no direct evidence of ongoing at- tacks. 2.3 Implementations • We find that most vulnerable servers are running Win- We now analyze common implementations of DNS dows DNS, NLnetLabs NSD, and ISC BIND. dynamic updates, paying special attention to the de- fault protocol configurations. The objective of this paper is to strengthen the se- BIND: Berkeley Internet Name Domain (BIND) is open curity of DNS. We notified all operators of non-secure source and the most widely used DNS software on the servers discovered during our measurements. Internet [19]. Version 8, released in 1997, first included a dynamic DNS component [20, 37]. In BIND 8 and 9, 2. BACKGROUND dynamic updates are disabled by default. An adminis- The DNS protocol was initially designed to support trator can add allow-update in the zone configuration queries of a statically configured database. Most of the and specify the hosts that are allowed to update records. data in the system was updated manually and expected An address match list can include entire subnetworks to change only slowly [30]. However, with the intro- or the built-in argument any, that allows all hosts to duction of dynamic allocation of network addresses to make dynamic updates. Since BIND 8.2, released in hosts [18], a more dynamic update mechanism for DNS 1999, the address match list supports TSIG. The basic became essential. configuration is still supported, however. Since BIND 9.1, slave servers are allowed to forward dynamic up- 2.1 Dynamic Updates in DNS dates to a master server (RFC 2136 [9]). These can DNS dynamic update specifications have been intro- use address match lists similar to those of the master, duced by Vixie et al. in RFC 2136 [38] in 1997. Follow- meaning that non-secure configurations provide an ad- ing this specification, one can add or delete any type of ditional path for a miscreant, as updates forwarded by RR, such as A, AAAA, CNAME, or NS. The proposed UP- the slave will be accepted by the master, regardless of DATE message complies with the standard DNS message the original requestor. format (cf. RFC 1035 [31]). Microsoft DNS: Windows 2000 is the first operating When a primary master server that supports dynamic system developed by Microsoft that supported DNS dy- updates receives an update request, it verifies: i) if namic updates [28]. The server can be configured either all prerequisites defined by the requestor are met (e.g. as standard primary or as Microsoft's Active Directory{ check whether a specific record does or does not ex- integrated zone [26]. Windows 2000 and its successors, ist) and ii) whether restrictions are set regarding which i.e. Windows Server 2003 [25], 2008 [29], and 2012 hosts are allowed to make updates and, if so, whether [27], all support secure dynamic updates. They im- those restrictions are met. If no restrictions are defined, plement an extended TSIG algorithm (RFC 3645 [24]). anyone who knows the name of the zone and the name When an administrator creates an Active Directory{ server for that zone is capable of updating its content. integrated zone, by default the server allows only se- This constitutes a serious technological vulnerability in- cure updates via extended TSIG. However, the server dicated by Vixie et al. in RFC 2136 [38]. If the request can also be configured for no or non-secure dynamic is sent to an authoritative slave server, it is expected updates. More importantly, the secure update func- that it will be forwarded towards the primary server tionality is not available for standard primary zones. In that is able to modify the zone file. any primary zone configured for DNS dynamic updates, anyone can modify zones. 2.2 Secure DNS Dynamic Updates Other Implementations: As indicated in RFC 2137 Vixie et al. strongly recommended the use of security [14], any zone file allowing dynamic updates is less se- measures such as those described in RFC 2137 [14] (su- cure than the one configured statically. Some of the perseded by RFC 3007 [39]).
Recommended publications
  • IP Addressing: DNS Configuration Guide, Cisco IOS Release 12.4
    IP Addressing: DNS Configuration Guide, Cisco IOS Release 12.4 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB’s public domain version of the UNIX operating system. All rights reserved. Copyright © 1981, Regents of the University of California. NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS” WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
    [Show full text]
  • Microsoft DNS
    1 a. Domain Name Service (DNS) encompassing Microsoft DNS From Wikipedia, the free encyclopedia Jump to: navigation, search Microsoft DNS is the name given to the implementation of domain name system services provided in Microsoft Windows operating systems. Contents [hide] 1 Overview 2 DNS lookup client o 2.1 The effects of running the DNS Client service o 2.2 Differences from other systems 3 Dynamic DNS Update client 4 DNS server o 4.1 Common issues 5 See also 6 References 7 External links [edit] Overview The Domain Name System support in Microsoft Windows NT, and thus its derivatives Windows 2000, Windows XP, and Windows Server 2003, comprises two clients and a server. Every Microsoft Windows machine has a DNS lookup client, to perform ordinary DNS lookups. Some machines have a Dynamic DNS client, to perform Dynamic DNS Update transactions, registering the machines' names and IP addresses. Some machines run a DNS server, to publish DNS data, to service DNS lookup requests from DNS lookup clients, and to service DNS update requests from DNS update clients. The server software is only supplied with the server versions of Windows. [edit] DNS lookup client Applications perform DNS lookups with the aid of a DLL. They call library functions in the DLL, which in turn handle all communications with DNS servers (over UDP or TCP) and return the final results of the lookup back to the applications. 2 Microsoft's DNS client also has optional support for local caching, in the form of a DNS Client service (also known as DNSCACHE). Before they attempt to directly communicate with DNS servers, the library routines first attempt to make a local IPC connection to the DNS Client service on the machine.
    [Show full text]
  • Stateless DNS
    Technical Report KN{2014{DiSy{004 Distributed System Laboratory Stateless DNS Daniel Kaiser, Matthias Fratz, Marcel Waldvogel, Valentin Dietrich, Holger Strittmatter Distributed Systems Laboratory Department of Computer and Information Science University of Konstanz { Germany Konstanzer Online-Publikations-System (KOPS) URL: http://nbn-resolving.de/urn:nbn:de:bsz:352-0-267760 Abstract. Several network applications, like service discovery, file dis- covery in P2P networks, distributed hash tables, and distributed caches, use or would benefit from distributed key value stores. The Domain Name System (DNS) is a key value store which has a huge infrastructure and is accessible from almost everywhere. Nevertheless storing information in this database makes it necessary to be authoritative for a domain or to be \registered" with a domain, e.g. via DynDNS, to be allowed to store and update resource records using nsupdate . Applications like the ones listed above would greatly benefit from a configurationless approach, giving users a much more convenient experience. In this report we describe a technique we call Stateless DNS, which allows to store data in the cache of the local DNS server. It works without any infrastructure updates; it just needs our very simple, configurationless echo DNS server that can parse special queries containing information desired to be stored, process this information, and generate DNS answers in a way that the DNS cache that was asked the special query will store the desired information. Because all this happens in the authority zone of our echo DNS server, we do not cause cache poisoning. Our tests show that Stateless DNS works with a huge number of public DNS servers.
    [Show full text]
  • GW1000 User Manual
    GW1000 User Manual Issue: 1.7 Date: 09 September 2016 Table of Contents _______________________________________________________________________________________________________ 1 Introduction ................................................................................................. 8 1.1 Document scope ....................................................................................... 8 1.2 Using this documentation ........................................................................... 8 2 GW1000 Series hardware ........................................................................... 11 2.1 Hardware model varients ......................................................................... 11 2.2 GW1000 Series hardware features ............................................................ 12 2.3 GSM technology ...................................................................................... 12 2.4 WiFi technology ...................................................................................... 12 2.5 Power supply .......................................................................................... 13 2.6 GW1000 Series router dimensions............................................................. 13 2.7 GW1000M Series router dimensions .......................................................... 13 2.8 Compliance ............................................................................................ 13 2.9 Operating temperature range ................................................................... 14 2.10
    [Show full text]
  • SMB/CIFS Configuration Power Guide
    SMB/CIFS Configuration Power Guide ONTAP® 9 Fifth edition © Copyright Lenovo 2018, 2021. LIMITED AND RESTRICTED RIGHTS NOTICE: If data or software is delivered pursuant to a General Services Administration (GSA) contract, use, reproduction, or disclosure is subject to restrictions set forth in Contract No. GS-35F-05925 Contents Chapter 1. Deciding whether to use Creating an SMB server in a workgroup . 23 the SMB/CIFS Configuration Power Creating local user accounts . 24 Guide . 1 Creating local groups . 25 Managing local group membership . 26 Chapter 2. SMB/CIFS configuration Verifying enabled SMB versions . 27 workflow . 3 Mapping the SMB server on the DNS server. 28 Assessing physical storage requirements . 4 Assessing networking requirements . 5 Chapter 4. Configuring SMB client Deciding where to provision new SMB/CIFS access to shared storage . 29 storage capacity . 6 Creating a volume or qtree storage container . 29 Worksheet for gathering SMB/CIFS configuration Creating a volume . 29 information . 6 Creating a qtree . 30 Chapter 3. Configuring SMB/CIFS Requirements and considerations for creating an access to an SVM . 13 SMB share. 31 Creating an SMB share . 32 Creating an SVM . 13 Verifying SMB client access . 32 Verifying that the SMB protocol is enabled on the SVM . 14 Creating SMB share access control lists . 33 Opening the export policy of the SVM root Configuring NTFS file permissions in a share . 34 volume . 14 Verifying user access. 36 Creating a LIF . 15 Enabling DNS for host-name resolution . 18 Chapter 5. Where to find additional Setting up an SMB server in an Active Directory information. 37 domain .
    [Show full text]
  • Securing the Last Mile of DNS with CGA-TSIG
    Master System & Network Engineering Securing the last mile of DNS with CGA-TSIG Research Project 2 Student: Supervisors: Marc Buijsman Matthijs Mekking [email protected] (NLnet Labs) [email protected] Jeroen van der Ham (UvA) [email protected] 7 January 2014 Abstract This document describes the research performed during the course of Research Project 2 of the Master's in System and Network Engineering at the University of Amsterdam, under the supervision of NLnet Labs. Research has been done on the use of a proposed protocol called CGA-TSIG as a potential solution to the last mile problem of the Domain Name System (DNS). A proof of concept has been implemented, which resulted in the identification of several problems with the proposed protocol. Nevertheless, it was found that CGA-TSIG can work as believed to be intended, even though the protocol only works on IPv6. An automated method for authenticating the IP addresses of recursive name servers is additionally needed for CGA-TSIG to be a useful and fully secure solution to the last mile problem, but research to such methods was out of the scope of this project and would require future research. CONTENTS Contents 1 Introduction 1 1.1 Research question.........................................2 1.2 Approach.............................................2 2 Background 4 2.1 Transaction Signature (TSIG)..................................4 2.1.1 Signature creation....................................4 2.1.2 Signature verification..................................5 2.1.3 Security..........................................6 2.1.4 Drawbacks........................................6 2.2 Cryptographically Generated Addresses (CGA)........................7 2.2.1 CGA generation.....................................7 2.2.2 CGA verification.....................................8 2.2.3 CGA signatures.....................................
    [Show full text]
  • Deliverable D3.2
    Ref. Ares(2016)3479770 - 15/07/2016 Converged Heterogeneous Advanced 5G Cloud-RAN Architecture for Intelligent and Secure Media Access Project no. 671704 Research and Innovation Action Co-funded by the Horizon 2020 Framework Programme of the European Union Call identifier: H2020-ICT-2014-1 Topic: ICT-14-2014 - Advanced 5G Network Infrastructure for the Future Internet Start date of project: July 1st, 2015 Deliverable D3.2 Initial 5G multi-provider v-security realization: Orchestration and Management Due date: 30/06/2016 Submission date: 15/07/2016 Deliverable leader: I2CAT Editor: Shuaib Siddiqui (i2CAT) Reviewers: Konstantinos Filis (COSMOTE), Oriol Riba (APFUT), and Michael Parker (UESSEX) Dissemination Level PU: Public PP: Restricted to other programme participants (including the Commission Services) RE: Restricted to a group specified by the consortium (including the Commission Services) CO: Confidential, only for members of the consortium (including the Commission Services) CHARISMA – D3.2 – v1.0 Page 1 of 145 List of Contributors Participant Short Name Contributor Fundació i2CAT I2CAT Shuaib Siddiqui, Amaia Legarrea, Eduard Escalona Demokritos NCSRD NCSRD Eleni Trouva, Yanos Angelopoulos APFutura APFUT Oriol Riba Innoroute INNO Andreas Foglar, Marian Ulbricht JCP-Connect JCP-C Yaning Liu University of Essex UESSEX Mike Parker, Geza Koczian, Stuart Walker Intracom ICOM Spiros Spirou, Konstantinos Katsaros, Konstantinos Chartsias, Dimitrios Kritharidis Ethernity ETH Eugene Zetserov Ericsson Ericsson Carolina Canales Altice Labs Altice Victor Marques Fraunhofer HHI HHI Kai Habel CHARISMA – D3.2 – v1.0 Page 2 of 145 Table of Contents List of Contributors ................................................................................................................ 2 1. Introduction ...................................................................................................................... 7 1.1. 5G network challenges: Security and Multi-tenancy ......................................................................... 7 1.2.
    [Show full text]
  • Windows 2000 Domain Naming System (DNS) Sida 1 Av 46
    Windows 2000 Domain Naming System (DNS) Sida 1 av 46 TechNet Home > Products & Technologies > Server Operating Systems > Windows 2000 Server > Plan Windows 2000 DNS Operating System Abstract This paper describes the Microsoft® Windows® 2000 operating system Domain Naming System (DNS), including design, implementation, and migration issues. It discusses new features of the Windows 2000 implementation of DNS, provides examples of DNS implementations, and describes the architectural criteria that network architects and administrators should consider when designing a DNS namespace for the Active Directory™ service to provide reliable network naming services. On This Page Introduction DNS Fundamentals New Features of the Windows 2000 DNS Designing a DNS Namespace for the Active Directory Summary Glossary Introduction The designers of the Microsoft ® Windows® 2000 operating system chose the Domain Name System (DNS) as the name service for the operating system. Windows 2000 Server includes an IETF standard-based Domain Name System Server. Because it is RFC compliant it is fully compatible with any other RFC compliant DNS servers. Use of the Windows 2000 Domain Name System server is not mandatory. Any DNS Server implementation supporting Service Location Resource Records (SRV RRs, as described in an Internet Draft "A DNS RR for specifying the location of services (DNS SRV)") and Dynamic Update (RFC2136) is sufficient to provide the name service for Windows 2000–based computers1. However, because this implementation of DNS is designed to fully take advantage of the Windows 2000 Active Directory™ service, it is the recommended DNS server for any networked organization with a significant investment in Windows or extranet partners with Windows-based systems.
    [Show full text]
  • Openwrt/LEDE: When Two Become One
    OpenWrt/LEDE: when two become one Florian Fainelli About Florian ● 2004: Bought a Linksys WRT54G ● 2006: Became an OpenWrt developer ● 2013: Joined Broadcom to work on Set-top Box and Cable Modem Linux kernel, toolchain, bootloader, root filesystem ● 2016: Joined the LEDE team... ● … while remaining in OpenWrt Summary ● Introduction to OpenWrt and LEDE ● Design, features and examples ● OpenWrt/LEDE reunification status Introduction to OpenWrt/LEDE What are OpenWrt and LEDE? ● Build systems ● Linux distributions ● Communities: – Wiki, forums, mailing-lists and git repositories – Users, contributors, developers OpenWrt and LEDE in a nutshell ● Insert graph Kernel image Open source OpenWrt/LEDE Software: Http, git, svn, files Makefile scripts Root filesystem .config Firmware OpenWrt/LEDE image(s) User space Bootloader components Tools Packages SDK Toolchain Image builder Design goals ● Maintainability – Working with latest technologies – Frequent updates to solve security flaws ● Ubiquity – Most off the shelf routers supported within weeks/months following public availability – With LEDE: extend scope beyond traditional network devices – Work with vendors to support OpenWrt/LEDE natively ● User empowerment – It’s open source! – Superior quality and control over vendor provided firmware ● Selected differentiation – Provide a state of the art network device experience – Turn-key solution to build real products OpenWrt/LEDE in the landscape Complexity High Yocto/OE Medium OpenWrt/LEDE Core packages Package feeds buildroot Low 1 50 100 1000+
    [Show full text]
  • IP Addressing: DNS Configuration Guide, Cisco IOS Release 15SY
    IP Addressing: DNS Configuration Guide, Cisco IOS Release 15SY Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB's public domain version of the UNIX operating system. All rights reserved. Copyright © 1981, Regents of the University of California. NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS" WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
    [Show full text]
  • How to Create a VPN, (Including Dynamic DNS)
    AlliedWare™ OS How To | Create a VPN, (including dynamic DNS) between Apple products running Mac OS X and an Allied Telesis Router Introduction Allied Telesis embraces the Internet as a standards driven environment where maximised inter- List of terms: operability to a range of different Internet-vendor DNS devices is important. Virtual Private Networks (VPNs) Domain Name System - the is an example of an inter-networking technology Internet system that translates where this inter-operability is very important. human-understandable hostnames (like www.dyndns.com) This How To note details one of the inter-operation into computer-understandable IP solutions from Allied Telesis: creating Virtual Private addresses (like 204.13.248.117) Networks between Allied Telesis routers and a Mac and back again. OS X device, or iPhone, including Dynamic DNS. Collision domain A physical region of a local area Windows XP clients are also compatible with the network (LAN) in which data router configuration shown. Refer to: How To Create a collisions can occur. VPN between an Allied Telesis Router and a Microsoft Broadcast domain Windows XP1 Client, over NAT-T, located at: http:// A section of an Ethernet network www.alliedtelesis.com/media/datasheets/howto/ comprising all the devices that will conf_vpn_natt_xp_sd_e.pdf receive broadcast packets sent by any device in the domain. Separated from the rest of the network by a Layer 3 switch. VLAN classification A packet can be allocated VLAN membership based on its protocol, subnet, or port. C613-16148-00 REV B www.alliedtelesis.com What information will you find in this document? The configuration is described in the following sections: Introduction .............................................................................................................................................
    [Show full text]
  • Microsoft DNS Server Documentation 2K19-DC
    Microsoft DNS Server Documentation 2K19-DC Date 15/01/2021 14:45:51 Author DEMO2012R2\sysadmin Version 1.02 Product XIA Configuration Server [13.0.0.0] Table of Contents Disclaimer Microsoft DNS Server Information Client Information 6 Relationships 7 Relationship Map 8 Server Summary Conditional Forwarders Host Service 12 Forward Lookup Zones _msdcs.test2019.net 14 Resource Records 16 secondary.contoso.com 18 Resource Records 19 signed.contoso.com 20 DNSSEC Settings 22 Key Signing Key (RSA/SHA-256) 23 Zone Signing Key (RSA/SHA-256) 24 Resource Records 25 stub.contoso.com 26 Resource Records 27 test2019.net 28 Resource Records 30 Reverse Lookup Zones 0.in-addr.arpa 35 Resource Records 37 127.in-addr.arpa 38 Resource Records 40 255.in-addr.arpa 41 Resource Records 43 89.168.192.in-addr.arpa 44 Resource Records 46 Server Settings Diagnostics 52 Trust Points signed.contoso.com 55 Delegation Signer (DS) (RSA/SHA-256) 56 DNS KEY (DNSKEY) (RSA/SHA-256) 57 Version History Disclaimer This document is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and, or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. Microsoft, Windows and Active Directory are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Page 4 of 58 Contoso Technical Services Microsoft DNS Server Information Provides general information for this item. General Information Name 2K19-DC Description Domain controller for test2019.net Primary Owner Name Technical Services Primary Owner Contact [email protected] System Information Item Path Contoso Technical Services Item ID 1117 Version ID 1.02 Check Out Status Available Custom Item Details This is a demonstration Windows Server 2019 DNS server, hosting the DNS zones for Active Directory for the test2019.net domain.
    [Show full text]