Top Banner
56

SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Nov 12, 2014

Download

Technology

Louis Göhl

Take a sprinkling of Windows 7, add Windows Server 2008 R2, IPv6 and IPsec and you have a solution that will allow direct access to your corporate network without the need for VPNs. Come to these demo-rich sessions and learn how to integrate DirectAccess into your environment. In Part 1 learn about IPv6 addressing, host configuration and transitioning technologies including 6to4, ISATAP, Teredo and IPHTTPS. Through a series of demos learn how to build an IPv6 Network and interoperate with IPv4 networks and hosts. In Part 2 we add the details of IPSec, and components that are only available with Windows 7 and Windows Server 2008 R2 to build the DirectAccess infrastructure. Learn how to control access to corporate resources and manage Internet connected PCs through group policy. Part 1 is highly recommended as a prerequisite for Part 2.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.
Page 2: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

DirectAccess Technical Drilldown Part 1

IPv6 & Transition TechnologiesJohn CraddockInfrastructure & Security ArchitectXTSeminars LtdSession Code: SVR401

Page 3: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

DirectAccess – Simple?

When a DirectAccess client connects to the Internet it is automatically connected to the corporate Intranet

No user action required

Corporate intranetInternet

Page 4: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

A VPN on Steroids

Corporate Network

Always On

Automaticallyconnects throughNAT and firewalls

Patch management, health check and GPOsPre log on

Network level computer/user authentication and encryption

DirectAccess extends the network to the remote computer and user

VPNs connect the user to the network

Page 5: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

No Gain Without Pain

Challenge 1Uses end-to-end IPv6

Requires transition technologies for the Internet and intranetDirectAccess apps must be IPv6 capable

Challenge 2Secure encrypted communications using IPsec

End-to-end, end-to-edgeNetwork authentication: computer/userRequires PKI to support for certificates

Page 6: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Simple? May Be Not

Tunnelling technologies for the Internet and Intranet to support IPv6 over IPv4

Internet tunnelling selection based on client location – Internet, NAT, firewall

Encryption/authentication of Internet traffic (end-to-edge/end-to-end)PKI required

Client location detection: Internet or corporate intranet

Corporate intranetInternet

Page 7: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Don’t Give Up Now

Part 1IPv6 IntroTransition TechnologiesEnd-to-end connectivity

Part 2IPsecConfiguring Direct AccessNetwork location and name resolution policiesIt all works – just like that!

Page 8: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Branch

Home

Demo Environment

8

Corporate intranetInternet

DC1

APP1

NAT1 DA1

RT1

DC, DNS,CA

IIS for CRLdistribution

EX1DNS

WIN7WIN7

WIN7

WIN7

All servers Windows 2008 R2

Page 9: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

IPv6

IPv6 natively supports many of the extensions that have been added to IPv4

IPSecQoS

IPv6 addsAn enormous address space (128-bits)

340,282,366,920,938,463,463,374,607,431,768,211,456 possible addresses

An efficient routing hierarchyAutomatic configuration (DHCP may not be required)New protocol for interaction with neighbouring nodes

Page 10: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Drawbacks

Requires a new routing infrastructure to support native IPv6

IPv6 can be used across IPv4 networks using transition technologies, 6to4, ISATAP and Teredo

Most IPv6 addresses are not easy (impossible) to memorise!

Will require the use of host names for all referencesNot all applications will be IPv6 compatible

Page 11: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Layer 2

Layer-2 remains the sameNo need to replace layer-2 appliances

Link layer header

IPv6 header Payload Link layer

trailer

IPv6 packet

Link layer frame

Page 12: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Address Notation

The 128 bit number is split into eight 16-bit blocksThe value of each 16-bit block is written as four hex digitsEach block is separated by a colon

2009:0adb:0001:56af:0321:000d:98fe:dbfe

Leading zeros can be removed

2009:adb:1:56af:321:d:98fe:dbfe

Page 13: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Compressing Zeros

Contiguous 16-bit blocks containing zeros can be compressed

Known as double colon notationOnly one set of blocks can be compressed

2009:0000:0000:0000:0321:000d:98fe:dbfe

2009::0321:000d:98fe:dbfe

2009:0000:0000:0321:0000:0000:dbfe2009::0321::dbfe Invalid

Page 14: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

IPv6 Prefix

The IPv6 prefix identifies the number of bits identifying the network

