Configuring a Microsoft Windows 2000 DHCP and DNS Server

Size: px
Start display at page:

Download "Configuring a Microsoft Windows 2000 DHCP and DNS Server"

Transcription

1 Configuring a Microsoft Windows 2000 DHCP and DNS Server White Paper Abstract This white paper sets out to describe the steps necessary to install a Brother printer into a Windows 2000 network that is using DHCP and DNS. However, if you are generally interested in how DHCP and DNS works, then this is a good starting point. Brother network ready printers can automatically receive an IP address from a Microsoft DHCP server and through the use of DNS, they can then be automatically registered with a DNS server. This can streamline the installation and maintenance of the printer in a Windows network. Last modified: January

2 Windows 2000 DHCP Server Overview With Windows 2000, Microsoft have enhanced the DHCP and DNS support capabilities found in Windows NT 4, to produce a more powerful IP address allocation and name resolution system. DHCP and DNS forms an integral part of any Active Directory installation. With Windows 2000, Dynamic DNS allows one DNS server to talk to another and change the DNS information automatically without having to manually edit files. Windows 2000 DHCP server integrates well into DNS, and devices that connect to the network, can be configured to automatically register themselves with a DNS server. This means that WINS based name resolution systems that were often found on Windows NT 4 systems can ultimately be replaced with DNS name resolution systems giving greater flexibility and more power to the user. The following documentation explains the steps necessary to configure a DHCP server onto a Windows 2000 system and have that system allocate IP addresses to the device. The second part of the document explains how the DHCP server can then be used to map the device into the DNS server for better name resolution. Brother has produced a wide variety of information on networking printing. Other documents that are relevant to this specific document are: For a complete list of network documentation, please visit the Brother web site at: Structure of this document This document is split into three sections: Section 1 Configuring DHCP for the first time - describes the steps necessary to configure a DHCP server. Section 2 Making a Reservation - describes how you can find a printer in the active directory as well as how to obtain the status of the printer using Windows 2000 and/or a web browser. Section 3 Making the device register itself with the Windows 2000 DNS server information on how to make the device register itself with a Windows 2000 DNS server. For more information on Windows 2000 and its capabilities, we recommend that you visit the Microsoft web site at

3 What is DHCP? DHCP (Dynamic Host Configuration Protocol) is a system where-by a computer, in this case a Windows 2000 computer, can allocate IP addresses to other computers on the network automatically. Typically in large networks, it can be difficult for the system administers to assign IP addresses to users In a large network with people joining and leaving the company, IP address allocation can be a headache. As people join the company new IP addresses are required and as people leave the company IP addresses are released and become free to other users. To get around this type of problem, companies like Microsoft have developed DHCP services that automatically allocate IP addresses to devices that are connected to the network. This means that when a PC or a printer is switched on, it will request an IP address from the DHCP server, if one is available, the DHCP server will allocate an IP address and then keep a track of it for future use. A good example of an organisation that would use a DHCP server is an Internet Service provider (ISP). These ISPs typically have many thousands of customers (in some cases millions) however, the ISP does not have unlimited modem connections for all of their customers to connect to. Because of this, they can be sure that if they have 100,000 customers, only 5000 of them may dial in and access the Internet at any one time. This means that instead of having to manage 100,000 IP addresses, the ISP simply builds a DHCP server that allocates 5000 IP addresses to people as they log on. This means that someone logging into the ISP one day, will typically receive a completely different IP address another day. By doing this, the ISP has an easier job and can control their network more easily. Just as an ISP would use DHCP for IP address allocation, many corporate networks will also use it for similar reasons. DHCP support is not new for Microsoft; it was also supported in previous versions of Windows. For example, Windows NT 4 also has good DHCP capabilities. As the theme of this document is Windows 2000, then information contained herein is based on the Windows 2000 implementation of DHCP. What is DNS? DNS (Dynamic Name Server) is a system that it widely used on the Internet. When we visit a web site such as DNS takes the name and maps it to an IP address. This is convenient for us as people are generally bad at remembering IP addresses, whereas, they are better at remembering names. For example, is someone says to you: goto you can remember it, but if someone says: goto , it is more difficult to remember. Even though the Internet uses the TCP/IP protocol and IP addresses, these numbers are hidden from us and instead we see a FQDN (Fully Qualified Domain Name) such as When we type in and hit RETURN on our web browser, our PCs contact a DNS server which converts the FQDN name that we entered into an IP address. This procedure is called name resolution and it simply means that we do not have to remember complicated IP addresses.

