<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>LoDoGg Forums</title>
  <link>http://www.lodogg.com/forum/</link>
  <description>This is an XML content feed of; LoDoGg Forums : Last 10 Posts</description>
  <copyright>Copyright (c) 2006-2008 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Feb 2012 03:35:10 +0000</pubDate>
  <lastBuildDate>Tue, 01 Jun 2010 08:17:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.lodogg.com/forum/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>LoDoGg Forums</title>
   <url>http://www.lodogg.com/forum/forum_images/!lodogg2.jpg</url>
   <link>http://www.lodogg.com/forum/</link>
  </image>
  <item>
   <title>Funny Pictures : Screen Cleaner!</title>
   <link>http://www.lodogg.com/forum/forum_posts.asp?TID=1469&amp;PID=4201#4201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.lodogg.com/forum/member_profile.asp?PF=1" rel="nofollow">lodogg</a><br /><strong>Subject:</strong> Screen Cleaner!<br /><strong>Posted:</strong> 01 June 2010 at 8:17am<br /><br />I still love this...]]>
   </description>
   <pubDate>Tue, 01 Jun 2010 08:17:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.lodogg.com/forum/forum_posts.asp?TID=1469&amp;PID=4201#4201</guid>
  </item> 
  <item>
   <title>Windows 2000 &amp; 2003 Server : How can I import BIND DNS into an Active Directory</title>
   <link>http://www.lodogg.com/forum/forum_posts.asp?TID=1521&amp;PID=4160#4160</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.lodogg.com/forum/member_profile.asp?PF=1" rel="nofollow">lodogg</a><br /><strong>Subject:</strong> How can I import BIND DNS into an Active Directory<br /><strong>Posted:</strong> 26 February 2009 at 9:44pm<br /><br /><DIV>I found this great post!</DIV><DIV>&nbsp;</DIV><DIV>-------------------</DIV><DIV>&nbsp;</DIV><DIV>We are currently running BIND 9 on Windows servers for DNS.&nbsp; I'd like to convert this over to an AD DNS implementation since we are converting everything to Active Directory.</DIV><P>Is there a way I can simply import the BIND .DNS files that I have?&nbsp; Typing all this in is going to be tedious and troublesome... </P><DIV>-------------------<BR>I'm not an expert in this area but while someone else responds.. what I would do is setup zone transfers on the BIND servers to your AD DNS Server.&nbsp; Then, allow on your AD DNS server non secure updates temporarily from that host.&nbsp; In a nutshell.&nbsp; The issue then will be to set your clients now to point to the new DNS Server.&nbsp; Also, i'm not sure how the created records in your new AD DNS will dynamically update once clients change IPs, etc.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>-------------------</DIV><DIV>&nbsp;</DIV><DIV>Well the idea is to get away from BIND completely, so they won't need to update in the future... it will all be AD.&nbsp; My question, I guess, is how can I allow BIND to do a zone transfer to an AD server?&nbsp; I don't know much abotu BIND and all I can seem to find is information about incremental zone transfers which I don't want, I want the whole kit and kaboodle moved over ASAP!</DIV><DIV>&nbsp;</DIV><DIV>-------------------</DIV><DIV>&nbsp;</DIV><DIV>Not necessary to allow dynamic updates to implement the above zone-transfer method, but should be enabled to simplify management of DNS when clients register themselves.<BR>When storing zone in AD you can secure the zone-data to only allow secure updates to require that the computer is member of AD.</DIV><DIV>&nbsp;</DIV><DIV>Method 1:<BR>As above BIND-server nead to allow zone-transfers.<BR>Create a new secondary zone on AD-server pointing to the BIND-server.<BR>Zone will be transfered automatically when incrementing serial number for zone on master server Change zone-type on AD-server to be primary zone and enable that data shall be stored in AD.</DIV><DIV>&nbsp;</DIV><DIV>Method 2:<BR>Create a new primary zone on AD-server without enabling that data shall be stored in AD.<BR>Copy the original dns-file from BIND-server to %WINDIR%\System32\dns on AD-server.<BR>Reload the zone<BR>Change the zone-property to be stored in AD. Gives better security and replication than old primary/secondary file usage.</DIV><DIV>&nbsp;</DIV><DIV>Method 3:<BR>Create primary zone on AD-server and allow dynamic updates for the zone.<BR>Change the clients to use the new DNS-server (preferably done through DHCP) and run ipconfig/registerdns or wait until they do it automatically.</DIV><DIV><BR>-------------------</DIV><DIV>&nbsp;</DIV><DIV>OK, so I am gathering that I still need to create the zones on the Windows/AD DNS server first, then BIND will transfer them to the AD server...?&nbsp;&nbsp; </DIV><DIV><BR>Will the static records get pushed to the AD server?&nbsp; I am seeing conflicting info here....?</DIV><DIV>I only need it to transfer all my static entries one time, not dynamically over time.&nbsp; Once they are transferred, I am going to turn BIND off and use all Active Directory for DNS.</DIV><DIV><BR>-------------------</DIV><DIV><BR>Zone transfer will transfer all records for the DNS-zone.</DIV><DIV>You will get a conflict when clients try to register dynamic and you have static records resulting in logging that the client could not register/update its record in DNS.</DIV><DIV>&nbsp;</DIV><DIV>-------------------</DIV><DIV>&nbsp;</DIV><DIV>Yeah, you have to create the zone in your AD DNS in order to receive zone transfers.&nbsp; Unfortunately, i don't think you'll be able to differentiate the type of records you want transfered by static/dynamic like Henjoh09 said.&nbsp; </DIV><DIV>What I would do about the dynamic records is to do the zone transfers anyways and then script the updating of those records that are dynamic to either, change them (still waiting on a colleagues answer on how to differentiate between a static record and a dynamic record), or delete it and have it recreated (if it can't be scripted to change a record from static to dynamic).&nbsp; To create the list of dynamic records I would just create a simple AD query for all computer objects.&nbsp; It's good that even cluster names appear as a computer object in AD.&nbsp; Then use that list for either the script that modifies the dynamic records, or the script that will delete the static records and have them be recreated via a psexec ipconfig /registerdns etc.&nbsp; Either way you would need it.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>To get that list ... </DIV><DIV>1.&nbsp; launch the command prompt as an administrator</DIV><DIV>2. type "dsquery computer" or "dsquery computer OUpath parameters"&nbsp;&nbsp; <a href="http://technet.microsoft.com/en-us/library/cc730720.aspx" target="_blank">http://technet.microsoft.com/en-us/library/cc730720.aspx</A></DIV><DIV>3.&nbsp; At the end of the previous command before pressing enter add the -limit parameter or else it will cap off at 100 entries.&nbsp; You can type 0 as the value after -limit so that all entries are returned. </DIV><DIV>4. At the end of that type the &gt; for piping the results to a txt file of your choosing.&nbsp; Before the pipe you can add -uoc to specify Unicode as output</DIV><DIV>5.&nbsp; The whole thing should look like "dsquery computer -limit 0 -uoc &gt; c:\mycomputerobjects.txt"</DIV><DIV>6.&nbsp; Create a cheesy script, or even better, open it using Excel but use the comma as the delimiting value to split the distinguished name up.&nbsp; The first field will be the canonical name CN.&nbsp; That should contain the name of the computer object itself.&nbsp; Only copy that column.&nbsp; Paste it into notepad.&nbsp; Do a "Replace.." to replace all instances of "CN=" with nothing.&nbsp;&nbsp; Vuala there is your a list of a ton of dynamic records that need changing.</DIV><DIV>&nbsp;</DIV><DIV>-------------------</DIV><DIV>&nbsp;</DIV><DIV>I forgot to tell you.&nbsp; If my colleague confirms that there is a parameter of the records themselves that can be modified to make it a dynamic record then <a href="http://msdn.microsoft.com/en-us/library/ms682132%28VS.85%29.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms682132(VS.85).aspx</A> can be used to script your modification of all the Address Records using the list created with the above 6 steps.&nbsp; I can help you with that.</DIV><DIV><BR>-------------------</DIV><DIV>&nbsp;</DIV><DIV>I can tell you it went just fine, the records in the DNS zones came right over without a hitch.&nbsp; I'm still testing it but so far everything looks fantastic.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 21:44:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.lodogg.com/forum/forum_posts.asp?TID=1521&amp;PID=4160#4160</guid>
  </item> 
  <item>
   <title>Misc : 2000 Office</title>
   <link>http://www.lodogg.com/forum/forum_posts.asp?TID=1512&amp;PID=4154#4154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.lodogg.com/forum/member_profile.asp?PF=1" rel="nofollow">lodogg</a><br /><strong>Subject:</strong> 2000 Office<br /><strong>Posted:</strong> 06 February 2009 at 10:54pm<br /><br /><P>Do you have the latest Service Pack installed?&nbsp; </P><P>SP3 for Office 2000<BR><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5C011C70-47D0-4306-9FA4-8E92D36332FE&amp;displaylang=EN" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=5C011C70-47D0-4306-9FA4-8E92D36332FE&amp;displaylang=EN</A></P><P>You need to search for the normal.<strong>dat </strong>file not normal.<strong>dot.</strong>&nbsp; Here is a good artical on the normal.dat file.&nbsp; <a href="http://support.microsoft.com/kb/214215" target="_blank">http://support.microsoft.com/kb/214215</A></P><DIV>If you are still having issues you can try to repair the installation.&nbsp; Go to Start -&gt; Control Panel -&gt; Add/Remove Programs and highlight the Office 2000 program then choose the Change button and this will allow you to run a repair.</DIV>]]>
   </description>
   <pubDate>Fri, 06 Feb 2009 22:54:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.lodogg.com/forum/forum_posts.asp?TID=1512&amp;PID=4154#4154</guid>
  </item> 
  <item>
   <title>Funny Video's : Steves Riding Lawn Mower</title>
   <link>http://www.lodogg.com/forum/forum_posts.asp?TID=1516&amp;PID=4153#4153</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.lodogg.com/forum/member_profile.asp?PF=1" rel="nofollow">lodogg</a><br /><strong>Subject:</strong> Steves Riding Lawn Mower<br /><strong>Posted:</strong> 06 February 2009 at 7:24pm<br /><br /><DIV>This guy is great..</DIV><DIV>&nbsp;</DIV><DIV>&#091;tube&#093;95qZtwJNjxk&#091;/tube&#093;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&#091;tube&#093;RNPxIibhcKY&#091;/tube&#093;</DIV>]]>
   </description>
   <pubDate>Fri, 06 Feb 2009 19:24:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.lodogg.com/forum/forum_posts.asp?TID=1516&amp;PID=4153#4153</guid>
  </item> 
  <item>
   <title>Cisco : Cisco router IOS (2610) as a VPN Server</title>
   <link>http://www.lodogg.com/forum/forum_posts.asp?TID=1484&amp;PID=4152#4152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.lodogg.com/forum/member_profile.asp?PF=414" rel="nofollow">judithscott</a><br /><strong>Subject:</strong> Cisco router IOS (2610) as a VPN Server<br /><strong>Posted:</strong> 28 January 2009 at 12:04am<br /><br />its very nice information, thank you for giving this information, i will try this.]]>
   </description>
   <pubDate>Wed, 28 Jan 2009 00:04:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.lodogg.com/forum/forum_posts.asp?TID=1484&amp;PID=4152#4152</guid>
  </item> 
  <item>
   <title>Cisco : Sending Cisco syslogs to a server</title>
   <link>http://www.lodogg.com/forum/forum_posts.asp?TID=1061&amp;PID=4151#4151</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.lodogg.com/forum/member_profile.asp?PF=414" rel="nofollow">judithscott</a><br /><strong>Subject:</strong> Sending Cisco syslogs to a server<br /><strong>Posted:</strong> 28 January 2009 at 12:00am<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by lodogg</strong></em><br /><br /><h3><a name="syslogs">Syslogs</a></h3>    <p>The syslogs are useful when troubleshooting issues on the PIX. Cisco	 offers a free syslog server for Windows NT called PIX Firewall Syslog Server	 (PFSS), which you can download from the <a href="http://www.cisco.com/pcgi-bin/tablebuild.pl/pix" target="_blank">Downloads</a>. There are a number of	 other vendors, such <a href="http://www.kiwisyslog.com/" target="_blank">Kiwi	 Enterprises</a><img src="http://www.cisco.com/images/exit.gif" height="18" width="18" border="0" alt="leavingcisco.com" />, that offer syslog servers for various Windows platforms,	 including Windows 2000 and Windows XP. Most UNIX and Linux boxes have syslog	 servers installed by default. </p>   <p>When the syslog server is set up, configure the PIX to send logs to it.	 </p>  <h4>Example</h4>   <blockquote><pre><b>logging on<br>logging host &lt;<i>ip_address_of_syslog_server</i>&gt;<br>logging trap debugging</b></pre></blockquote>    	 <p><b>Note:&nbsp;</b>The configuration above sets the PIX to send Debugging (level 7) and		more critical syslogs to the syslog server. These are the most verbose logs the		PIX sends out, and they should be used only when trying to troubleshoot an		issue. For normal operation, it is recommended that the logging level be set to		Warning (level 4) or Error (level 3). </p>      <p>If you are having an issue with slow performance, open the syslog in a	 text file and search for the source IP address that is having a problem. (Or,	 if you are using UNIX, grep through the syslog for the source IP address.)	 Check to see if you are receiving any messages indicating that the external	 server is trying to access the internal IP address on TCP port 113 (for	 Identification protocol &#091;Ident&#093;) but that the PIX is denying the packet. The	 message should be similar to the following example.</p>   <blockquote><pre>%PIX-2-106001: Inbound TCP connection denied from <br>10.64.10.2/35969 to 172.17.110.179/113 flags SYN</pre></blockquote>   <p>If you are receiving this message, issue the <b>service reset	 inbound</b> command to the PIX. This will cause the PIX to	 immediately reset any inbound connection that is denied by the security policy,	 instead of silently dropping the packets. Instead of the server waiting for the	 Ident packet to time out its TCP connection, it will immediately receive a	 reset packet. for more information on the PIX and Ident, refer to	 <a href="http://www.cisco.com/warp/public/110/2.html" target="_blank">PIX Performance Issues Caused by IDENT	 Protocol</a>. </p></td></tr></table><br><br>it's very useful information and thanks for sharing.<br>]]>
   </description>
   <pubDate>Wed, 28 Jan 2009 00:00:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.lodogg.com/forum/forum_posts.asp?TID=1061&amp;PID=4151#4151</guid>
  </item> 
  <item>
   <title>Cisco : Cisco Reverse Telnet -AUX - Console</title>
   <link>http://www.lodogg.com/forum/forum_posts.asp?TID=1515&amp;PID=4149#4149</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.lodogg.com/forum/member_profile.asp?PF=1" rel="nofollow">lodogg</a><br /><strong>Subject:</strong> Cisco Reverse Telnet -AUX - Console<br /><strong>Posted:</strong> 25 January 2009 at 10:40am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="FONT-SIZE: 9pt; COLOR: #cfcfcf; FONT-FAMILY: Verdana; mso-ansi-: EN">So after you have your loopback IP Address set you need to run the following command:<?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P><SPAN lang=EN style="FONT-SIZE: 9pt; COLOR: #cfcfcf; FONT-FAMILY: Verdana; mso-ansi-: EN"><DIV>&nbsp;</DIV><DIV>telnet (loopbback) (line port)<o:p></o:p></SPAN></DIV><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="FONT-SIZE: 9pt; COLOR: #cfcfcf; FONT-FAMILY: Verdana; mso-ansi-: EN"><o:p>&nbsp;</o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="FONT-SIZE: 9pt; COLOR: #cfcfcf; FONT-FAMILY: Verdana; mso-ansi-: EN">Example:<o:p></o:p></SPAN></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="FONT-SIZE: 9pt; COLOR: #cfcfcf; FONT-FAMILY: Verdana; mso-ansi-: EN">telnet 10.2.2.1 2005</P><DIV></DIV><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p></o:p></SPAN></P>]]>
   </description>
   <pubDate>Sun, 25 Jan 2009 10:40:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.lodogg.com/forum/forum_posts.asp?TID=1515&amp;PID=4149#4149</guid>
  </item> 
  <item>
   <title>Cisco : Cisco Reverse Telnet -AUX - Console</title>
   <link>http://www.lodogg.com/forum/forum_posts.asp?TID=1515&amp;PID=4148#4148</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.lodogg.com/forum/member_profile.asp?PF=1" rel="nofollow">lodogg</a><br /><strong>Subject:</strong> Cisco Reverse Telnet -AUX - Console<br /><strong>Posted:</strong> 25 January 2009 at 10:38am<br /><br /><SPAN id=intelliTxt itxt="1"><B itxt="1"><DIV>&nbsp;</DIV><DIV>Reverse Telnet gives you the ability to telnet to a device, and then console to another device from there. For example, you could telnet to a router, and then console into a switch, or a modem, or anything that has a console port.&nbsp;&nbsp;There are alot of devices out there that dont have remote access built into them, their only option is a console session.&nbsp;&nbsp;Well, this will allow you to remotely manage these devices.<BR itxt="1"><BR itxt="1">Before we even begin, lets set up the cabling first.</B><BR itxt="1"><BR itxt="1">You need a straight through cable going from the console port of the console-only device to the AUX port on your <a href="http://www.tek-tips.com/faqs.cfm?fid=1312#" target="_blank">router</A>.<BR itxt="1"><BR itxt="1"><B itxt="1">Now lets get going with the router config:</B><BR itxt="1"><BR itxt="1"><BR itxt="1"><B itxt="1">In order to set up reverse telnet, these are the steps:</B><BR itxt="1"><BR itxt="1">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR itxt="1"><BR itxt="1"><B itxt="1">1.&nbsp;&nbsp;Configure the AUX port.</B><BR itxt="1"><BR itxt="1">router#config t<BR itxt="1">router(config)#line aux 0<BR itxt="1">router(config-line)#modem InOut<BR itxt="1">router(config-line)#transport input all<BR itxt="1">router(config-line)#speed 19200<BR itxt="1">router(config-line)#exit<BR itxt="1"><BR itxt="1">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR itxt="1"><BR itxt="1"><B itxt="1">2.&nbsp;&nbsp;Then you must create a loopback addresss</B><BR itxt="1"><BR itxt="1">router#config t<BR itxt="1">router(config)#int loopback 0<BR itxt="1">router(config-if)#ip address 10.0.0.1 255.0.0.0<BR itxt="1">router(config-if)#no shut<BR itxt="1">router(config-if)#exit<BR itxt="1"><BR itxt="1">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR itxt="1"><BR itxt="1"><B itxt="1">3.&nbsp;&nbsp;Now you must find out what "line" the router uses for the AUX port.</B><BR itxt="1"><BR itxt="1">OUTSIDE OF CONFIG MODE (hit CTRL-Z to get out) enter the command "sh line"<BR itxt="1">you will get an output resembling the following:<BR itxt="1"><BR itxt="1">router#sh line<BR itxt="1">&nbsp;&nbsp;&nbsp;Tty Typ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tx/Rx&nbsp;&nbsp;&nbsp;&nbsp;A Modem&nbsp;&nbsp;Roty AccO AccI&nbsp;&nbsp;&nbsp;Uses&nbsp;&nbsp;&nbsp;Noise&nbsp;&nbsp;Overruns&nbsp;&nbsp;&nbsp;Int<BR itxt="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0 CTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">&nbsp;&nbsp;&nbsp;225 AUX&nbsp;&nbsp;19200/19200 - inout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">*&nbsp;&nbsp;226 VTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">&nbsp;&nbsp;&nbsp;227 VTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">&nbsp;&nbsp;&nbsp;228 VTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">&nbsp;&nbsp;&nbsp;229 VTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">&nbsp;&nbsp;&nbsp;230 VTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1"><BR itxt="1">This particular router (a 3660) uses line 225 for the AUX port.<BR itxt="1"><BR itxt="1">--------<BR itxt="1"><BR itxt="1">This is the output from a 2611.<BR itxt="1"><BR itxt="1">router#sh line<BR itxt="1">&nbsp;&nbsp;&nbsp;Tty Typ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tx/Rx&nbsp;&nbsp;&nbsp;&nbsp;A Modem&nbsp;&nbsp;Roty AccO AccI&nbsp;&nbsp;&nbsp;Uses&nbsp;&nbsp;&nbsp;Noise&nbsp;&nbsp;Overruns&nbsp;&nbsp;&nbsp;Int<BR itxt="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0 CTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">&nbsp;&nbsp;&nbsp;&nbsp;65 AUX&nbsp;&nbsp;19200/19200 - inout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;2177/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">*&nbsp;&nbsp;&nbsp;66 VTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;24&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">&nbsp;&nbsp;&nbsp;&nbsp;67 VTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">&nbsp;&nbsp;&nbsp;&nbsp;68 VTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">&nbsp;&nbsp;&nbsp;&nbsp;69 VTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1">&nbsp;&nbsp;&nbsp;&nbsp;70 VTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0/0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-<BR itxt="1"><BR itxt="1">It uses line 65 for the AUX port. (The port with the * by it is <BR itxt="1">the line you are currently connected to.)<BR itxt="1"><BR itxt="1">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR itxt="1"><BR itxt="1"><B itxt="1">4.&nbsp;&nbsp;Telnet:</B><BR itxt="1"><BR itxt="1">To do this, you will telnet to the IP address you set on the loopback interface.<BR itxt="1">The port number you will telnet to is 2000+line#.&nbsp;&nbsp;<BR itxt="1"><BR itxt="1">So for the 3660, assuming my loopback interface has IP address of 10.0.0.1,<BR itxt="1">I would telnet to 10.0.0.1:2225<BR itxt="1"><BR itxt="1">For the 2611, assuming my loopback interface has IP address of 10.0.0.1,<BR itxt="1">I would telnet to 10.0.0.1:2065.<BR itxt="1"><BR itxt="1">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR itxt="1"><BR itxt="1"><B itxt="1">5. Finishing:</B><BR itxt="1"><BR itxt="1">When you are done, while holding the keys CTRL+SHIFT+6, press the letter X.<BR itxt="1">This will kick you out of the AUX port.<BR itxt="1"><BR itxt="1">The router will still keep the line connected and no one will be able to<BR itxt="1">retelnet back in until you clear the line.<BR itxt="1"><BR itxt="1">To do this, OUTSIDE OF CONFIG MODE (hit CTRL-Z to get out of config mode)<BR itxt="1">you enter the command "clear line xxx" where "x" is the line#.<BR itxt="1"><BR itxt="1">So for the 3660, I would enter "clear line 225"<BR itxt="1"><BR itxt="1">On the 2611, I would enter "clear line 65"<BR itxt="1"><BR itxt="1">It will ask you to confirm, just hit the enter key.<BR itxt="1"><BR itxt="1">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR itxt="1"><BR itxt="1"><B itxt="1">And that is everything there is to know about reverse telnetting.</B><BR itxt="1"><BR itxt="1">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR itxt="1"><BR itxt="1"><B itxt="1">Here is a sample configuration, this is everything you need to reverse telnet:</B><BR itxt="1"><BR itxt="1"><BR itxt="1">sample-config#sh run<BR itxt="1">Building configuration...<BR itxt="1"><BR itxt="1">Current configuration : 3481 bytes<BR itxt="1">!<BR itxt="1">!<BR itxt="1">interface Loopback0<BR itxt="1">&nbsp;ip address 10.0.0.1 255.0.0.0<BR itxt="1">!<BR itxt="1">line con 0<BR itxt="1">&nbsp;transport input none<BR itxt="1">line aux 0<BR itxt="1">&nbsp;modem InOut<BR itxt="1">&nbsp;transport input all<BR itxt="1">&nbsp;speed 19200<BR itxt="1">line vty 0 4<BR itxt="1">&nbsp;password xxxxxxx<BR itxt="1">&nbsp;login<BR itxt="1">!<BR itxt="1">end</DIV></SPAN>]]>
   </description>
   <pubDate>Sun, 25 Jan 2009 10:38:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.lodogg.com/forum/forum_posts.asp?TID=1515&amp;PID=4148#4148</guid>
  </item> 
  <item>
   <title>Cisco : Cisco VPN Client to PIX with AES</title>
   <link>http://www.lodogg.com/forum/forum_posts.asp?TID=1514&amp;PID=4147#4147</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.lodogg.com/forum/member_profile.asp?PF=1" rel="nofollow">lodogg</a><br /><strong>Subject:</strong> Cisco VPN Client to PIX with AES<br /><strong>Posted:</strong> 12 January 2009 at 10:48pm<br /><br /><H2 id=Introducti&#111;n><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" color=#cccccc size=3>This was a great document I found.</FONT></P></H2><H2>Introduction<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#Introducti&#111;n" target="_blank"><strong><U><FONT color=#0000ff size=5>¶</FONT></U></strong></A></H2><P>This guide provides information that can be used to configure a Cisco PIX/ASA device running firmware version 7.x to support IPsec VPN client connectivity. If you have a PIX device running firmware version 6.x, please consult the <a href="http://www.shrew.net/support/wiki/HowtoCiscoPix" target="_blank"><U><FONT color=#0000ff>HowtoCiscoPix</FONT></U></A>. The Shrew Soft VPN Client has been tested with Cisco products to ensure interoperability. </P><H2 id=Overview>Overview<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#Overview" target="_blank"><strong><U><FONT color=#0000ff size=5>¶</FONT></U></strong></A></H2><P>The configuration example described below will allow an IPsec VPN client to communicate with a single remote private network. The client uses the pull configuration method to acquire the following parameters automatically from the gateway. </P><UL><LI>IP Address <LI>IP Netmask <LI>DNS Servers <LI>DNS Default Domain Suffix <LI>DNS <SPAN =searchword2>Split</SPAN> Network Domain List <LI>WINS Servers <LI>PFS <SPAN =searchword1>Group</SPAN> <LI>Remote Network Topology <LI>Login Banner </LI></UL><H2 id=GatewayC&#111;nfigurati&#111;n>Gateway Configuration<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#GatewayC&#111;nfigurati&#111;n" target="_blank"><strong><U><FONT color=#0000ff size=5>¶</FONT></U></strong></A></H2><P>This example assumes you have knowledge of the Cisco ASA gateway command line configuration interface. For more information, please consult your Cisco product documentation. </P><H3 id=Interfaces>Interfaces<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#Interfaces" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>Two network interfaces are configured. The <I>outside</I> interface has a static public IP address of 1.1.1.20 which faces the internet. The <I>inside</I> interface has a static private IP address that faces the internal private network. The default gateway is configured as 1.1.1.3 via the outside interface. </P><PRE =wiki>interface Vlan1 nameif inside security-level 100 ip address 10.1.2.20 255.255.255.0!interface Vlan2 nameif outside security-level 0 ip address 10.1.1.20 255.255.255.0!interface Ethernet0/0 switchport access vlan 2!</PRE><H3 id=AccessList>Access List<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#AccessList" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>An access lists must be configured to define the IPSec policies. This is expressed with the source matching the local private network(s) and the destination matching any as the VPN client address will be assigned by the gateway. </P><PRE =wiki>object-<SPAN =searchword1>group</SPAN> network group-inside-vpnclient description All inside accessible networks network-object 10.1.2.0 255.255.255.0access-list acl-vpnclient extended permit ip object-group group-inside-vpnclient any</PRE><H3 id=AddressPool>Address Pool<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#AddressPool" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>The IP address pool must be configured. Clients will be assigned private network addresses from a pool of 10.2.20.1-10.2.20.126. </P><PRE =wiki>ip local pool ippool-vpnclient 10.2.20.1-10.2.20.126 mask 255.255.255.0</PRE><H3 id=UserAuthenticati&#111;n>User Authentication<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#UserAuthenticati&#111;n" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>User authentication must be configured to support IKE extended authentication ( XAuth ). In this example, we use define user accounts locally on the ASA. It is possible to pass this authentication to a radius or an LDAP account server using the Cisco AAA authentication mechanism. For more information, please consult your cisco product documentation. </P><PRE =wiki>aaa authentication ssh console LOCALusername bill password XXX encryptedusername bob password XXX encrypted</PRE><H3 id=IPseceters>IPsec Parameters<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#IPsecParameters" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>A transform set and dynamic IPsec crypto map must be configured to support client VPN connections. The dynamic crypto map is then assigned to a standard crypto map and bound to the outside ( public ) interface. </P><PRE =wiki>crypto ipsec transform-set xform-3des-md5 esp-3des esp-md5-hmaccrypto dynamic-map dcmap-vpnclient 1 set transform-set xform-3des-md5crypto map cmap-vpncient 65535 ipsec-isakmp dynamic dcmap-vpnclientcrypto map cmap-vpncient interface outside</PRE><H3 id=ISAKMPeters>ISAKMP Parameters<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#ISAKMPParameters" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>The ISAKMP protocol must be enabled on the outside ( public ) interface and an ISAKMP policy must be configured. NAT Traversal is also enabled to allow clients to communicate effectively when their peer address is being translated. The keep alive packet rate is set to 20 seconds. </P><PRE =wiki>crypto isakmp enable outsidecrypto isakmp identity addresscrypto isakmp nat-traversal 20crypto isakmp policy 1 authentication pre-share encryption 3des hash md5 <SPAN =searchword1>group</SPAN> 2 lifetime 86400</PRE><H3 id=GroupPolicy><SPAN =searchword1>Group</SPAN> Policy<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#GroupPolicy" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>A <SPAN =searchword1>group</SPAN> policy must be configured to provide the client with dynamic configuration information. </P><PRE =wiki><SPAN =searchword1>group</SPAN>-policy <SPAN =searchword1>group</SPAN>-policy-default internalgroup-policy group-policy-default attributes banner value Welcome to the shrew.net ciscoasa wins-server value 10.1.2.100 10.1.2.1 dns-server value 10.1.2.100 10.1.2.1 vpn-<SPAN =searchword0><SPAN =searchword3>tunnel</SPAN></SPAN>-protocol IPSec password-storage disable re-xauth disable pfs disable <SPAN =searchword2>split</SPAN>-<SPAN =searchword3>tunnel</SPAN>-policy tunnelspecified split-tunnel-network-list value acl-vpnclient default-domain value shrew.net split-dns value shrew.net example.com</PRE><H3 id=TunnelGroup><SPAN =searchword0><SPAN =searchword3>Tunnel</SPAN></SPAN> <SPAN =searchword1>Group</SPAN><a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#TunnelGroup" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>A <SPAN =searchword0><SPAN =searchword3>tunnel</SPAN></SPAN> <SPAN =searchword1>group</SPAN> must be configured to define the VPN Client <SPAN =searchword3>tunnel</SPAN> parameters. It is created using the type ipsec-ra for IPsec remote access. The client uses the tunnel group name as its FQDN identity value and the tunnel group pre-shared-key as its pre-shared key value. </P><PRE =wiki><SPAN =searchword0><SPAN =searchword3>tunnel</SPAN></SPAN>-<SPAN =searchword1>group</SPAN> vpnclient type ipsec-ra<SPAN =searchword3>tunnel</SPAN>-group vpnclient general-attributes address-pool ippool-vpnclient default-group-policy group-policy-defaulttunnel-group vpnclient ipsec-attributes pre-shared-key mypresharedkey</PRE><H2 id=ClientC&#111;nfigurati&#111;n>Client Configuration<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#ClientC&#111;nfigurati&#111;n" target="_blank"><strong><U><FONT color=#0000ff size=5>¶</FONT></U></strong></A></H2><P>The client configuration in this example is straight forward. Open the Access Manager application and create a new site configuration. Configure the settings listed below in the following tabs. </P><H3 id=GeneralTab>General Tab<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#GeneralTab" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>The Remote Host section must be configured. The <I>Host Name or IP Address</I> is defined as <strong>10.1.1.20</strong> to match the ASA outside ( public ) interface address. The <I>Auto Configuration</I> mode should be set to <I>ike config pull</I>. </P><H3 id=Phase1Tab>Phase 1 Tab<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#Phase1Tab" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>The Proposal section must be configured. The <I>Exchange Type</I> is set to <I>aggressive</I> and the <I>DH Exchange</I> is set to <I><SPAN =searchword1>group</SPAN> 2</I> to match the ASA ISAKMP policy definition. </P><H3 id=Authenticati&#111;nTab>Authentication Tab<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#Authenticati&#111;nTab" target="_blank"><strong><U><FONT color=#0000ff size=4>¶</FONT></U></strong></A></H3><P>The client authentication settings must be configured. The Authentication Method is defined as <I>Mutual PSK + XAuth</I>. </P><H4 id=LocalIdentityTab>Local Identity Tab<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#LocalIdentityTab" target="_blank"><strong><U><FONT color=#0000ff size=3>¶</FONT></U></strong></A></H4><P>The Local Identity parameters are defined as <I>Fully Qualified Domain Name</I> with a <I>FQDN String</I> of "vpnclient" to match the ASA <SPAN =searchword0><SPAN =searchword3>tunnel</SPAN></SPAN> <SPAN =searchword1>group</SPAN> name. </P><H4 id=RemoteIdentityTab>Remote Identity Tab<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#RemoteIdentityTab" target="_blank"><strong><U><FONT color=#0000ff size=3>¶</FONT></U></strong></A></H4><P>The Remote Identity parameters are set to <I>IP Address</I> with the <I>Use a discovered remote host address</I> option checked to match the ASA ISAKMP <I>identity</I> parameter. </P><H4 id=CredentialsTab>Credentials Tab<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#CredentialsTab" target="_blank"><strong><U><FONT color=#0000ff size=3>¶</FONT></U></strong></A></H4><P>The Credentials <I>Pre Shared Key</I> is defined as "mypresharedkey" to match the ASA <SPAN =searchword0><SPAN =searchword3>tunnel</SPAN></SPAN> <SPAN =searchword1>group</SPAN> pre-shared-key. </P><H2 id=KnownIssues>Known Issues<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#KnownIssues" target="_blank"><strong><U><FONT color=#0000ff size=5>¶</FONT></U></strong></A></H2><P>Cisco gateways support a proprietary form of hybrid authentication which does not conform to RFC draft standards. At this time the Shrew Soft VPN Client does not support this authentication mode. We hope to add support for this in the future. </P><H2 id=Resources>Resources<a href="http://www.shrew.net/support/wiki/HowtoCiscoAsa#Resources" target="_blank"><strong><FONT color=#0000ff size=5><U>¶</U></FONT></strong></A></H2><UL><LI><a href="http://www.shrew.net/vpn/howto/CiscoAsa/ciscoasa.txt" target="_blank"><SPAN =ic&#111;n><U><FONT color=#0000ff>Example ASA configuration</FONT></U></SPAN></A> <LI><a href="http://www.shrew.net/vpn/howto/CiscoAsa/ciscoasa.vpn" target="_blank"><SPAN =ic&#111;n><U><FONT color=#0000ff>Example Client configuration</FONT></U></SPAN></A> </LI></UL><H2 id=Credits>&nbsp;</H2>]]>
   </description>
   <pubDate>Mon, 12 Jan 2009 22:48:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.lodogg.com/forum/forum_posts.asp?TID=1514&amp;PID=4147#4147</guid>
  </item> 
  <item>
   <title>Cisco : Cisco VPN Client to PIX with AES</title>
   <link>http://www.lodogg.com/forum/forum_posts.asp?TID=1514&amp;PID=4146#4146</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.lodogg.com/forum/member_profile.asp?PF=1" rel="nofollow">lodogg</a><br /><strong>Subject:</strong> Cisco VPN Client to PIX with AES<br /><strong>Posted:</strong> 12 January 2009 at 10:45pm<br /><br /><a href="http://www.lodogg.com/forum/uploads/1/vpnrmote.pdf" target="_blank"><DIV>&nbsp;</DIV><DIV>uploads/1/vpnrmote.pdf</A></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Here is another document on terminating a VPN connection on an ASA / PIX.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 12 Jan 2009 22:45:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.lodogg.com/forum/forum_posts.asp?TID=1514&amp;PID=4146#4146</guid>
  </item> 
 </channel>
</rss>
