<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT certification lab simulation &#187; ssl vpn</title>
	<atom:link href="http://www.netemu.net/tag/ssl-vpn/feed" rel="self" type="application/rss+xml" />
	<link>http://www.netemu.net</link>
	<description>Share IT technologies and lab experiences with you</description>
	<lastBuildDate>Fri, 10 Apr 2009 01:38:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>dynamips lab:Cisco ios ssl vpn on dynamips test note2</title>
		<link>http://www.netemu.net/dynamips/dynamips-labcisco-ios-ssl-vpn-on-dynamips-test-note2/83.html</link>
		<comments>http://www.netemu.net/dynamips/dynamips-labcisco-ios-ssl-vpn-on-dynamips-test-note2/83.html#comments</comments>
		<pubDate>Fri, 10 Apr 2009 01:32:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[dynamips]]></category>
		<category><![CDATA[dynamips lab]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[cisco certification]]></category>
		<category><![CDATA[cisco exam]]></category>
		<category><![CDATA[cisco simulator]]></category>
		<category><![CDATA[dynagen]]></category>
		<category><![CDATA[ssl vpn]]></category>

		<guid isPermaLink="false">http://www.ciscosim.net/dynamips/dynamips-labcisco-ios-ssl-vpn-on-dynamips-test-note2/80/</guid>
		<description><![CDATA[Continue discussion in part 1, the topology is as follow: The Cisco SSL VPN supports on working on full-tunnel mode. In full-tunnel mode, an SSL tunnel is used to move data to and from the internal networks at the network (IP) layer. When the user logs into the SSLVPN gateway, the SSL VPN client (SVC) [...]]]></description>
			<content:encoded><![CDATA[<p>Continue discussion in part 1, the topology is as follow:</p>
<p><img src="http://lh6.ggpht.com/_KFnl8FWE-Rw/Sd6hkmGFSFI/AAAAAAAAAOo/2XJqazLkoq4/001.jpg?imgmax=576" alt="001.jpg" height="175" width="543"/></p>
<p>The Cisco SSL VPN supports on working on full-tunnel mode. In full-tunnel mode, an SSL tunnel is used to move data to and from the internal networks at the network (IP) layer. When the user logs into the SSLVPN gateway, the SSL VPN client (SVC) is automatically downloaded and installed at the end user&#8217;s PC, and the tunnel connection is established. Once the connection is established, the user has full VPN access to the corporate network.<strong>1. Preparing for Cisco Web VPN. (the same as part 1)</strong><strong><br /></strong>c7206(config)# int fa0/0c7206(config-if)# ip add 198.1.1.1 255.255.255.0</p>
<p> <span id="more-83"></span>
<p>c7206(config-if)# no shutdown</p>
<p>c7206(config-if)# exit</p>
<p>!</p>
<p>c7206(config)# int fa1/0</p>
<p>c7206(config-if)# ip add 10.10.1.1 255.255.255.0</p>
<p>c7206(config-if)# no shutdown</p>
<p>c7206(config-if)# exit</p>
<p>!</p>
<p>c7206(config)# aaa new-model</p>
<p>c7206(config)# aaa authentication login default local</p>
<p>!define the default aaa authentication list, allow the administrator to login this router, this configuration is foreign to the Web VPN. <br />!</p>
<p>c7206(config)# aaa authentication login aaa-webvpn local</p>
<p>c7206(config)# username steve6307 password cisco</p>
<p>!define the WebVPN authentication list. <br />!</p>
<p>c7206(config)# webvpn gateway mygateway</p>
<p>c7206(config-webvpn-gateway)# ip address 198.1.1.1 port 443</p>
<p>c7206(config-webvpn-gateway)# inservice</p>
<p>!define the WebVPN gateway address and port, usually the port is 443. <br />!</p>
<p>c7206(config)# webvpn context mywebvpn-context1</p>
<p>c7206(config-webvpn-context)# gateway mygateway domain group1</p>
<p>c7206(config-webvpn-context)# aaa authentication list aaa-webvpn</p>
<p>c7206(config-webvpn-context)# inservice</p>
<p>!define a WebVPN context. You must select a gateway and a aaa authentication list for each context. The domain name is very important to the configuration, because the end user will select the context by this domain name in the future. <br /><strong>2. Configure Cisco SSL VPN.</strong><strong><br /></strong>First of all, format the dynamips 7200 router disk0. <br />c7206# format disk0:Then, copy the SVC(SSL VPN Client) package to the 7200 disk0. <br />Note: the dynamips works on low efficiency, so I suggest to use FTP to copy the SVC. <br />c7206(config)# ip ftp username ciscoc7206(config)# ip ftp password cisco</p>
<p>!</p>
<p>c7206# copy ftp disk0:</p>
<p>Address or name of remote host []? 10.10.1.2</p>
<p>Source filename []? sslclient-win-1.1.2.169.pkg</p>
<p>Destination filename [sslclient-win-1.1.2.169.pkg]?</p>
<p>Accessing ftp://10.10.1.2/sslclient-win-1.1.2.169.pkg…</p>
<p>Loading sslclient-win-1.1.2.169.pkg !!</p>
<p>[OK - 415090/4096 bytes]</p>
<p>415090 bytes copied in 22.900 secs (18126 bytes/sec)Install the SVC. <br />c7206(config)# webvpn install svc disk0:/sslclient-win-1.1.2.169.pkgSSLVPN Package SSL-VPN-Client : installed successfully</p>
<p>c7206(config)# ip local pool ssl-user 192.168.10.1 192.168.10.99!define the SSL VPN user address pool. <br />!</p>
<p>c7206(config)# int loopback0</p>
<p>c7206(config-if)# ip address 192.168.10.254 255.255.255.0</p>
<p>c7206(config-if)# exit</p>
<p>!In Cisco IOS, if the SSL VPN user pool doesn&#8217;t have the save range with your inside network, you should define a loopback interface. <br />!In my lab, my inside network range is 10.10.1.0/24, and my address pool range is 192.168.10.1~99, so I need to define a loopback interface with the address 192.168.10.254. <br />!</p>
<p>c7206(config)# webvpn context mywebvpn-context1</p>
<p>c7206(config-webvpn-context)# policy group context1-policy</p>
<p>c7206(config-webvpn-group)# functions svc-enabled</p>
<p>c7206(config-webvpn-group)# svc address-pool ssl-user</p>
<p>c7206(config-webvpn-group)# exit</p>
<p>!define the group policy, allow the user to use the SSL VPN function. <br />!</p>
<p>c7206(config-webvpn-context)# default-group-policy context1-policy</p>
<p>!assign the policy as the default group policy. <br /><strong>3. Configure the SSL VPN split tunneling. (optional)</strong><strong><br /></strong>c7206(config)# webvpn context mywebvpn-context1c7206(config-webvpn-context)# policy group context1-policy</p>
<p>c7206(config-webvpn-group)# svc split include 10.10.1.0 255.255.255.0</p>
<p>!In the split tunnel list, I configured the inside network range. This means the WebVPN service will notify the SSL VPN Client to modify there local routing table, and then the client can access inside network and Internet at the same time. <br /><strong>4. Feature test.</strong><strong><br /></strong>Login WebVPN , and then I saw the page as follow:</p>
<p><img src="http://lh3.ggpht.com/_KFnl8FWE-Rw/Sd6hk-MdwcI/AAAAAAAAAOs/PPjp196OXwE/002.jpg?imgmax=512" alt="002.jpg" height="448" width="500"/></p>
<p>Then the WebVPN started the SVC install program.</p>
<p><img src="http://lh5.ggpht.com/_KFnl8FWE-Rw/Sd6hlUtFFpI/AAAAAAAAAOw/Qc09uXZ5dAs/003.jpg?imgmax=512" alt="003.jpg" height="387" width="500"/></p>
<p>After the installation, the SVC started successfully, and then I have unrestricted permission of the inside network accessing.</p>
<p><img src="http://lh4.ggpht.com/_KFnl8FWE-Rw/Sd6hlohblnI/AAAAAAAAAO0/5M_caChox6g/004.jpg?imgmax=576" alt="004.jpg" height="101" width="520"/></p>
<p>Now, I can see the SSL VPN Client info.</p>
<p><img src="http://lh3.ggpht.com/_KFnl8FWE-Rw/Sd6hmFNE_TI/AAAAAAAAAO4/FJvrSaX_1uw/005.jpg?imgmax=512" alt="005.jpg" height="334" width="432"/></p>
<p>The Cisco copyright info is as follow, aha, this is so cool!</p>
<p><img src="http://lh6.ggpht.com/_KFnl8FWE-Rw/Sd6hmV0-JVI/AAAAAAAAAO8/x-Pebf0eXbA/006.jpg?imgmax=400" alt="006.jpg" height="223" width="391"/></p>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Flickr</span> : <a href="http://www.flickr.com" class="ztag" rel="tag"/>, <a href="http://www.flickr.com/photos/tags/ccie" class="ztag" rel="tag">ccie</a>, <a href="http://www.flickr.com/photos/tags/cisco%20certification" class="ztag" rel="tag">cisco certification</a>, <a href="http://www.flickr.com/photos/tags/cisco%20exam" class="ztag" rel="tag">cisco exam</a>, <a href="http://www.flickr.com/photos/tags/cisco%20simulator" class="ztag" rel="tag">cisco simulator</a>, <a href="http://www.flickr.com/photos/tags/dynagen" class="ztag" rel="tag">dynagen</a>, <a href="http://www.flickr.com/photos/tags/dynamips" class="ztag" rel="tag">dynamips</a>, <a href="http://www.flickr.com/photos/tags/ssl%20vpn" class="ztag" rel="tag">ssl vpn</a></span> </p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.netemu.net/dynamips/dynamips-labccie-topo/66.html" title="dynamips lab:CCIE topo">dynamips lab:CCIE topo</a> (0)</li><li><a href="http://www.netemu.net/dynamips/dynamips-labcisco-l2tp-over-ipsec-with-windows-client/85.html" title="dynamips lab:Cisco L2TP over IPSec With windows client">dynamips lab:Cisco L2TP over IPSec With windows client</a> (2)</li><li><a href="http://www.netemu.net/dynamips/dynamips-labcisco-ipsec-easyvpn-dmvpn-on-dynamips/84.html" title="dynamips lab:Cisco IPSec EasyVPN &amp; DMVPN on dynamips">dynamips lab:Cisco IPSec EasyVPN &amp; DMVPN on dynamips</a> (1)</li><li><a href="http://www.netemu.net/dynamips/dynamips-labcisco-adsl-pppoe-on-dynamips/70.html" title="dynamips lab:Cisco ADSL PPPOE on dynamips">dynamips lab:Cisco ADSL PPPOE on dynamips</a> (1)</li><li><a href="http://www.netemu.net/dynamips/dynamips-labcisco-adsl-pppoa-on-dynamipsi-have-completed-this-lab-on-dynamips-7200/69.html" title="dynamips lab:Cisco ADSL PPPOA on dynamipsI have completed this lab on Dynamips 7200">dynamips lab:Cisco ADSL PPPOA on dynamipsI have completed this lab on Dynamips 7200</a> (3)</li><li><a href="http://www.netemu.net/dynamips/dynamips-labccnp-lab-for-dynamips/68.html" title="dynamips lab:ccnp lab for dynamips">dynamips lab:ccnp lab for dynamips</a> (1)</li><li><a href="http://www.netemu.net/dynamips/dynamips-labccie-security-home-lab-with-dynamips/64.html" title="dynamips lab:CCIE Security Home Lab with dynamips">dynamips lab:CCIE Security Home Lab with dynamips</a> (0)</li><li><a href="http://www.netemu.net/dynamips/dynamips-labccie-practice-lab-dynamips/41.html" title="dynamips lab:CCIE Practice LAB Dynamips">dynamips lab:CCIE Practice LAB Dynamips</a> (0)</li><li><a href="http://www.netemu.net/dynamips/cbt-ccie-practice-lab/40.html" title="CBT CCIE practice lab">CBT CCIE practice lab</a> (0)</li><li><a href="http://www.netemu.net/dynamips/dynamips-basiccciebecome-a-ccie-with-simulator/81.html" title="dynamips basic:ccie##Become a CCIE with Simulator">dynamips basic:ccie##Become a CCIE with Simulator</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netemu.net/dynamips/dynamips-labcisco-ios-ssl-vpn-on-dynamips-test-note2/83.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