4 If you can browse the Internet through your PC, you can check to see that this is working by doing the following: Go to your DOS prompt and enter: PING you will see that you get an IP address back from the PING command, this is because a DNS server has converted the FQDN ( into an IP address. Then go back to your web browser and enter: where IP address is the number that you got back from the PING command. DNS is also useful for load balancing; a busy site like Microsoft.com will typically consist of several servers each of which can contain a duplicate of the other servers. This means that when one user enters on their web browser, they will connect to one server, however another using visiting the same company web site will connect to another server which contains a mirror copy of the data. By creating several servers with duplicate data, a web site can serve many more people than a single server.

5 Configuring DHCP for the first time When Windows 2000 is installed for the first time, the installation Wizard will prompt you to install Active Directory. Active Directory requires Microsoft s DNS server and also expects to use the DHCP services supplied with Windows If you have created a DHCP configuration prior to installing and configuring Active Directory, then your DHCP configuration settings will be lost. This means that you will have to re-configure everything. The following screen displays a DHCP server that has not been configured at all. The first thing that we must do is to allocate a server to become a DHCP server. To do this select Action and then click Add Server. Figure 1 Starting the DHCP server for the first time

6 Click the This server radio button and click OK. If you have other servers in your network that you wish to configure, click the Browse button and select another server. Figure 2 Selecting the Server Now that you have allocated the server which will act as the DHCP server, click the server name and then select Action followed by New Scope. Figure 3 DHCP server with no configuration details The New Scope Wizard will start. You can now optionally enter the Name and Description for the scope. Enter the information and click Next.

7 Figure 4 about to specify the start and end IP address information In the screen above you can see that you expected to enter a variety of different things: Start IP address: This is the first set of IP addresses that you wish to allocate. For example, if you wish to allocate IP addresses from to , you would enter: End IP address: This is the last IP address that you wish to allocate. Using the above example, we would enter if this is the last IP address that we wished to allocate. Length: This is to do with the subnet mask you use. Basically, if you use a subnet mask of then the length field will be 8. If you are using a subnet mask of then length field will be 16. If you are using a subnet mask of , the length will be 24. Subnet mask: The actual subnet mask value. Instead of click the length field, you can manually enter the value.

8 Figure 5 Specified the start and end IP address information along with the subnet mask With the above configuration we have configured the DHCP server to allocate IP addresses from the range through to We have also set the subnet mask so that each machine that receives an IP address will also receive a subnet mask of We can now optionally enter some exclusion IP addresses. Figure 6 The Add Exclusions configuration An exclusion is an IP address that could be reserved for something else. For example, imagine that we wished to use the IP address pool through to however we specifically wanted to keep some IP addresses free (maybe for laptop users, printers, etc.) we could enter an exclusion that protected those IP addresses. To exclude

9 an specific IP address, simply enter the IP address and then click Add. Study the screenshot below: Figure 7 Add exclusions wizard with IP addresses configured In the example above we have specified three things: Exclude the IP address and and also the IP addresses through to When you have finished entering the excluded IP addresses click the Next button. You are now prompted to specify how long the IP address should last for.

10 Figure 8 Setting the lease duration In the screenshot above you can see that the default IP address lease duration is 8 days. This means that when a device receives an IP address from the DHCP server, it will retain that IP address for 8 days. If you wish to change the lease duration, simply alter the time period and click Next when you are happy. After the lease duration you are given the option of specifying additional options.

11 Figure 9 About to activate the scope Additional options are things such as the IP address of a gateway, the IP address of a DNS server etc. Generally speaking when you configure a PC into a Windows 2000 network, or into a network where the connected PC will connect to the Internet, there is a good chance that you will want to specify these optional items. There are many optional items that you can specify, however, the wizard will only let you specify three things: The Gateway. The Gateway address is the address of the server that is used to contact other networks. Typically this is the IP address of a device like a router. Domain name and DNS server. This is the name of the DNS server that will handle the name resolution. DNS support has been greatly enhanced in Windows 2000 and if you intent to use Microsoft Active Directory technology, then you will must install a DNS server. WINS server. This is the IP address or NetBIOS name of the server that will handle name resolution. WINS (Windows Internet Naming Service) is now regarded as a legacy system (an old system), however, in order for Microsoft to be able to communicate with older Windows NT 4 systems, WINS support is still included.

12 Figure 10 Specifying the Router (Default Gateway) Enter the name of the default gateway (if applicable). The number you enter here will be used by the receiving device. It will be used to communicate with other networks that may exist in your environment. Generally speaking, if you are in a LAN (local area network) that is not connected to another LAN, then there is no need to specify the Default Gateway address.

13 Figure 11 DNS options Enter the name of the parent domain that you will use along with the server name (or IP address) of the DNS server. A client PC will then query the DNS server name whenever it tries to perform some kind of name resolution task, i.e., entering on a web browser, would make the client PC contact the DNS server that you specified and then locate the IP address for the IP address of Figure 12 WINS options To be compatible with Windows NT 3.51 and NT 4. Windows 2000 can also interact with WINS servers. This allows PCs and printers to use a NetBIOS name for name resolution.

14 Figure 13 About to activate the scope After completing all the above steps, the Wizard finally prompts you to activate the scope. Activating the scope essentially switches on all the options that you have specified. From this point onwards, any devices that are connected to your network that support the DHCP protocol, will receive the IP address information that you have configured. If you wish to activate it click Yes, I want to activate this scope now, if not select No, I will activate this scope later. We will assume that the configuration is OK, so we will activate the scope. You will now see a screen similar to the one below:

15 Figure 14 The DHCP server now running From the status column we can see that the scope is Active. This means that the server is ready to allocate IP addresses.

16 To test that the scope is working, configure a PC so that it receives an IP address automatically. Then re-boot the PC and the computer will contact the DHCP server for an IP address. If you have a Brother printer that has not been configured, switch the printer on and see what happens. If all goes well, the printer will contact the DHCP server and ask for an IP address just like a regular PC. Figure 15 TCP/IP properties of a Windows PC The screenshot above shows us a Windows 95/98 PC which has been configured to receive an IP address from a DHCP server. To see this screen select Start Settings Control Panel and then click the Network icon. If a PC is configured in this way, it will attempt to contact a DHCP server when powered on. Please note that Brother printers automatically default to AUTO IP address mode. This means that when powered up, they will query the network for a DHCP server, if one is found, the printer will request an IP address

17 To see if the DHCP server is allocating IP addresses, go to the Address Leases view. This will then display all the devices that have received an IP address from the DHCP server. Figure 16 Seeing devices that have been allocated IP addresses In the screenshot above, we can see that this particular server has allocated three IP addresses: to a device with the name brn_ to a device with the name gmob to a device with the name buk125w.

18 To see why those particular IP addresses were used take a look at the Address Pool view: Figure 17 Seeing the Address Pool information In Figure 16 we can see that the server has excluded the IP addresses through to , and This is why the DHCP server did not allocate the IP address DHCP is now configured in its most basic way. The remainder of this document explains some of the other options of DHCP server.

19 Making a Reservation So far we have randomly allocated IP addresses to devices that connect to the network. We say randomly, not because the numbers that we allocate actually random, but because we have no control over what device receives what IP address. For example, there many be instances when we wish to specially assign an IP address to a particular device. For example, if we had a network colour printer such as the Brother HL-2400CeN we could chose to allocate a specific IP address to this device. To do that we must establish the Ethernet address of the device that we wish to configure. Print out a configuration page to obtain the Ethernet address of the device. The Ethernet address will look something like this: <Ethernet Address> xx-xx-xx (where xx-xx-xx are a unique number) is the manufacturer code. If you see then you know that the device is a Brother device as this is the code allocated to Brother. Now that we know the Ethernet address, use this information to force the DHCP server to specifically allocate an IP address to this device. To do this, click on Reservations and then select New Reservation. Figure 18 About to make a reservation Now enter the name of the reservation and also enter the Ethernet address, also known as MAC (Ethernet address) address into the Mac Address field.

20 A correctly configured reservation would look like the following: Figure 19 Entering the reservation information Most of the above is logical, however, the one area that may cause some confusion is the Supported types option. Here we can specify one of three things: Both, DHCP only or BOOTP only. Windows 2000 allows you to configure these options, because as well as acting as a DHCP server, it is also able to allocate BOOTP IP addresses. BOOTP is the pre-cursor to DHCP; its job just like DHCP is to allocate IP addresses. However, BOOTP is more commonly found on Unix systems and unlike DHCP, a BOOTP configuration requires you to know the Ethernet (or MAC) address of each device before the server can allocate an IP address to it. To improve compatibility with Unix systems, Microsoft have also given Windows 2000 the option to allocate BOOTP IP addresses to a device. This effectively means that even though we are using the Windows 2000 DHCP Snap In. We are effectively making the DHCP server allocate BOOTP IP addresses. The supported types option in the above screenshot is simply allowing us to create a reservation for the Ethernet address that we have specified and allowing us to choose which IP address allocation system we wish to use. For example, if the device did not support the DHCP protocol, then we could select BOOTP and Windows 2000 would only try to use the BOOTP protocol for IP address allocation. Generally speaking, you would not alter this option. When the option is created you will see something like the one below:

21 Figure 20 The reservation is now configured Now we can see that a reservation has been put in place which means that the device that we specified, will contact the DHCP server and request the specific IP address that we allocated. Figure 21 Seeing the Address Leases In the above screen shot you can see that the device brn_313cfc has been allocated an IP address of

22 Making the device register itself with the Windows 2000 DNS server As we have already said, the Windows 2000 DHCP server has good integration with DNS. Any device that receives an IP address from the DHCP server should register itself with a Windows 2000 DNS server. This will allow you to easily name the devices in a more logical way. To configure the DHCP server does register the device with the DNS server do the following: Select the Scope that you wish to configure and then click the DNS tab. You will then see the following: Figure 22 The DNS tab properties In the above screenshot we can see that automatically a device that receives an IP address from the scope that we have configured will update the DNS server, only if the client requests it to do so. On a device like a printer, it will not request that its IP address is registered into the DNS server. This means that you should select the Always update DNS option. You should also consider selecting the Enable updates for DNS clients that do not support dynamic update. However, if you do not care about DNS name resolution from legacy PCs or from devices like printers, then ignore this option.

23 Figure 23 Configuring the DNS option so that devices always register in the DNS server In the above screenshot we have enabled the Enable update for DNS clients that do not support dynamic updates and also selected Always update DNS. This will guarantee that all devices will also be added to the DNS server.

24 You should also specify the DNS Domain name in the DHCP server. To do that select Scope Options and right click and select Configure Options. Now select option 015 DNS Domain Name and enter the name of your DNS server. Figure 24 Scope options DNS domain name In the above example, we have entered the value headquarters.test.brother.co.uk as this is the domain name of our DNS server. You must enter the DNS Domain name before the device that receives an IP address can register with the DNS server. If we now look at the DNS server, we can see if the device has registered itself with the Windows 2000 DNS server. Figure 25 Device has registered into the DNS server

25 The print server BRN_ has now registered itself on the DNS server. To check it, use the PING command using the DNS name instead of the IP address. Figure 26 Pinging the DNS name You can use this fully qualified domain name when managing the printer in a web browser. In the example below the user has entered a the DNS name of the printer, in the example below:

26 Disclaimer Brother reserve the right to change specifications without notice. Add trademarks are registered trademarks are the property of their respective companies. This information is provided as is without warranty of any kind. In no event shall Brother or its subsidiaries and suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.

Step by Step DHCP Server Installation & configuration on Microsoft Windows Server 2016

Step by Step DHCP Server Installation & configuration on Microsoft Windows Server 2016 Step by Step DHCP Server Installation & configuration on Microsoft Windows Server 2016 Hussain Shakir LinkedIn: https://www.linkedin.com/in/mrhussain Twitter: https://twitter.com/hshakir_ms Blog: http://mstechguru.blogspot.ae/

More information

Two kinds of size notation are employed in this manual. With this machine refer to the metric version.

Two kinds of size notation are employed in this manual. With this machine refer to the metric version. Network Guide 1 2 3 4 5 6 7 Functions Available over a Network Connecting the Network Cable to the Network Setting Up the Machine on a Network Windows Configuration Using the Printer Function Configuring

More information

Setting Up A Server Through A Linksys Router

Setting Up A Server Through A Linksys Router A lot of people have had issues with setting up a Static IP, so I decided to throw this simple little tutorial together. First, let me explain a little about IP addresses, and the differences. The majority

More information

CHAPTER 7 ADVANCED ADMINISTRATION PC

CHAPTER 7 ADVANCED ADMINISTRATION PC ii Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband ADSL Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS Before you start Objectives: Familiarize yourself with the services such as File and Print, WWW, FTP, E- mail, Faxing, Remote Access, DHCP, DNS and WINS.

More information

Lab DHCP Client Setup

Lab DHCP Client Setup Lab 9.3.5 DHCP Client Setup Objective The purpose of this lab is to introduce Dynamic Host Configuration Protocol (DHCP) and the process for setting up a network computer as a DHCP client to use DHCP services.

More information

Installing and Configuring DHCP with NetWare 5

Installing and Configuring DHCP with NetWare 5 BY JOHN E. JOHNSTON Installing and Configuring DHCP with NetWare 5 The Dynamic Host Configuration Protocol (DHCP) function and its options are essential in the creation of a TCP/IP environment. The DHCP

More information

CNBK Communications and Networks Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems

CNBK Communications and Networks Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems Lab Book: Purpose of Hardware and Protocols Associated with Networking Computer Systems Contents Purpose of Hardware and Protocols Associated with Computer Networks... 3 Lab Objectives... 3 Lab Resources...

More information

LevelOne Broadband Routers

LevelOne Broadband Routers LevelOne Broadband Routers FBR-1100TX FBR-1400TX FBR-1401TX FBR-1700TX User's Guide TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 Features of your LevelOne Broadband Router... 1 Package Contents... 4

More information

TCP/IP CONFIGURATION 3-6

TCP/IP CONFIGURATION 3-6 TCP/IP CONFIGURATION 3. Type IPCONFIG /RENEW and press the Enter key. Verify that your IP Address is now 192.168.2.xxx, your Subnet Mask is 255.255.255.0 and your Default Gateway is 192.168.2.1. These

More information

Notebook Network Card

Notebook Network Card Notebook Network Card Connect your PC to a network or broadband modem network F5D5020 Table of Contents Introduction.........................................1 Installing the Hardware.................................2

More information

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver LevelOne FBR-1416 1W, 4L 10/100 Mbps ADSL Router User s Manual Ver 1.00-0510 Table of Contents CHAPTER 1 INTRODUCTION... 1 FBR-1416 Features... 1 Package Contents... 3 Physical Details... 3 CHAPTER 2

More information

Bridge Cable User s Guide

Bridge Cable User s Guide Bridge Cable User s Guide Table of Contents Overview -------------------------------------------------------------------- 2 Driver Installation --------------------------------------------------------

More information

Broadband Router DC-202. User's Guide

Broadband Router DC-202. User's Guide Broadband Router DC-202 User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details...3 CHAPTER 2 INSTALLATION... 5 Requirements...

More information

Multi-Function Wireless A/P Router User s Guide

Multi-Function Wireless A/P Router User s Guide Multi-Function Wireless A/P Router User s Guide Model CNWR-811P Wireless Access Point Router W / Printer Sharing TABLE OF CONTENTS CHAPTER 1 INTRODUCTION...1 CNWR-811P Features...1 Package Contents...3

More information

HP JetDirect Print Servers. HP JetAdmin. Setup Guide

HP JetDirect Print Servers. HP JetAdmin. Setup Guide R HP JetDirect Print Servers HP JetAdmin Setup Guide Setup Guide HP JetAdmin Copyright Hewlett-Packard Company 2000 All rights reserved. Reproduction, adaptation, or translation without prior written

More information

Windows Server 2003 { Domain Controller Installation and Configuration}

Windows Server 2003 { Domain Controller Installation and Configuration} Windows Server 2003 { Domain Controller Installation and } Benedikt Riedel MCSE + Messaging www.go-unified.com www.siemens.com/open Benedikt.riedel@siemens.com Start up the prepared Windows Server 2003

More information

Chapter 3 LAN Configuration

Chapter 3 LAN Configuration Chapter 3 LAN Configuration This chapter describes how to configure LAN Setup, LAN Groups and Routing (Static IP) features of your ProSafe VPN Firewall 50. These features can be found under the Network

More information

Creating Mailing Labels (2010)

Creating Mailing Labels (2010) Creating Mailing Labels (2010) The procedure through to printing is a two-stage process. Firstly the client list for the mailing labels is created in Query Builder and then the information is merged within

More information

Brother HL-5370DW Configuration

Brother HL-5370DW Configuration Brother HL-5370DW Configuration Importance of Static IP Address for Printers When a printer is first installed to a computer, its IP address is noted. If that address changes, the computer will be unable

More information

Lab - Configure a NIC to Use DHCP in Windows

Lab - Configure a NIC to Use DHCP in Windows Introduction In this lab, you will configure an Ethernet NIC to use DHCP to obtain an IP address and test connectivity between two computers. Recommended Equipment Wireless router Two computers running

More information

Microcat Authorisation Server (MAS ) User Guide

Microcat Authorisation Server (MAS ) User Guide Microcat Authorisation Server (MAS ) User Guide Contents Introduction... 2 Install Microcat Authorisation Server (MAS)... 3 Configure MAS... 4 License Options... 4 Internet Options... 5 Licence Manager...

More information

Local Area Networks (LAN s)

Local Area Networks (LAN s) Local Area Networks (LAN s) Local area networks are computers connected together in a single location. They vary in size from two computers connected together to share a printer, to hundreds of computers

More information

NCD ThinSTAR Terminal User s Guide

NCD ThinSTAR Terminal User s Guide NCD ThinSTAR Terminal User s Guide Copyright Copyright 2000 by Network Computing Devices, Inc. (NCD).The information contained in this document is subject to change without notice. Network Computing Devices,

More information

SETTING UP NETWORKING FOR LOOKOUT 4.0

SETTING UP NETWORKING FOR LOOKOUT 4.0 NOTE TO USER SETTING UP NETWORKING FOR LOOKOUT 4.0 Contents Testing TCP/IP Capability The purpose of this document is to help you with basic configuration of your computers in order to run Lookout 4. This

More information

For safe and correct use, be sure to read the Safety Information in "Copy Reference" before using the machine. Network Guide

For safe and correct use, be sure to read the Safety Information in Copy Reference before using the machine. Network Guide For safe and correct use, be sure to read the Safety Information in "Copy Reference" before using the machine. Network Guide Introduction This manual contains detailed instructions and notes on the operation

More information

Wireless PC Network Settings

Wireless PC Network Settings APPENDIX C This appendix provides instructions for changing the TCP/IP and radio card settings in your wireless PC. Choose the instructions appropriate for your operating system. Here is what you will

More information

7 Additional Information for Networking

7 Additional Information for Networking 7 Additional Information for Networking In this Chapter... Introduction, 7-2 Testhead IP Addresses, 7-3 The Private LAN, 7-5 The Public LAN, 7-7 Bridges, Routers, and Gateways, 7-9 Clients and Servers,

More information

Chapter 3 LAN Configuration

Chapter 3 LAN Configuration Chapter 3 LAN Configuration This chapter describes how to configure the advanced LAN features of your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. This chapter contains the following sections

More information

A+ Certification Guide. Chapter 16 (Part B) Networking

A+ Certification Guide. Chapter 16 (Part B) Networking A+ Certification Guide Chapter 16 (Part B) Networking Chapter 16 (Part B) Objectives Installing and Configuring Network Interface Cards Networking Configuration for Small Network Switches and Routers Setting

More information

Network Quick Install Cards Document Centre 490/480/470/460 ST

Network Quick Install Cards Document Centre 490/480/470/460 ST Network Quick Install Cards Document Centre 490/480/470/460 ST This package contains Quick Install Cards that will help you connect the Document Centre to your network and install E-mail. Please read and

More information

Mail Setup Tool (Version 1.2US) User's Guide

Mail Setup Tool (Version 1.2US) User's Guide Mail Setup Tool (Version 1.2US) User's Guide Trademarks Microsoft, Windows, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.

More information

quick setup tp-link

quick setup tp-link 192.168.0.1 quick setup tp-link M5360 3G Mobile Wi-Fi, 5200mAh Power Bank User Guide and wait the Device to reboot and restore its factory default settings. SIM Card Slot: It's where to insert your SIM

More information

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista 8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista Introduction If Vista is not available in your classroom, you may complete this lab by viewing the figures in this document. Print and

More information

Figure 1-1. When we finish Part 2, our server will be ready to have workstations join the domain and start sharing files. Now here we go!

Figure 1-1. When we finish Part 2, our server will be ready to have workstations join the domain and start sharing files. Now here we go! 1 of 18 9/6/2008 4:05 AM Configuring Windows Server 2003 for a Small Business Network, Part 2 Written by Cortex Wednesday, 16 August 2006 Welcome to Part 2 of the "Configuring Windows Server 2003 for a

More information

NCD ThinSTAR User s Guide

NCD ThinSTAR User s Guide NCD ThinSTAR User s Guide Copyright Copyright 2000 by Network Computing Devices, Inc. (NCD).The information contained in this document is subject to change without notice. Network Computing Devices, Inc.

More information

A Division of Cisco Systems, Inc. GHz g. Wireless-G. User Guide. Access Point WIRELESS. WAP54G v2. Model No.

A Division of Cisco Systems, Inc. GHz g. Wireless-G. User Guide. Access Point WIRELESS. WAP54G v2. Model No. A Division of Cisco Systems, Inc. GHz 2.4 802.11g WIRELESS Wireless-G Access Point User Guide Model No. WAP54G v2 Copyright and Trademarks Specifications are subject to change without notice. Linksys is

More information

Connecting the DI-804V Broadband Router to your network

Connecting the DI-804V Broadband Router to your network Before you begin Make sure that any existing Firewall Software/Devices are disabled and/or shutdown before beginning installation of your new D-Link DI-804V Broadband Router. Contents of Package DI-804V

More information

Network Guide. IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG

Network Guide. IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG Network Guide IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG Network Guide How This Manual Is Organized Chapter 1 Before You Start Chapter 2

More information

Configuration Guide for Microsoft Internet Connection Sharing

Configuration Guide for Microsoft Internet Connection Sharing Configuration Guide for Microsoft Internet Connection Sharing HUB INTERNET HOST CLIENTS Copyright 2002 Hughes Network Systems, Inc., a wholly owned subsidiary of Hughes Electronics Corporation. All rights

More information

Copyright NeoAccel Inc. SSL VPN-Plus TM. NeoAccel Management Console: Network Extension version 2.3

Copyright NeoAccel Inc. SSL VPN-Plus TM. NeoAccel Management Console: Network Extension version 2.3 Copyright 2005-2009. NeoAccel Inc. SSL VPN-Plus TM NeoAccel Management Console: Network Extension version 2.3 NeoAccel makes no warranty of any kind with regard to this manual, including, but not limited

More information

Downloaded from manuals search engine

Downloaded from   manuals search engine Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide

Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide Contents 1. How to Login to your Hitron Modem... 3 2. SmartWiFi and Local Area Network (LAN) set up...4 a. LAN Setting -Private Gateway IP

More information

Cisco TelePresence Video Communication Server Basic Configuration (Single VCS Control)

Cisco TelePresence Video Communication Server Basic Configuration (Single VCS Control) Cisco TelePresence Video Communication Server Basic Configuration (Single VCS Control) Deployment Guide Cisco VCS X7.2 D14524.03 August 2012 Contents Introduction 3 Example network deployment 3 Internal

More information

Create a Dual Stack Virtual Private Cloud (VPC) in AWS

Create a Dual Stack Virtual Private Cloud (VPC) in AWS Create a Dual Stack Virtual Private Cloud (VPC) in AWS Lawrence E. Hughes 5 November 2017 This recipe assumes you already have an AWS account. If you don t there is a lot of information online (including

More information

Troubleshooting Can not access the router on

Troubleshooting Can not access the router on Troubleshooting Can not access the router on 192.168.0.1 Please note that when accessing the router s Web interface via http://192.168.0.1 you are not accessing some web site on the Internet. The router

More information

Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office

Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office ExamForce.com 640-822 CCNA ICND Study Guide 31 Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office Describe the need and role of addressing

More information

Introduction... 3 Package Contents... 4 VPN100 LEDs... 5 Connecting your VPN Installing USB drivers... 7

Introduction... 3 Package Contents... 4 VPN100 LEDs... 5 Connecting your VPN Installing USB drivers... 7 Contents Introduction... 3 Package Contents... 4 VPN100 LEDs... 5 Connecting your VPN100... 6 Installing USB drivers... 7 Configuring the VPN100... 9 Using the Web-based User Interface... 9 Choices when

More information

SelfMon VirtualKeypad Configuration Guide

SelfMon VirtualKeypad Configuration Guide SelfMon VirtualKeypad Configuration Guide Typical System Configuration TCP Port 10001 Port Forward to Internal Panel IP Address Panel with Internal IP Address Internal Wifi Connection Internal IP Address

More information

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide Rev. 02 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any means

More information

Using BGAN LaunchPad on the SABRE I

Using BGAN LaunchPad on the SABRE I Using BGAN LaunchPad on the SABRE I Version 1.0 16 May 2008 inmarsat.com/bgan Whilst the information has been prepared by Inmarsat in good faith, and all reasonable efforts have been made to ensure its

More information

Broadband Router. with 2 Phone Ports WIRED. Installation and Troubleshooting Guide RT31P2. A Division of Cisco Systems, Inc. Model No.

Broadband Router. with 2 Phone Ports WIRED. Installation and Troubleshooting Guide RT31P2. A Division of Cisco Systems, Inc. Model No. A Division of Cisco Systems, Inc. Broadband Router with 2 Phone Ports WIRED Installation and Troubleshooting Guide Model No. RT31P2 Copyright and Trademarks Specifications are subject to change without

More information

SB72EX User's Manual

SB72EX User's Manual etburner SB72EX User's Manual Revision: 1.8 October 8, 2009 SB72EX User's Manual, 350030-001 Table of Contents Table of Contents...2 Overview of the SB72EX Dual-port Serial to Ethernet Device... 3 Overview

More information

Network Setup 2.0

Network Setup 2.0 Network Setup 2.0 4343-7709-01 Foreword Welcome Thank you for using Network Setup. Network Setup is utility software which allows simple network setup of devices such as printers. It allows setup of devices

More information

Print Server. Quick Configuration Guide. Network Connectivity for Printers

Print Server. Quick Configuration Guide. Network Connectivity for Printers Print Server Quick Configuration Guide Network Connectivity for Printers 1 Features The DPO NIC enables printers to communicate over an Ethernet network with many different network operating systems, including

More information

Connecting Print Partner V series to Windows NT 4.0 using an Axis Token Ring Box.

Connecting Print Partner V series to Windows NT 4.0 using an Axis Token Ring Box. Connecting Print Partner V series to Windows NT 4.0 using an Axis Token Ring Box. Introduction This document describes how to use Windows NT Workstation or Server 4.0 as a print server for Fujitsu s Print

More information

Manual. bintec elmeg GmbH. Manual. bintec elmeg Dime Manager. Copyright Version 1.3.8, 2013 bintec elmeg GmbH

Manual. bintec elmeg GmbH. Manual. bintec elmeg Dime Manager. Copyright Version 1.3.8, 2013 bintec elmeg GmbH Manual Manual Copyright Version 1.3.8, 2013 1 Manual Legal Notice Warranty This publication is subject to change. offers no warranty whatsoever for information contained in this manual. is not liable for

More information

Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol

Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol Contents Module 1: Allocating IP Addressing by Using Dynamic Host Configuration Protocol Overview 1 Multimedia: The Role of DHCP in the Network Infrastructure 2 Lesson: Adding and Authorizing the DHCP

More information

NETWORK USER S GUIDE. Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server

NETWORK USER S GUIDE. Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server NETWORK USER S GUIDE This Network User's Guide provides useful information of wired and wireless

More information

Printed on recycled paper with at least 10% post-consumer content. Setup Guide

Printed on recycled paper with at least 10% post-consumer content. Setup Guide Printed on recycled paper with at least 10% post-consumer content Setup Guide All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form

More information

5-and 8-Port 10/100 Network Switch

5-and 8-Port 10/100 Network Switch 5-and 8-Port 10/100 Network Switch Share your files and Internet connection network F5D5130-5 F5D5130-8 Table of Contents Introduction..........................................1 Product Description...................................2-5

More information

The Administration Tab - Diagnostics

The Administration Tab - Diagnostics The Administration Tab - Diagnostics The diagnostic tests (Ping and Traceroute) allow you to check the connections of your network components. Ping Test. The Ping test will check the status of a connection.

More information

ChangeAuditor 5.6. For NetApp User Guide

ChangeAuditor 5.6. For NetApp User Guide ChangeAuditor 5.6 For NetApp User Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Laser Beam Printer. Network Guide. IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference.

Laser Beam Printer. Network Guide. IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. Laser Beam Printer Network Guide IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. ENG Network Guide How This Manual Is Organized Chapter 1 Before

More information

IPR10. Quick Start Guide and Application Notes

IPR10. Quick Start Guide and Application Notes IPR10 Quick Start Guide and Application Notes Model: IPR10 Quick Start and Application Notes The IPR10 is an access router with asynchronous serial RS-232 interface for use with dial-up modems, leased

More information

HG658d Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD.

HG658d Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD. HG658d Home Gateway User Guide HUAWEI TECHNOLOGIES CO., LTD. HG658d Home Gateway V100R001 User Guide Issue 01 Date 2013-07-23 Part Number 202633 Huawei Technologies Co., Ltd. provides customers with comprehensive

More information

ESI Voice Router Public-Installation Guide

ESI Voice Router Public-Installation Guide ESI Voice Router Public-Installation Guide Disclaimer Every effort has been made to eliminate errors and ambiguities in the information contained in this document. Any questions concerning information

More information

Lab PC Network TCP/IP Configuration

Lab PC Network TCP/IP Configuration Lab 1.1.6 PC Network TCP/IP Configuration Objective Background Identify tools used to discover a computer network configuration with various operating systems. Gather information including connection,

More information

Windows NT 4.x. Preliminary Steps. Quick CD-ROM Install Steps. Phaser 6250 Color Laser Printer

Windows NT 4.x. Preliminary Steps. Quick CD-ROM Install Steps. Phaser 6250 Color Laser Printer Windows NT 4.x This topic includes: "Preliminary Steps" on page 3-21 "Quick CD-ROM Install Steps" on page 3-21 "Other Methods of Installation" on page 3-22 "Windows NT 4.x Troubleshooting (TCP/IP)" on

More information

Thermal Printer Configuration (EPSON)

Thermal Printer Configuration (EPSON) Thermal Printer Configuration (EPSON) STEP A : IDENTIFY THE THERMAL PRINTER MODEL Check for your EPSON printer model by finding the label on the printer. Figure 1.1 For the example above (Figure 1.1),

More information

Secomea GateManager BASIC Guide Learning Secomea Remote Access

Secomea GateManager BASIC Guide Learning Secomea Remote Access Secomea GateManager BASIC Guide Learning Secomea Remote Access This guide is intended for first time users of the Secomea remote access solution, who have ordered a Secomea Starter Package This guide will

More information

DP-301P+ D-Link Fast Ethernet Print Server

DP-301P+ D-Link Fast Ethernet Print Server This product can be setup using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 7.0 DP-301P+ D-Link Fast Ethernet Print Server Before You Begin You will need an Ethernet-enabled

More information

Learning Secomea Remote Access (Using SiteManager Embedded for Windows)

Learning Secomea Remote Access (Using SiteManager Embedded for Windows) Secomea GateManager BASIC Guide Learning Secomea Remote Access (Using SiteManager Embedded for Windows) This guide is intended for first time users of the Secomea remote access solution, who need a practical

More information

Use this guide if you are no longer able to scan to Sharpdesk. Begin with section 1 (easiest) and complete all sections only if necessary.

Use this guide if you are no longer able to scan to Sharpdesk. Begin with section 1 (easiest) and complete all sections only if necessary. Use this guide if you are no longer able to scan to Sharpdesk Instructions: Begin with section 1 (easiest) and complete all sections only if necessary. Section 1 Complete pages 3-5. Scan to the desired

More information

LevelOne. User's Guide. Broadband Router FBR-1402TX FBR-1403TX

LevelOne. User's Guide. Broadband Router FBR-1402TX FBR-1403TX LevelOne Broadband Router FBR-1402TX FBR-1403TX User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 LevelOne Broadband Router Features... 1 Package Contents... 3 Physical Details...4 CHAPTER 2 INSTALLATION...

More information

Operation Manual DHCP. Table of Contents

Operation Manual DHCP. Table of Contents Table of Contents Table of Contents Chapter 1 DHCP Overview... 1-1 1.1 DHCP Principles... 1-1 1.1.1 BOOTP Relay Agent... 1-3 1.1.2 DHCP and BOOTP Relay Agent... 1-4 1.2 General DHCP Configuration... 1-4

More information

Step-by-Step Configuration

Step-by-Step Configuration Step-by-Step Configuration Kerio Technologies C 2001-2004 Kerio Technologies. All Rights Reserved. Printing Date: April 25, 2004 This guide provides detailed description on configuration of the local network

More information

VI. Corente Services Client

VI. Corente Services Client VI. Corente Services Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 II. Corente Client Configuration...

More information

Broadband Router. User s Manual

Broadband Router. User s Manual Broadband Router User s Manual 1 Introduction... 4 Features... 4 Minimum Requirements... 4 Package Content... 4 Note... 4 Get to know the Broadband Router... 5 Back Panel... 5 Front Panel... 6 Setup Diagram...7

More information

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 I m InTouch router configuration p. 1 I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 Note: Different models may vary slightly

More information

Network Administration Test 6

Network Administration Test 6 Name: Date: Quiz 6: VPN, RRAS, DHCP, Virus Protection, RAID, Setting up Groups, Print and File Servers, DNS, ICS, Subnetting, Security Policies, Predefined Groups and Adding Administrators to a Windows

More information

Chapter 7 LAN Configuration

Chapter 7 LAN Configuration Chapter 7 LAN Configuration This chapter describes how to configure the advanced LAN features of your ProSafe Wireless ADSL Modem VPN Firewall Router. These features can be found by selecting Network Configuration

More information

Secomea Remote Device Management

Secomea Remote Device Management Secomea Remote Device Management Fast-Track BASIC Guide This guide is intended for first time users of the Secomea Remote Device Management solution, who need a practical introduction to the Secomea RDM

More information

Windows 2000/XP Network

Windows 2000/XP Network This section provides installation and troubleshooting steps for Windows 2000/XP: Preliminary steps see page 23. Quick CD-ROM install steps see page 23. Other methods of installation see page 24. Quick

More information

HG658 Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD.

HG658 Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD. HG658 Home Gateway User Guide HUAWEI TECHNOLOGIES CO., LTD. HG658 Home Gateway V100R001 User Guide Issue 01 Date 2012-06-07 Part Number 202500 Huawei Technologies Co., Ltd. provides customers with comprehensive

More information

Configuring the network clients

Configuring the network clients 3 Configuring the network clients Accessing the wireless router Setting an IP address for wired or wireless clients To access the ASUS Wireless Router, you must have the correct TCP/IP settings on your

More information

Broadband Router DC 202

Broadband Router DC 202 Broadband Router DC 202 Full Manual Table of Contents DC-202 xdsl/cable Broadband router REQUIREMENTS...4 INTRODUCTION...4 DC-202 Features...4 Internet Access Features...4 Advanced Internet Functions...5

More information

IP806GA/GB Wireless ADSL Router

IP806GA/GB Wireless ADSL Router IP806GA/GB Wireless ADSL Router 802.11g/802.11b Wireless Access Point ADSL Modem NAT Router 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless ADSL Router Features...

More information

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev.

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev. Management Software AT-S79 User s Guide For use with the AT-GS950/16 and AT-GS950/24 Smart Switches Version 1.0.0 613-000207 Rev. A Copyright 2005 Allied Telesyn, Inc. All rights reserved. No part of this

More information

Network Guide NPD EN

Network Guide NPD EN NPD5659-00 EN Copyright and Trademarks No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, mechanical, photocopying, recording, or otherwise,

More information

AT&T Digital Subscriber Line Service

AT&T Digital Subscriber Line Service AT&T Digital Subscriber Line Service Windows 2000 Professional PC Configuration Guide Overview Welcome to AT&T DSL Internet Service! This guide is designed to help you configure your PC to access the Internet

More information

2) INSERT THE SETUP CD

2) INSERT THE SETUP CD 1 2 3 1) POWER UP After you have correctly connected your Range Extender to an available Ethernet port on your Network, please power on the Extender and a PC that is also on the netw ork.. 2) INSERT THE