IPv6 does not support the IPv4 style subnet mask

2009:0adb:0001:56af:0321:000d:98fe:dbfe

/48/64

Page 15: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

IPv6 Addressing

The host component can be derived from the MAC address of the card

Computers could be tracked by their MAC as they move between LANs Windows Server 2008 and Windows 7 use a permanent interface identifier that is randomly generated

Can be disabled via: netsh interface ipv6 set global randomizeidentifiers=disabled

Network Identifier Host Identifier

64-bits 64-bits

Page 16: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Link Local Address

Fe80::<host ID> , automatically assigned and only accessible on local network segment

All hosts have a link local address even if they have a global address

Fe80::HostID1%4

Fe80::HostID2%9 Fe80::HostID3%10

Fe80::HostID4%6

InterfaceID 4

InterfaceID 9 InterfaceID 10

InterfaceID 6

Zone IDs eliminate ambiguity when more than one interface is connected to a network

Page 17: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Unicast Addresses

1111 1101(8-bits)

Global ID(40-bits)

Subnet ID(16-bits)

Interface ID(64-bits)

Unique Local address (Similar to IPv4 private address ranges)

Private routing between sites Routing betweenLANs within a site

001(3-bits)

Global routing prefix(45-bits)

Subnet ID(16-bits)

Interface ID(64-bits)

Global address (Internet registered)

Public routing Private routing

Site-local addresses prefixed fec0::/10 where depreciated in RFC 3879

FD hex

Page 18: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Host Configuration

Manual configuration of otheraddresses possible but unlikely

Auto configure link-local address

Router Solicitation (multicast)

Returns IPv6 configuration

DHCPv6

DHCP query if router does not reply orrouter instructs host to query DHCP

Stateless Stateful

DHCP can supply complete configuration orjust additional options

Page 19: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Routing (simplified)Advertise:

A ::/64 on link::/0 next hop A:1

Network B

Network C

B:1

C:1

A:1

A:2

Advertise:C::/64 next hop A:2

IP address: A: hostID

Client routing table

To get to Use zone (Idx) Go to:

A::/64 15 On-link

C::/64 15 A:2

::/0 15 A:1

Interface 15

Default gateway

Page 20: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

IPv4 IPv6

Transition Technologies

Layer 7Applications

Layer 4TCP/UDP

Layer 3IPv4

Layer 3IPv6

Layer 2Ethernet etc…

Dual IP architecture

IPv6

IPv6 over IPv4

Router to router tunnelling

IPv4IPv6

IPv6 IPv4/IPv6Host to router , router to host

IPv4

IPv6

IPv6 over IPv4

IPv6

IPv6 over IPv4

Host to host

Page 21: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Tunnelling

The tunnel end may be a single host or IPv6 networkIPv6 Traffic can be tunnelled in IPv4 as

IP (used by 6to4 and ISATAP)UDP (used by Teredo)HTTPS (used by IPHTTPS)

IPv6 IPv4 IPv6Tunnel

IPv4

Page 22: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

6to4 Network

The 6to4 Network is an Internet based public IPv6 network

Addresses start with the 2002::/16 prefixIPv6 traffic is tunnelled in IPv4 between 6to4 routers and relays

Page 23: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

IPv4 Internet

Tunn

elNative IPv6

network and addressing

Tunnel

TunnelTunnelTu

nnel

6to4 Components

6to4Host/Router

6to4Relay

6to4Router

Native IPv6host 6to4

subnets

6to4Host/Router

Native IPv6host 6to4

subnets

6to4Router

Page 24: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

6to4 Addressing

Host configured with a public IPv4 address 6to4 interface automatically enabled and assigned a unique global (public) IPv6 address

Interface assigned IPv6 address: 2002:wwxx:yyzz:0:0:0:wwxx:yyzz

wwxx:yyzz is the hexadecimal representation of the host’s IPv4 address

144.19.200.2 translates to 9013:c802Corresponding 6to4 address

2002: 9013:c802:0:0:0:9013:c802

Page 25: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

IPv4 packet encapsulates IPv6

6to4 Host/Router to 6to4 Host

2002:9013:c802:0:0:0:9013:c802

physical

IPv4

144.19.200.2

Use me to get to 2002::/16 on-link

6to4 tunnel

Ping 2002:9b0f:1b08:0:0:0:9b0f:1b08

Send through6to4 tunnel

