IPSec Security Policies

IPSec Security Policies are rules and filters that provide a specified level of security. You can create your own policies, but Windows provides three built-in ones: Client (Respond Only). The client will use IPSec if requested but won’t initiate an IPSec session. In other words it will only use IPSec when asked to by the…

Read More

Overview of IPSec

Security is a key part of any network. Companies need to protect their network from eavesdropping and tampering. Windows provides ACLs (Access Control Lists) which can be used to prevent access to data over the network. However, ACLs don’t protect data travelling over the network cable. Use the buttons below to navigate through the lesson…

Read More

DHCP on a Routed Network

Since DHCP uses broadcasts, and routers block broadcasts, clients on remote subnets may be unable to receive TCP/IP information from a DHCP Server. Clients will use Automatic Private IP Addressing (APIPA) if they are unable to locate a DHCP server. Using APIPA a client will assign itself a random address between 169.254.0.1 – 169.254.254.254/16, allowing…

Read More

Configuring a DHCP Server

To access the DHCP server click Administrative Tools> DHCP.  To view DHCP server statistics, right-click on the server. Then select Display Statistics. The Server Statistics box shows general information about the DHCP server such as the number of Acknowledgements and address usage. Use the buttons below to navigate through the lesson To configure the properties…

Read More

Setting up a DHCP Scope

Access DHCP server click Start>Administrative Tools>DHCP. The green arrow next to the server indicates that the DHCP service is running. To create a new scope right-click on the server. Select New Scope. Click Next. Fill in Scope name and description, Click Next to continue. Next, specify the range of IP addresses available. Type the first IP address into the Start IP…

Read More

Installing DHCP

To install DHCP using the Server Manager click on Start.  Select Server Manager. Or from the Quick Launch Taskbar. Select Roles.  Then Add Roles. Click Next to continue.  Select DHCP Server.  Click Next to continue. Then Click Next.   Select Network connection. Then Click Next. DNS settings fill in the Parent Domain. IPv4 Address of Preferred…

Read More

Introduction to DHCP

In large networks the task of assigning TCP/IP addresses can be troublesome. The administrator will have to manually give every machine an IP address and subnet mask, as well as additional information such as DNS and WINS server addresses. A lot of operator errors can occur and TCP/IP information can be difficult to manage. Use…

Read More

Troubleshooting DNS

NSLOOKUP is an important utility that performs query testing and troubleshooting of DNS servers at the command prompt window. NSLOOKUP can be accessed by going to the command prompt window and typing in NSLOOKUP and pressing Enter. Use the buttons below to navigate through the lesson As shown, the NSLOOKUP tool is now active. To…

Read More

Configuring DNS Clients

Before the DNS server will be of any use, the clients on the network will need to be configured to use the server. To do this bring up the TCP/IP properties of your network adapter. In the Preferred DNS server box, type in the IP address of the DNS server. The Alternate DNS server is…

Read More

Install and Configure DNS Server Core

To install DNS on 2008 Server Core. Type start /w ocsetup DNS-Server-Core-Role. Note the syntax of the command and the capitalisation as server roles must be in this format.Once the installation has completed, you need to attach to the server via an MMC in order to create and manage zones. Use the buttons below to…

Read More