More information

DVG-2001S VoIP Terminal Adapter

DVG-2001S VoIP Terminal Adapter This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. DVG-2001S VoIP Terminal Adapter Before You Begin 1. If you purchased this VoIP Terminal

More information

Network Quick Install Cards Overview

Network Quick Install Cards Overview Network Quick Install Cards Overview Page 1 1. Configure the Document Centre for Token Ring or Dynamic TCP/IP addressing (If applicable) For 100MBps Ethernet or Token Ring Networks Dynamic TCP/IP addressing

More information

Configure Static Ip Address Windows 7 Setup Up

Configure Static Ip Address Windows 7 Setup Up Configure Static Ip Address Windows 7 Setup Up My Oct 20, 2014. sangar. win 7 64bit. 21 posts. setting up private network with static ip address Whenever I would set my IP to static, the network would

More information

User Guide for LAN Client Configuration Utility

User Guide for LAN Client Configuration Utility User Guide for LAN Client Configuration Utility INTERNET HOST CLIENTS Copyright 2002-2005 Hughes Network Systems, LLC All rights reserved. This publication and its contents are proprietary to Hughes Network

More information

HG253s V2 Home Gateway User Guide

HG253s V2 Home Gateway User Guide HG253s V2 Home Gateway User Guide Contents 1 Product Overview... 1 Ports and Buttons... 1 Indicators... 2 2 Hardware Installation... 4 Selecting an Installation Location... 4 Installing the HG253s V2 on

More information

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask 1 2 3 4 5 6 7 8 9 10 Unit C - Network Addressing Objectives Describe the purpose of an IP address and Subnet Mask and how they are used on the Internet. Describe the types of IP Addresses available. Describe

More information

ms-help://ms.technet.2004jun.1033/win2ksrv/tnoffline/prodtechnol/win2ksrv/reskit/tcpip/part2/tcpch04.htm

ms-help://ms.technet.2004jun.1033/win2ksrv/tnoffline/prodtechnol/win2ksrv/reskit/tcpip/part2/tcpch04.htm Page 1 of 39 Windows 2000 Server Chapter 4 - Dynamic Host Configuration Protocol Dynamic Host Configuration Protocol (DHCP) is a TCP/IP standard that reduces the complexity and administrative overhead

More information

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal Tasks: Time: 2:00 hrs (Task 1-6 should take 45 min; the rest of the time is for Ethereal) 1 - Verify that TCP/IP is installed on

More information