This is a simple experiment, that establishes the availability of some common user side protocols over an ISATAP (Intra-Site Automatic Tunnel Addressing Protocol) tunnel described by RFC 5214.
Overview
Network Topology
Hardware and Software Resources
General Node Requirements
- Host: Ability to configure a global address and a default gateway automatically or manually. Hosts should run IPv6 compatible implementations for each one of the tested protocols- Router: Ability to send RA with a positive AdvValidLifetime and AdvDefaultLifetime. One of the routers used must implement an ISATAP tunnel as described in RFC5214.
- Host and Router: Ability to use a ping version 6 implementation and indicate the receipt of an ICMPv6 Echo Reply.
Specific Node Requirements
The ISATAP tunnel was implemented using a Cisco 892 router as ISATAP server, and a Windows 7 machine as ISATAP Client.
The operating systems of the hosts:
Host1- Windows 7
Host2 - Fedora 16
The sample configuration of a ISATAP tunnel using Cisco Catalyst is the following
R1
interface Tunnel0
no ip address
no ip redirects
ipv6 address 2001::/64 eui-64
no ipv6 nd ra suppress
tunnel source Loopback0
tunnel mode ipv6ip isatap
interface Loopback0
ip address 1.1.1.1 255.255.255.0
R2 should handle IPv4 only traffic.
Host2 should have an ISATAP interface enabled. This can be done in Windows 7 by running this command:
netsh interface isatap set state enabled
To setup R1's loopback interface as the router for the ISATAP interface can be done by running this command:
netsh interface isatap set router 1.1.1.1
The applications used for testing common user side protocols were:
HTTP - Google Chrome 20.0.1132.57 and http://ipv6.google.com
HTTPS - Google Chrome 20.0.1132.57 and google's webmail service
SMTP - Mozilla Thunderbird 12.0.1 and gmail SMTP service
POP3 - Mozilla Thunderbird 12.0.1 and gmail POP3 service
IMAP - Mozilla Thunderbird 12.0.1 and gmail IMAP service
FTP - Filezilla Client 3.5.3 and Filezilla Server 0.9.41 beta
SSH - PuTTY 0.61
Telnet - PuTTY 0.61
VoIP - Linphone 3.5.2
No comments:
Post a Comment