Sunday, August 28, 2011

Routing IPv6 on Windows Server 2008 R2

Software Routing with Windows Server 2008 R2

If in a company there are many small networks, then going for a hardware router might not be feasible or the process looks complicated at wires management, hence one can use a software router when not any additional features are required. For this a system with windows server 2008 or its R2 variant as a workgroup pc is required. In this testing we are connecting 2 networks using virtual machines and using IPv6 as IP addresses version. Following is the configuration:

clip_image002

Router is the server name which acts as a routing device, it has two LAN cards.

Following is the LAN configuration of PC on LAN1:

clip_image004

Tracert command helps is getting the PC name and the list of routers the packets are passing through. Here we are only using it to see the pc name. The ping to LAN 2 client is not working here.

Following is the LAN configuration of PC on LAN2:

clip_image006

Router PC has 2 LAN cards to support connection to LAN networks and there details are as follows:

clip_image008

Summary of configuration is as follows:

clip_image010

Following are the steps required to add a server role:

Open server manager and right click on roles and select new role option

clip_image012

A brief description on wizard is given:

clip_image014

Check Network Policy and Access Services role and click next:

clip_image016

A brief intro to the role and is description is given:

clip_image018

Select the Routing and indeed a box appeared saying that Routing requires Routing and Remote Access Services, hence both of them get checked as they are inter dependent modules.

clip_image020

Message box showing required services:

clip_image022

Confirmation of checked modules to get installed:

clip_image024

Installation progress:

clip_image026

Installation confirmation message:

clip_image028

Service Configuration

Go to start>Programs>Administrative Tools>Routing and Remote Access or this this could also be accessed from the server manager or by run command “rrasmgmt.msc”

clip_image030

Since we installed the routing service but haven’t configured it, the service is stopped and hence looks as follows:

clip_image032

Right click on Router and select Configure option as follows:

clip_image034

The following wizard pop up with a brief gist:

clip_image035

Select custom configuration as we are only going for routing:

clip_image037

Check LAN routing:

clip_image039

Click finish on the window:

clip_image041

A message box pop up asking to start the service, well here it is our choice and we can go for starting it:

clip_image043

Starting process:

clip_image045

Configuring IPv6 Routing

Let’s see on how to configure the IPv6 routing:

clip_image047

We can see the available interfaces with the Unique Local IPv6 and Link Local IPv6 Addresses as depicted above. Then right click on Static Routes under IPv6 and click new router:

clip_image049

The fill in the details of the which network ID to connect with this network ID (as in gateway) for lan1 and lan2

clip_image051

clip_image053

The finished process looks something like this:

clip_image055

Assign the respective gateway details for both the test clients as follows:

Client on Lan1:

clip_image057

Client on Lan2

clip_image059

And then the ping from the lan1 client to lan2 client works like a charm as follows:

Ping from lan1 client:

clip_image061

Ping from lan2 client:

clip_image063

Routing complete Smile

No comments:

Post a Comment