144.19.200.2 155.15.27.8 41 2002:9013:c802:0:0:0:9013:c802

2002:9b0f:1b08:0:0:0:9

b0f:1b08

ICMPv6

IPv4 Src IPv4 Dest Protocol IPv6 Src IPv6 Dest Payload

Page 26: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Tunnel IPv6

6to4 Host/Router to Native Host

2002:9013:c802:0:0:0:9013:c802

physical

IPv4

144.19.200.2

Use me to get to default gateway, next

hop 6to4 Relay

6to4 tunnel

Ping fd00:9999:0:1::10

Send through6to4 tunnel

144.19.200.2 Relay IPv4 address

41 2002:9013:c802:0:0:0:9013:c802

fd00:9999:0:1::10

ICMPv6

IPv4 Src IPv4 Dest Protocol IPv6 Src IPv6 Dest Payload

Page 27: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

6to4 Configuration (reference)

6to4Relay

6to4Host/Router :: Set name of 6to4 relay

netsh interface 6to4 set relay corprelay.example.com:: host must be able to resolve FQDN

::Enable 6to4 Interfacenetsh interface 6to4 set state enabled::Enable forwarding on 6to4 interfacenetsh interface ipv6 set interface “6to4 Adapter” forwarding=enabled::Set fixed IP for DAcorp interfacenetsh interface ipv6 set address dacorp fd00:9999:0:1::200/64::Enable forwarding and advertising on DACorp interfacenetsh interface ipv6 set interface DACorp forwarding=enabled advertise=enabled::Add DNS record for relaycorprelay.example.com 144.19.0.10

Page 28: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Intra-Site Automatic Tunnel Addressing Protocol (ISATAP)

ISATAP is similar to 6to4 as it tunnels IPv6 within an IPv4 packet

Protocol ID 41ISATAP is used for tunnelling IPv6 across IPv4 intranets

Page 29: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Native IPv6Intranet

ISATAP Components

Tunn

el

Tunnel

ISATAP Router

ISATAPHost

ISATAPHost

IPv4 Intranet

Advertise to ISATAP Hosts:A ::/64 on ISATAP interface

::/0 next hop A::1

NativeIPv6 Host

A::1

Page 30: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

ISATAP Host Configuration

The ISATAP interface address is constructed from a combination of the IPv6 network address and the IPv4 address

The 32-bit IPv4 address is be written in dotted decimal notation

fd00:9999:0:100:0:5efe:10.40.99.120

Network address(64-bits)

0:5efe or 200:5efe(32-bits)

IPv4 address(32-bits)

0:5efe for a private IPv4 address200:5efe for a public IPv4 address

Page 31: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

ISATAP Host Configuration

The host can either be configured with the address of the ISATAP router or it can resolve it via DNS

If the host can resolve ISATAP via DNS, it automatically configures its ISATAP tunnel interfaceThe network address of the interface is published by the ISATAP router

The location of the ISATAP router is published in DNS with the key word ISATAP

For eample: isatap.example.comDNS blocks the name isatap via the globalqueryblocklist

This must be cleared

Page 32: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Tunnel IPv6

ISATAP Host to ISATAP Host

fd00:9999:0:100:0:5efe:10.20.100.55

physical

IPv4

10.20.100.55

Use me to get to fd00:9999:0:1::/64

On link

ISATAP tunnel

Ping fd00:9999:0:1:0:5efe:10.40.99.120

Send throughISATAP tunnel

10.20.100.55 10.40.99.120 41 fd00:9999:0:100:0:5efe:10.20.100.55

fd00:9999:0:1:0:5efe:10.40.99.120

ICMPv6

IPv4 Src IPv4 Dest Protocol IPv6 Src IPv6 Dest Payload

Page 33: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Tunnel IPv6

ISATAP Host to Native IPv6 Host

fd00:9999:0:100:0:5efe:10.20.100.55

physical

IPv4

10.20.100.55

Use me to get to ::/0Next hop ISATAP

router

ISATAP tunnel

Ping fd00:9999:0:2::100

10.20.100.55 IP address of ISATAP router

41 fd00:9999:0:100:0:5efe:10.20.100.55

fd00:9999:0:2::100

ICMPv6

IPv4 Src IPv4 Dest Protocol IPv6 Src IPv6 Dest Payload

Send throughISATAP tunnel

Page 34: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

ISATAP Configuration (reference)

ISATAP Router

ISATAPHost

DNS Server

Remove ISATAP block : dnscmd /config /globalqueryblocklist wpadPublish isatap.example.comAlternatively, don’t publish in DNS and configure the host:Netsh interface ipv6 isatap set state router xxy.example.com

::Enable IPv4 routingnetsh interface ipv4 set interface dacorp forwarding=enablednetsh interface ipv4 set interface dabranch forwarding=enabled::configure IPV6 address, advertising and routing on DACorp interfacenetsh interface ipv6 set address dacorp fd00:9999:0:1::1/64netsh interface ipv6 set interface dacorp forwarding=enabled advertise=enablednetsh interface ipv6 set route fd00:9999:0:1::/64 dacorp publish=yesnetsh interface isatap set router 10.40.100.1netsh interface ipv6 set interface 15 forwarding=enabled advertise=enablednetsh interface ipv6 add route fd00:9999:0:100::/64 15 publish=yes

No Client configuration, ISATAP interface automatically configured when clientcan resolve the name ISATAP from DNS

Page 35: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Supporting IPv4 Only Hosts

For connections between IPv6 hosts and hosts that only support IPv4

NAT-PT and DNS-ALG requireImproved translation with NAT64 and DNS64Forefront Unified Access Gateway (UAG)

Includes support for NAT64 and DNS64

Page 36: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

IPv4 private IPv4 Internet

Teredo

Teredo provides connectivity when the host is behind one or more NATs

The NAT will probably not support tunnelling IPv6 within IPv4 (protocol 41)Teredo tunnels IPv6 in UDP

TeredoHost

NAT Device

Private IPv4 address

Public IPv4 address

Private IPv4 address

Teredoserver & relay

Page 37: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Tunnel

Tunnel

Tunnel

IPv6Intranet

Teredo Components

Tunnel

TeredoHost

TeredoHost

IPv4 Internet

IPv6 Host

NAT Device

Teredoserver & relay

NAT Device

Page 38: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

IPv4 Outbound Packet translation

IPv4 private IPv4 InternetTeredo

HostNAT

DeviceTeredo

server & relay

P200P200 port 2000 I99 port 6000 I77

I77 P200 UDP 3544 2000 IPv6

Dst IP Src IP Protocol Dst port Src port Payload

I77 I99 UDP 3544 6000 IPv6

Dst IP Src IP Protocol Dst port Src port Payload

Translation

Mapping stored: P200 port 2000 I99 port 6000

Page 39: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Inbound traffic

P200 I77 UDP 2000 3544 IPv6

Dst IP Src IP Protocol Dst port Src port Payload

I99 I77 UDP 6000 3544 IPv6

Dst IP Src IP Protocol Dst port Src port Payload

IPv4 private IPv4 InternetTeredo

HostNAT

DeviceTeredo

server & relay

P200P200 port 2000 I99 port 6000 I77

Translation

Mapping in table: P200 port 2000 I99 port 6000

Page 40: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

The Challenge

NAT normally allows inbound traffic as a response to an outbound request

To allow any host to initiate communication with a Teredo host the NAT mappings will need to remain valid

Three different types of NATCone

For mapped external IP and ports, allows inbound packets from any source IP address or port

RestrictedOnly allows inbound from IP and Port that matched the original outbound destination IP and Port

Symmetric Maps the same internal IP address and port to different external IP addresses and ports depending on the outbound destination address

Page 41: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Initial Negotiation

The Teredo host connects to the Teredo serverThe server performs tests to determine the type of NAT that the host is behind

To do this the server needs to be configured with two consecutive IPv4 addresses

The Server provides the address of the host’s Teredo tunnel

Page 42: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Teredo Host Address

2001:0 9013:a 346b a79 6fe6:37fe

Teredoprefix

IPv4 address of Teredo server

in hex

Flags Obscured external NAT port of host

Obscured external NAT

address of host32-bits 32-bits 16-bits 16 bits 32-bits

IPv4 private IPv4 InternetTeredo

HostNAT

DeviceTeredo

server & relay

192.168.137.26

2001:0:9013:a:346b:a79:6fe6:37fe

IPv4:144.19.200.1 144.19.0.10Hex: 9013:c801XOR with ffff

Page 43: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Teredo Configuration (reference)

43

TeredoHost

Teredoserver & relay

::Enable client for Teredonetsh interface ipv6 set teredo enterpriseclient teredo.example.com::To resolve IPv6 DNSHKLM\CCS\Services\DNSCache\Parameters\AddrConfigControl DWORD 0

::Add DNS entry for Teredo serverteredo.example.com 144.19.0.10::Add second IP address to Teredo server - used for NAT detectionnetsh interface ipv4 add address dainternet 144.19.0.11/16::enable teredo servernetsh interface teredo set state type=server teredo.example.com

servervirtualip=144.19.0.10::Enable Teredo tunelling interfacenetsh interface ipv6 set interface 11 forwarding= enablednetsh interface ipv6 set route 2001::/32 11 publish=yes

Page 44: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

IPHTTPS

IPHTTPS can be used if a host behind NAT cannot tunnel using Teredo

Firewall blocking port 3544 IPHTTPS encapsulates IPv6 in HTTPS

Most firewalls will pass HTTPSChallenges

Certificates requiredHost must have access to the CRL distribution point

44

Page 45: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Tunnel IPv6 in HTTPSIPv6

Intranet

IPHTTPS Components

IPHTTPSHost IPv4 Internet

IPv6 Host

NAT Device

IPHTTPSserver

Certificate

XXX

Web server with CRL

URL of CRL distribution point published in certificate

Router advertises network prefix to the

IPHTTPS host

Page 46: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

IPHTTPS Configuration (reference)IPHTTPS

Host

IPHTTPSserver

Certificate

netsh interface httpstunnel add interface client https://DA1.example.com:443/IPHTTPS enabled

Client must be able to resolve URL and have to the CRL distributionpoint

:: Create IP-HTTPS tunnel interface and bind to DAInternet IPnetsh interface httpstunnel add interface url=

"https://DA1.example.com:443/IPHTTPS" type=server state=default::Enable IP-HTTPS interface to forward and advertisenetsh interface ipv6 set interface iphttpsInterface forwarding=enabled

advertise=enabled::Advertise prefix on IP-HTTPS interfacenetsh interface ipv6 add route 2001:feff::/64 iphttpsinterface publish=yes::Bind certificate to listening portnetsh http add sslcert ipport=144.19.0.10:443 certhash=

c4d1c97ee770f033dab9091fa7304a6946db4ca6 appid={00112233-4455-6677-8899-AABBCCDDEEFF}

Page 47: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Don’t Like Netsh?

Page 48: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Summary: Internet to Intranet 6to4Relay

6to4Host/Router

IPHTTPSHost

NAT Device

IPHTTPSserver

TeredoHost

Teredoserver & relay

NAT Device

Corporateintranet

Internet

Page 49: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Summary: IPv6/IPv4 Intranet

IPv4

IPv6

IPv6

ISATAP Router

IPv6\IPv4

IPv6\IPv4

IPv4

NAT-PTor NAT64

Native IPv6

Page 50: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Don’t Give Up Now

Part 1IPv6 IntroTransition TechnologiesEnd-to-end connectivity

Part 2IPsecConfiguring Direct AccessNetwork location and name resolution policiesIt all works – just like that!

Page 51: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

www.microsoft.com/teched

Sessions On-Demand & Community

http://microsoft.com/technet

Resources for IT Professionals

http://microsoft.com/msdn

Resources for Developers

www.microsoft.com/learning

Microsoft Certification & Training Resources

Resources

Page 52: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Related Content

Breakout Sessions:SVR402 DirectAccess Technical Drilldown, Part 2 of 2: Putting It All TogetherSIA306 Microsoft Forefront Unified Access Gateway: DirectAccess and BeyondSVR315 IPv6 for the Reluctant: What to Know Before You Turn It Off

Interactive Theater Sessions:SVR08-IS End-to-End Remote Connectivity with DirectAccess

Page 53: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

My Sessions at TechEd

Breakout Sessions:SIA319 What's Windows Server 2008 R2 Going to Do for Your Active Directory?SIA402 Recovery of Active Directory Deleted Objects and the Windows Server 2008 R2 Recycle BinSVR401 DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and Transition TechnologiesSVR402 DirectAccess Technical Drilldown, Part 2 of 2: Putting It All Together

Interactive Theater Sessions:SVR08-IS End-to-End Remote Connectivity with DirectAccess

Page 54: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

Complete an evaluation on CommNet and enter to win an Xbox 360 Elite!

Page 55: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.
Page 56: SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition technologies.

© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS,

IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.