<?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>Binary War &#187; Networking</title>
	<atom:link href="http://www.binarywar.com/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binarywar.com</link>
	<description>My KB.  If it helps someone else who is searching for answers...great!</description>
	<lastBuildDate>Thu, 05 Aug 2010 20:21:25 +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>Prevent registration of multiple IP addresses in DNS</title>
		<link>http://www.binarywar.com/2010/01/prevent-registration-of-multiple-ip-addresses-in-dns/</link>
		<comments>http://www.binarywar.com/2010/01/prevent-registration-of-multiple-ip-addresses-in-dns/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 20:48:04 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server 2000]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.binarywar.com/?p=278</guid>
		<description><![CDATA[There are times when you will need to have multiple IP addresses on a server.  It could be for an additional receive connector in Exchange, or for another website in IIS, among other things.  This is not recommended if the server is a domain controller and/or DNS server.  Best practice for a DC/DNS server is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-279" title="ip01" src="http://www.binarywar.com/wp-content/uploads/2010/01/ip01.jpg" alt="" width="438" height="217" /></p>
<p>There are times when you will need to have multiple IP addresses on a server.  It could be for an additional receive connector in Exchange, or for another website in IIS, among other things.  This is not recommended if the server is a domain controller and/or DNS server.  Best practice for a DC/DNS server is to have a single NIC (or NIC team) with a single IP address.  Having more than one IP can and does cause DNS resolution issues, logon issues for clients, and other Active Directory weirdness.  However, I realize that there are situations where you don&#8217;t have any other way of accomplishing an objective, and you simply must have multiple IPs on your DC/DNS server.  I have been IN that situation more than once, which is the reason for this post.</p>
<p>Adding another IP address on a server can be accomplished either by adding a secondary IP address on an existing network adapter (shown above), or by adding another network adapter with its own IP address.</p>
<p>In any case, by default, the server will register all assigned IP addresses in DNS.  This may cause problems if clients resolve an IP for the server other than the one they need to access whatever service they are trying to use.  For example, if you have multiple IP addresses on an Exchange server, but only the first IP address bound to the default receive connector, clients running Outlook that were given the secondary IP address by DNS would have trouble connecting to Exchange.</p>
<p>There are several ways to prevent registration of multiple IP addresses in DNS, depending on the configuration (secondary IP or NIC) and role of your server.</p>
<p><strong>Scenario 1: Windows Server with multiple network adapters; no secondary IP addresses on either adapter, nor is the server a DNS server.</strong></p>
<p style="padding-left: 30px;"><strong>Resolution:</strong> In this situation, the only action you should need to take is to prevent the server from registering the address from the 2nd NIC.  You can do that by going to the properties of the connection &#8211;&gt; IPv4 settings &#8211;&gt; Advanced button &#8211;&gt; DNS tab.  Then, UNcheck the &#8220;Register this connection&#8217;s addresses in DNS&#8221; checkbox, as shown here:</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-282" title="ip02" src="http://www.binarywar.com/wp-content/uploads/2010/01/ip02.jpg" alt="" width="438" height="515" /></p>
<p style="padding-left: 30px;">
<p><strong>Scenario 2: Windows Server with multiple network adapters running DNS server role.</strong></p>
<p style="padding-left: 30px;"><strong>Resolution:</strong> First, perform the same action as the resolution for scenario 1, to prevent the server from registering the 2nd NIC address in DNS.</p>
<p style="padding-left: 30px;">Also, because the server is running DNS, you must configure DNS to only listen on the primary IP address.  By default, a Windows server running DNS registers all IP addresses that are being used by DNS.  To prevent this, open the DNS console right-click on the DNS server name on the left side and go to Properties &#8211;&gt; Interfaces tab.  From here, select the radio button which says &#8220;Only the following addresses&#8221;.  Then, if necessary, add the primary address to the list below and remove all other IP addresses.  Here is an example:</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-285" title="ip03" src="http://www.binarywar.com/wp-content/uploads/2010/01/ip03.jpg" alt="" width="404" height="466" /></p>
<p style="padding-left: 30px;">
<p><strong>Scenario 3: Windows Server with single network adapter and multiple IP addresses</strong></p>
<p style="padding-left: 30px;">This is the same as the example at the top of this post.  In this case, there is not a clean way to prevent registration of the 2nd IP address in DNS.</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-279" title="ip01" src="http://www.binarywar.com/wp-content/uploads/2010/01/ip01.jpg" alt="" width="438" height="217" /></p>
<p style="padding-left: 30px;">If you are in this situation, it would be best to remove the secondary IP address from the adapter and set the IP on another adapter.  Then, you can just follow the resolution for scenario 1 or 2.</p>
<p style="padding-left: 30px;">If you absolutely must configure the server this way and you cannot add another network adapter, then you <strong>CAN</strong> use the resolution from scenario 1 and prevent the server from registering its addresses in DNS.  However, after that, you may have to go into DNS and manually create a DNS entry in the forward lookup zone for the server.  Any servers from recent years have at least 2 NICs in them, and lately are even being shipped with 4 onboard NICs.  So, having an extra NIC available won&#8217;t usually be an issue.</p>
<p>Another way to prevent dynamic registration of DNS records on a server (2000 and 2003, that is) is to modify the registry using the following Microsoft KB article:</p>
<p><a title="http://support.microsoft.com/?id=246804" href="http://support.microsoft.com/?id=246804" target="_blank">http://support.microsoft.com/?id=246804</a></p>
<p>According to the article, it can be done globally, affecting all NICs on the server, or on a per-NIC basis.  If you decide to try this option, be CAREFUL!</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fprevent-registration-of-multiple-ip-addresses-in-dns%2F&amp;linkname=Prevent%20registration%20of%20multiple%20IP%20addresses%20in%20DNS" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fprevent-registration-of-multiple-ip-addresses-in-dns%2F&amp;linkname=Prevent%20registration%20of%20multiple%20IP%20addresses%20in%20DNS" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fprevent-registration-of-multiple-ip-addresses-in-dns%2F&amp;linkname=Prevent%20registration%20of%20multiple%20IP%20addresses%20in%20DNS" title="Evernote" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fprevent-registration-of-multiple-ip-addresses-in-dns%2F&amp;linkname=Prevent%20registration%20of%20multiple%20IP%20addresses%20in%20DNS" title="Digg" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fprevent-registration-of-multiple-ip-addresses-in-dns%2F&amp;linkname=Prevent%20registration%20of%20multiple%20IP%20addresses%20in%20DNS" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fprevent-registration-of-multiple-ip-addresses-in-dns%2F&amp;linkname=Prevent%20registration%20of%20multiple%20IP%20addresses%20in%20DNS" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2010%2F01%2Fprevent-registration-of-multiple-ip-addresses-in-dns%2F&amp;linkname=Prevent%20registration%20of%20multiple%20IP%20addresses%20in%20DNS"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.binarywar.com/2010/01/prevent-registration-of-multiple-ip-addresses-in-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unicast NLB cluster generates large amount of broadcast traffic</title>
		<link>http://www.binarywar.com/2009/12/unicast-nlb-cluster-generates-large-amount-of-broadcast-traffic/</link>
		<comments>http://www.binarywar.com/2009/12/unicast-nlb-cluster-generates-large-amount-of-broadcast-traffic/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 19:15:19 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server 2000]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.binarywar.com/?p=260</guid>
		<description><![CDATA[When you set up a unicast Network Load Balancing (NLB) cluster, a large amount of broadcast network traffic will be generated on any switch to which a cluster node is connected. This is normal behavior for a unicast NLB cluster. You may not even notice this traffic unless you are running a packet capture from [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-270" title="nlb" src="http://www.binarywar.com/wp-content/uploads/2009/12/nlb.jpg" alt="" width="170" height="209" /></p>
<p>When you set up a unicast Network Load Balancing (NLB) cluster, a large amount of broadcast network traffic will be generated on any switch to which a cluster node is connected.  This is normal behavior for a unicast NLB cluster.  You may not even notice this traffic unless you are running a packet capture from a machine connected to the same switch as the cluster nodes.</p>
<p>Normally, a switch builds a MAC address table by learning what ports a MAC address is communicating on.  This automatic learning process only works if a given MAC address is unique across all the ports on a switch.</p>
<p>Because nodes in a unicast NLB cluster all share a common cluster MAC address, the network switch to which they are connected cannot learn which port the MAC address is tied to.  Therefore it is never able to add the cluster MAC to its table.  As a result, all traffic going to the cluster MAC is always broadcast out all switch ports.</p>
<p>This may or may not be a problem, depending on the amount of traffic going to your cluster and the amount of other traffic which is already being handled by the network switch.  If it is a problem, there are several ways to resolve it.</p>
<p><strong>1.  Switch to a multicast or multicast IGMP NLB cluster</strong>.  You will need to make sure your switches support multicast for this to work.  Cisco switches with a relatively recent IOS should have this capability, but you should check first, to be sure.</p>
<p><strong>2.  Move the unicast NLB cluster nodes to a separate switch</strong>, where they are the only connected devices.</p>
<p><strong>3. Set up a separate VLAN or network</strong> (dedicated router/firewall interface) just for the cluster, which will contain the broadcast traffic.</p>
<p><strong>4.  Add static MAC table entries on your switch</strong> to tell it which ports are being used by the cluster nodes.  This way, traffic going to the cluster nodes would only be sent out the applicable ports.  Each time you add another cluster node, you would also need to add an entry to the switch MAC table.</p>
<p>Option 4 is the easiest, and one that I have used in production on a small cluster.</p>
<p>All of these options will work; it&#8217;s really just your preference as to which one you use. As long as you document it, you&#8217;ll be in good shape in any case, right?</p>
<p>Here are some useful links regarding NLB:</p>
<p><a title="http://technet.microsoft.com/en-us/library/bb742455.aspx" href="http://technet.microsoft.com/en-us/library/bb742455.aspx" target="_blank">http://technet.microsoft.com/en-us/library/bb742455.aspx</a></p>
<p><a title="http://technet.microsoft.com/en-us/library/cc786562%28WS.10%29.aspx" href="http://technet.microsoft.com/en-us/library/cc786562%28WS.10%29.aspx" target="_blank">http://technet.microsoft.com/en-us/library/cc786562%28WS.10%29.aspx</a></p>
<p><a title="http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_example09186a0080a07203.shtml" href="http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_example09186a0080a07203.shtml" target="_blank">http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_example09186a0080a07203.shtml</a></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Funicast-nlb-cluster-generates-large-amount-of-broadcast-traffic%2F&amp;linkname=Unicast%20NLB%20cluster%20generates%20large%20amount%20of%20broadcast%20traffic" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Funicast-nlb-cluster-generates-large-amount-of-broadcast-traffic%2F&amp;linkname=Unicast%20NLB%20cluster%20generates%20large%20amount%20of%20broadcast%20traffic" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Funicast-nlb-cluster-generates-large-amount-of-broadcast-traffic%2F&amp;linkname=Unicast%20NLB%20cluster%20generates%20large%20amount%20of%20broadcast%20traffic" title="Evernote" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Funicast-nlb-cluster-generates-large-amount-of-broadcast-traffic%2F&amp;linkname=Unicast%20NLB%20cluster%20generates%20large%20amount%20of%20broadcast%20traffic" title="Digg" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Funicast-nlb-cluster-generates-large-amount-of-broadcast-traffic%2F&amp;linkname=Unicast%20NLB%20cluster%20generates%20large%20amount%20of%20broadcast%20traffic" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Funicast-nlb-cluster-generates-large-amount-of-broadcast-traffic%2F&amp;linkname=Unicast%20NLB%20cluster%20generates%20large%20amount%20of%20broadcast%20traffic" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Funicast-nlb-cluster-generates-large-amount-of-broadcast-traffic%2F&amp;linkname=Unicast%20NLB%20cluster%20generates%20large%20amount%20of%20broadcast%20traffic"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.binarywar.com/2009/12/unicast-nlb-cluster-generates-large-amount-of-broadcast-traffic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Network Policy Server and Cisco RADIUS Authentication</title>
		<link>http://www.binarywar.com/2009/12/network-policy-server-and-cisco-radius-authentication/</link>
		<comments>http://www.binarywar.com/2009/12/network-policy-server-and-cisco-radius-authentication/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 08:44:07 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.binarywar.com/?p=196</guid>
		<description><![CDATA[Setting up RADIUS authentication between Cisco devices and Network Policy Server (NPS) in Windows Server 2008 is a bit different than in previous versions of Windows. Here is a technet page with lots of good info on NPS: http://technet.microsoft.com/en-us/network/bb629414.aspx For now, I am just going to list the instructions needed to get up and going [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-206" title="nps8" src="http://www.binarywar.com/wp-content/uploads/2009/12/nps8.jpg" alt="" width="430" height="320" /></p>
<p>Setting up RADIUS authentication between Cisco devices and Network Policy Server (NPS) in Windows Server 2008 is a bit different than in previous versions of Windows.</p>
<p>Here is a technet page with lots of good info on NPS:</p>
<p><a title="http://technet.microsoft.com/en-us/network/bb629414.aspx" href="http://technet.microsoft.com/en-us/network/bb629414.aspx" target="_blank">http://technet.microsoft.com/en-us/network/bb629414.aspx</a></p>
<p>For now, I am just going to list the instructions needed to get up and going with NPS to allow your server to act as an authentication point for your Cisco switches/routers.  This may work with other devices that can use radius authentication, but I have not tested it.  YMMV.</p>
<p><strong>1.  Install the Network Policy Server service</strong>.  It is a component under &#8216;Network Policy and Access Services&#8217;.</p>
<p><strong>2. Open the Network Policy Server console</strong> from Administrative Tools.</p>
<p><strong>3.  Create a new radius client for the Cisco device</strong>.  The process for this is very similar to the process in Server 2000/2003.  You just need the device IP, choose the &#8220;radius standard&#8221; type, and make up a shared secret.</p>
<p><strong>4. &#8220;Register server in Active Directory&#8221;</strong> by right-clicking on the &#8220;NPS (local)&#8221; item in the console.  This will allow NPS to query AD when an authentication request comes in.</p>
<p><a href="http://www.binarywar.com/wp-content/uploads/2009/12/registernps.jpg"><img class="aligncenter size-full wp-image-197" title="registernps" src="http://www.binarywar.com/wp-content/uploads/2009/12/registernps.jpg" alt="" width="267" height="164" /></a></p>
<p><strong>5.  Next, create a &#8220;Connection Request Policy&#8221;</strong>.  This is the step that is new to the process, and was not required before Server 2008.  Before, this was integrated into the remote access policy, as it was previously called.  The connection request policy doesn&#8217;t need to be anything complex.  The first step is to set the network access server type to &#8220;Unspecified&#8221;.</p>
<p><a href="http://www.binarywar.com/wp-content/uploads/2009/12/nps1.jpg"><img class="aligncenter size-medium wp-image-198" title="nps1" src="http://www.binarywar.com/wp-content/uploads/2009/12/nps1-300x246.jpg" alt="" width="300" height="246" /></a></p>
<p style="padding-left: 30px;">Next, add at least one condition to the policy.  I usually use the &#8220;day and time restrictions&#8221;, and then set it to &#8216;permitted&#8217; 24&#215;7.  Obviously, the condition(s) you choose should conform to your company&#8217;s security policy, so you may need something different here.</p>
<p><a href="http://www.binarywar.com/wp-content/uploads/2009/12/nps2.jpg"><img class="aligncenter size-medium wp-image-199" title="nps2" src="http://www.binarywar.com/wp-content/uploads/2009/12/nps2-300x245.jpg" alt="" width="300" height="245" /></a></p>
<p style="padding-left: 30px;">Finally, On the Settings tab, under Authentication, choose the radio button for &#8220;Authenticate requests on this server&#8221;.</p>
<p><a href="http://www.binarywar.com/wp-content/uploads/2009/12/nps3.jpg"><img class="aligncenter size-medium wp-image-200" title="nps3" src="http://www.binarywar.com/wp-content/uploads/2009/12/nps3-300x245.jpg" alt="" width="300" height="245" /></a></p>
<p><strong>6.  Create a Network Policy</strong>, formerly known as a remote access policy in previous versions of Windows Server.  On the Overview tab, configure the policy to use the network access server type of &#8220;Unspecified&#8221;.  In addition, set the access permission setting to &#8220;Grant Access&#8221;.</p>
<p><a href="http://www.binarywar.com/wp-content/uploads/2009/12/nps4.jpg"><img class="aligncenter size-medium wp-image-201" title="nps4" src="http://www.binarywar.com/wp-content/uploads/2009/12/nps4-300x246.jpg" alt="" width="300" height="246" /></a></p>
<p style="padding-left: 30px;">On the Conditions tab, add at least one condition.  Typically, this will be the Windows Group that is allowed to log in to the network devices.  As I said before, you may need to use different conditions than I show here due to your company security policy.</p>
<p style="padding-left: 30px;"><a href="http://www.binarywar.com/wp-content/uploads/2009/12/nps5.jpg"><img class="aligncenter size-medium wp-image-202" title="nps5" src="http://www.binarywar.com/wp-content/uploads/2009/12/nps5-300x246.jpg" alt="" width="300" height="246" /></a></p>
<p style="padding-left: 30px;">On the Constraints tab, the only change you should need to make is to enable the authentication method of &#8220;Unencrypted authentication (PAP, SPAP)&#8221;</p>
<p style="padding-left: 30px;"><a href="http://www.binarywar.com/wp-content/uploads/2009/12/nps6.jpg"><img class="aligncenter size-medium wp-image-203" title="nps6" src="http://www.binarywar.com/wp-content/uploads/2009/12/nps6-300x246.jpg" alt="" width="300" height="246" /></a></p>
<p style="padding-left: 30px;">Lastly, on the Settings tab, under Encryption, make sure that the &#8220;No Encryption&#8221; option is enabled.</p>
<p style="padding-left: 30px;"><a href="http://www.binarywar.com/wp-content/uploads/2009/12/nps7.jpg"><img class="aligncenter size-medium wp-image-204" title="nps7" src="http://www.binarywar.com/wp-content/uploads/2009/12/nps7-300x245.jpg" alt="" width="300" height="245" /></a></p>
<p><strong>7.  Point your network device(s) at this server for authentication</strong>.  The method for doing this varies depending on the make and model of your device.  With recent IOS images on Cisco switches, the commands will look something like this.</p>
<blockquote><p>aaa new-model</p>
<p>aaa session-id common</p>
<p>aaa authentication login default group radius local</p>
<p>radius-server host 10.0.0.1 auth-port 1812 acct-port 1813 key putyoursecretkeyhere</p></blockquote>
<p><strong>8.  Finally, test it!</strong></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Fnetwork-policy-server-and-cisco-radius-authentication%2F&amp;linkname=Network%20Policy%20Server%20and%20Cisco%20RADIUS%20Authentication" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Fnetwork-policy-server-and-cisco-radius-authentication%2F&amp;linkname=Network%20Policy%20Server%20and%20Cisco%20RADIUS%20Authentication" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Fnetwork-policy-server-and-cisco-radius-authentication%2F&amp;linkname=Network%20Policy%20Server%20and%20Cisco%20RADIUS%20Authentication" title="Evernote" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Fnetwork-policy-server-and-cisco-radius-authentication%2F&amp;linkname=Network%20Policy%20Server%20and%20Cisco%20RADIUS%20Authentication" title="Digg" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Fnetwork-policy-server-and-cisco-radius-authentication%2F&amp;linkname=Network%20Policy%20Server%20and%20Cisco%20RADIUS%20Authentication" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Fnetwork-policy-server-and-cisco-radius-authentication%2F&amp;linkname=Network%20Policy%20Server%20and%20Cisco%20RADIUS%20Authentication" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F12%2Fnetwork-policy-server-and-cisco-radius-authentication%2F&amp;linkname=Network%20Policy%20Server%20and%20Cisco%20RADIUS%20Authentication"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.binarywar.com/2009/12/network-policy-server-and-cisco-radius-authentication/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cisco PIX/ASA Causes SMTP Banner Corruption</title>
		<link>http://www.binarywar.com/2009/11/cisco-pixasa-causes-smtp-banner-corruption/</link>
		<comments>http://www.binarywar.com/2009/11/cisco-pixasa-causes-smtp-banner-corruption/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 04:09:15 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.binarywar.com/2009/11/cisco-pixasa-causes-smtp-banner-corruption/</guid>
		<description><![CDATA[Traffic inspection rules on a Cisco PIX or ASA firewall will sometimes cause the SMTP banner to appear corrupted. When testing access to your mail server from outside, you may notice that the SMTP banner looks like this: This is just a symptom of the problem, which is that the SMTP traffic inspection rule is [...]]]></description>
			<content:encoded><![CDATA[<p>Traffic inspection rules on a Cisco PIX or ASA firewall will sometimes cause the SMTP banner to appear corrupted.</p>
</p>
<p>When testing access to your mail server from outside, you may notice that the SMTP banner looks like this:</p>
</p>
<p><a href='http://posterous.com/getfile/files.posterous.com/ajohnstone/FqU2KRAUNl0xIWAlxkN6URLen8nzgwhVwVkKH8J5Kd6rR9kN851aqvqEOq7W/image002.png'><img src="http://posterous.com/getfile/files.posterous.com/ajohnstone/fGtcOCG2nPhjly9spSCTvXNhSXrQ8LDLxZ5vcGus7kCa0RUXvLTDYagxHpHP/image002.png.scaled.500.jpg" width="500" height="65"/></a> </p>
</p>
<p>This is just a symptom of the problem, which is that the SMTP traffic inspection rule is interfering with the SMTP data stream.&nbsp; Another symptom would be to see email messages destined for this server seemingly stuck in the SMTP queue on a server outside the network. &nbsp;This can ultimately cause delayed and undeliverable mail, especially for larger messages, such as those with attachments.</p>
</p>
<p>The resolution for this problem is to disable the traffic inspection rule for SMTP/ESMTP on the Cisco PIX or ASA firewall.</p>
</p>
<p>On a PIX, this can be done from the command-line using the &#8220;no fixup protocol SMTP 25&#8221; command.&nbsp; It can also be disabled from the PIX Device Manager (PDM).</p>
</p>
<p>On an ASA, it&#8217;s a little different.&nbsp; From the command line (assuming your policy map is named &#8220;global_policy&#8221; and your class is named &#8220;inspection_default&#8221;):</p>
</p>
<p><span style="font-size: 10.0pt; font-family: Courier New; color: black;">CiscoASA(config)#</span><strong><span style="font-size: 10.0pt; font-family: Courier New; font-weight: normal;">policy-map<span style="color: black;"> global_policy</span></span></strong><span style="font-family: Courier New;"><br /> </span><span style="font-size: 10.0pt; font-family: Courier New; color: black;">CiscoASA(config-pmap)#<a href="http://www.cisco.com/en/US/customer/docs/security/asa/asa72/command/reference/c1_72.html#wp2037028"><span style="font-size: 11.0pt; color: black; text-decoration: none;">class</span></a></span><span style="font-family: Courier New;"> inspection_default</span><span style="font-size: 10.0pt; font-family: Courier New; color: black;"><br /> CiscoASA(config-pmap-c)#<a href="http://www.cisco.com/en/US/customer/docs/security/asa/asa72/command/reference/i2_72.html#wp1670771"><span style="font-size: 11.0pt; color: black; text-decoration: none;">no inspect esmtp</span></a>&nbsp;</span></p>
</p>
<p>From the Adaptive Security Device Manager (ASDM):</p>
</p>
<p class="MsoListParagraph" style=""><span style="">1.<span style="font: 7.0pt Times New Roman;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Go to Security Policy &#8211;&gt; Open the inspection rule:</p>
<p class="MsoListParagraph" style="margin-left: .25in;">
<p><a href='http://posterous.com/getfile/files.posterous.com/ajohnstone/D2DI0e2pJOtxAkLOUHQ4fVokAYuGElYyRLkoxMUVKlNp8o5ZnBeJT3mNg2DS/image004.png'><img src="http://posterous.com/getfile/files.posterous.com/ajohnstone/vsz58fepT3aKlXkPJ4GJBnSkUDjjahQ3Uv6OWLORp2zebQNsZJPLl2tK27ai/image004.png.scaled.500.jpg" width="500" height="113"/></a> </p>
</p>
<p class="MsoListParagraph" style=""><span style="">2.<span style="font: 7.0pt Times New Roman;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Go to the Rule Actions tab and uncheck the box next to &#8216;ESMTP&#8217;</p>
</p>
<p><a href='http://posterous.com/getfile/files.posterous.com/ajohnstone/VRTCZnkudubCGfBIQiRDyLV7z61Qw8M485EZiGmsvqt7ezj9WG9dOTq3ZIba/image005.png'><img src="http://posterous.com/getfile/files.posterous.com/ajohnstone/LL6vAjcwF6M30pVwC4qUFzRA5IiqBySvhRcNaPuVmeK8QgCz4nOvwO14FEdZ/image005.png.scaled.500.jpg" width="500" height="168"/></a> </p>
</p>
<p class="MsoListParagraph" style=""><span style="">3.<span style="font: 7.0pt Times New Roman;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Test from outside the PIX/ASA again by telnetting to port 25; your SMTP banner should now look like this (I have masked the name of the server for privacy).</p>
</p>
<p><a href='http://posterous.com/getfile/files.posterous.com/ajohnstone/M39pcAOgocKJmYyPE5I8OvR06A34afb2Uf4MdHAeYfM9Aqsy3YI38HWkOqw1/image001.png'><img src="http://posterous.com/getfile/files.posterous.com/ajohnstone/0SbYBogoaE0k0EDcHZnoJmEJrq9Fnr3DoOnDjYXTkpSh2uo25nKvKq5OlcMc/image001.png.scaled.500.jpg" width="500" height="63"/></a> </p>
</p>
<p>That&#8217;s it.&nbsp; I have made it standard practice to just disable this inspection rule on all Cisco ASA firewalls that I deploy to avoid problems.</p>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://aaronjohnstone.com/cisco-pixasa-causes-smtp-banner-corruption">Aaron Johnstone</a>  </p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fcisco-pixasa-causes-smtp-banner-corruption%2F&amp;linkname=Cisco%20PIX%2FASA%20Causes%20SMTP%20Banner%20Corruption" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fcisco-pixasa-causes-smtp-banner-corruption%2F&amp;linkname=Cisco%20PIX%2FASA%20Causes%20SMTP%20Banner%20Corruption" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fcisco-pixasa-causes-smtp-banner-corruption%2F&amp;linkname=Cisco%20PIX%2FASA%20Causes%20SMTP%20Banner%20Corruption" title="Evernote" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fcisco-pixasa-causes-smtp-banner-corruption%2F&amp;linkname=Cisco%20PIX%2FASA%20Causes%20SMTP%20Banner%20Corruption" title="Digg" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fcisco-pixasa-causes-smtp-banner-corruption%2F&amp;linkname=Cisco%20PIX%2FASA%20Causes%20SMTP%20Banner%20Corruption" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fcisco-pixasa-causes-smtp-banner-corruption%2F&amp;linkname=Cisco%20PIX%2FASA%20Causes%20SMTP%20Banner%20Corruption" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F11%2Fcisco-pixasa-causes-smtp-banner-corruption%2F&amp;linkname=Cisco%20PIX%2FASA%20Causes%20SMTP%20Banner%20Corruption"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.binarywar.com/2009/11/cisco-pixasa-causes-smtp-banner-corruption/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Set up VPN Client Access on a Cisco ASA</title>
		<link>http://www.binarywar.com/2009/10/set-up-vpn-client-access-on-a-cisco-asa/</link>
		<comments>http://www.binarywar.com/2009/10/set-up-vpn-client-access-on-a-cisco-asa/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 21:34:15 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.binarywar.com/2009/10/set-up-vpn-client-access-on-a-cisco-asa/</guid>
		<description><![CDATA[This article walks through how to configure a remote access VPN connection on a Cisco ASA 5500-series firewall. 1.  Log in to the Cisco ASDM 2.  Go to the Wizards menu and run the VPN Wizard. 3.  Choose the ‘Remote Access’ type on the VPN Tunnel Type page: 4.  Choose “Cisco VPN Client” for the [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 12.0pt; font-family: Times New Roman,serif;">This article walks through how to configure a remote access VPN connection on a Cisco ASA 5500-series firewall.</span></p>
<p><span style="font-size: 12.0pt; font-family: Times New Roman,serif;">1.  Log in to the Cisco ASDM</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;">2.  Go to the Wizards menu and run the VPN Wizard.</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;">3.  Choose the ‘Remote Access’ type on the VPN Tunnel Type page:</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;"><a href="http://posterous.com/getfile/files.posterous.com/ajohnstone/jb34JcnkbSvMQaog4cRhP8CQAiifNiKLjQjTNFm5Rhk8GyfaeJM7wzfH55sJ/image002.jpg"><img src="http://posterous.com/getfile/files.posterous.com/ajohnstone/dk5S3ouQn3c7GYO9uIDqa6qbNEqJRPnpdvVYatUNp8ZhrIWyzxaWb9MFddGf/image002.jpg.scaled.500.jpg" alt="" width="500" height="371" /></a> </span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;"> </span></p>
<p><span style="font-size: 12.0pt; font-family: Times New Roman,serif;"><br />
</span></p>
<p><span style="font-size: 12.0pt; font-family: Times New Roman,serif;">4.  Choose “Cisco VPN Client” for the VPN client type.</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;">5.  Set your pre-shared key and your Tunnel Group Name</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;">6.  Choose the client authentication method, either using the local user database or an AAA server group</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;">7.  Add a DHCP pool to be used for users connecting using a VPN client; use a different subnet than one already in use on your LAN</span></p>
<p><span style="font-size: 12.0pt; font-family: Times New Roman,serif;"><br />
</span></p>
<p><span style="font-size: 12.0pt; font-family: Times New Roman,serif;"> </span> <span style="font-size: 12.0pt; font-family: Times New Roman,serif;"><img src="http://posterous.com/getfile/files.posterous.com/ajohnstone/KvXkde4iKHNNmtLkvnVJqKU2dzTpFXJGIaBnTEdS4AiO9hcyoHNnF7HU2EsQ/image005.png" alt="" width="348" height="297" /> </span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;">8.   Configure the DHCP scope options, such as DNS, WINS, and default domain name</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;">9.   Set the IKE and IPSec policies; I normally use the defaults, which currently are 3DES-SHA</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;">10. Set the Address Translation Exemption and split tunneling options.  Typically, I use the internal network that the VPN-connected client will need access to and enable split tunneling.</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;">11. Click Next, then Finish.</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;">12. Go check the NAT exemption rules.  You should have a rule on the inside interface, exempting any traffic that is going to the VPN subnet (in this case 10.0.2.0/24) from NAT.  Should look like this:</span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;"><img src="http://posterous.com/getfile/files.posterous.com/ajohnstone/XEECECm1WlM3K8k2kIyLrl97SzucwH5MxblHwaTzK7O0RJst1ZEmKpZJXhz8/image003.jpg" alt="" width="471" height="302" /> </span><br />
<span style="font-size: 12.0pt; font-family: Times New Roman,serif;"> </span></p>
<p><span style="font-size: 12.0pt; font-family: Times New Roman,serif;">13. That is it; you are done!  You should be able to set up your Cisco VPN client, connect to the network, and test by pinging one of the servers on the internal LAN subnet.</span></p>
<ol type="1"></ol>
<p style="font-size: 10px;"><a href="http://posterous.com">Posted via email</a> from <a href="http://aaronjohnstone.com/set-up-vpn-client-access-on-a-cisco-asa">Aaron Johnstone</a></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fset-up-vpn-client-access-on-a-cisco-asa%2F&amp;linkname=Set%20up%20VPN%20Client%20Access%20on%20a%20Cisco%20ASA" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fset-up-vpn-client-access-on-a-cisco-asa%2F&amp;linkname=Set%20up%20VPN%20Client%20Access%20on%20a%20Cisco%20ASA" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fset-up-vpn-client-access-on-a-cisco-asa%2F&amp;linkname=Set%20up%20VPN%20Client%20Access%20on%20a%20Cisco%20ASA" title="Evernote" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fset-up-vpn-client-access-on-a-cisco-asa%2F&amp;linkname=Set%20up%20VPN%20Client%20Access%20on%20a%20Cisco%20ASA" title="Digg" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fset-up-vpn-client-access-on-a-cisco-asa%2F&amp;linkname=Set%20up%20VPN%20Client%20Access%20on%20a%20Cisco%20ASA" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fset-up-vpn-client-access-on-a-cisco-asa%2F&amp;linkname=Set%20up%20VPN%20Client%20Access%20on%20a%20Cisco%20ASA" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fset-up-vpn-client-access-on-a-cisco-asa%2F&amp;linkname=Set%20up%20VPN%20Client%20Access%20on%20a%20Cisco%20ASA"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.binarywar.com/2009/10/set-up-vpn-client-access-on-a-cisco-asa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Cisco ASA remote access VPN to use RADIUS</title>
		<link>http://www.binarywar.com/2009/10/configure-cisco-asa-remote-access-vpn-to-use-radius/</link>
		<comments>http://www.binarywar.com/2009/10/configure-cisco-asa-remote-access-vpn-to-use-radius/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 21:33:55 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server 2000]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.binarywar.com/2009/10/configure-cisco-asa-remote-access-vpn-to-use-radius/</guid>
		<description><![CDATA[This article will help with setting up a Cisco ASA 5500-series firewall to use RADIUS to query a Microsoft Windows Active Directory domain controller to authenticate users who are connecting in using the Cisco VPN client. 1. Install the Internet Authentication Service (IAS) Windows component 2. Open the IAS console 3. Add the Cisco ASA [...]]]></description>
			<content:encoded><![CDATA[<p>This article will help with setting up a Cisco ASA 5500-series firewall to use RADIUS to query a Microsoft Windows Active Directory domain controller to authenticate users who are connecting in using the Cisco VPN client.</p>
<p class="MsoListParagraph"><span>1.<span style="font: 7.0pt Times New Roman;"> </span></span>Install the Internet Authentication Service (IAS) Windows component</p>
<p class="MsoListParagraph"><span>2.<span style="font: 7.0pt Times New Roman;"> </span></span>Open the IAS console</p>
<p class="MsoListParagraph"><span>3.<span style="font: 7.0pt Times New Roman;"> </span></span>Add the Cisco ASA as a RADIUS client</p>
<p class="MsoListParagraph"><span>4.<span style="font: 7.0pt Times New Roman;"> </span></span>Edit the remote access policy in the IAS console as needed; enable “Unencrypted authentication (PAP, SPAP)” on the Authentication tab of the profile</p>
<p class="MsoListParagraph">
<p class="MsoListParagraph"><img src="http://posterous.com/getfile/files.posterous.com/ajohnstone/85YxHYJijM5AGZKDKTlUZ12epamDVGwC2zMfOmCI8kwjaP0xNHz9r807YwU3/image001.png" alt="" width="401" height="465" /></p>
<p class="MsoListParagraph">
<p class="MsoListParagraph"><span>5.<span style="font: 7.0pt Times New Roman;"> </span></span>Connect to your ASA (assuming you are using the ASDM)</p>
<p class="MsoListParagraph"><span>6.<span style="font: 7.0pt Times New Roman;"> </span></span>Go to the Properties tab, then to AAA Setup <span style="font-family: Wingdings;">à</span> AAA Server Groups</p>
<p class="MsoListParagraph"><span>7.<span style="font: 7.0pt Times New Roman;"> </span></span>Create new server group</p>
<p class="MsoListParagraph"><span>8.<span style="font: 7.0pt Times New Roman;"> </span></span>Add a server to the group</p>
<p class="MsoListParagraph"><span>9.<span style="font: 7.0pt Times New Roman;"> </span></span>Test the authentication</p>
<p class="MsoListParagraph"><span>10.<span style="font: 7.0pt Times New Roman;"> </span></span>Go into your VPN settings on the ASA (General <span style="font-family: Wingdings;">à</span> Tunnel Group <span style="font-family: Wingdings;">à</span> properties of the remote access VPN)</p>
<p class="MsoListParagraph"><span>11.<span style="font: 7.0pt Times New Roman;"> </span></span>Go to the General <span style="font-family: Wingdings;">à</span> Authentication tab and change the Authentication Server Group property to the new AAA Server Group that you just created</p>
<p class="MsoListParagraph"><span>12.<span style="font: 7.0pt Times New Roman;"> </span></span>Check the box to enable LOCAL authentication if the server group fails</p>
<p class="MsoListParagraph"><span>13.<span style="font: 7.0pt Times New Roman;"> </span></span>Test it with an Active Directory user account from outside using the Cisco VPN client</p>
<p style="font-size: 10px;"><a href="http://posterous.com">Posted via email</a> from <a href="http://aaronjohnstone.com/configure-cisco-asa-remote-access-vpn-to-use">Aaron Johnstone</a></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fconfigure-cisco-asa-remote-access-vpn-to-use-radius%2F&amp;linkname=Configure%20Cisco%20ASA%20remote%20access%20VPN%20to%20use%20RADIUS" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fconfigure-cisco-asa-remote-access-vpn-to-use-radius%2F&amp;linkname=Configure%20Cisco%20ASA%20remote%20access%20VPN%20to%20use%20RADIUS" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fconfigure-cisco-asa-remote-access-vpn-to-use-radius%2F&amp;linkname=Configure%20Cisco%20ASA%20remote%20access%20VPN%20to%20use%20RADIUS" title="Evernote" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fconfigure-cisco-asa-remote-access-vpn-to-use-radius%2F&amp;linkname=Configure%20Cisco%20ASA%20remote%20access%20VPN%20to%20use%20RADIUS" title="Digg" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fconfigure-cisco-asa-remote-access-vpn-to-use-radius%2F&amp;linkname=Configure%20Cisco%20ASA%20remote%20access%20VPN%20to%20use%20RADIUS" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fconfigure-cisco-asa-remote-access-vpn-to-use-radius%2F&amp;linkname=Configure%20Cisco%20ASA%20remote%20access%20VPN%20to%20use%20RADIUS" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fconfigure-cisco-asa-remote-access-vpn-to-use-radius%2F&amp;linkname=Configure%20Cisco%20ASA%20remote%20access%20VPN%20to%20use%20RADIUS"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.binarywar.com/2009/10/configure-cisco-asa-remote-access-vpn-to-use-radius/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Capturing Packets on a Linux Server</title>
		<link>http://www.binarywar.com/2009/10/capturing-packets-on-a-linux-server/</link>
		<comments>http://www.binarywar.com/2009/10/capturing-packets-on-a-linux-server/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 02:57:16 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.binarywar.com/2009/10/capturing-packets-on-a-linux-server/</guid>
		<description><![CDATA[Use the command: tcpdump &#124; grep isakmp This displays all packets passing through the tcp/ip stack on the linux server, pipes the output to the &#8220;grep&#8221; command, and ends up only displaying packets which are related to &#8220;isakmp&#8221;, the key exchange when attempting to establish an IPSEC PSK VPN connection.  Use other strings after &#8216;grep&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoPlainText"><span style="font-size: 12.0pt; font-family: Calibri,sans-serif;">Use the command:</span></p>
<p class="MsoPlainText"><span style="font-size: 12.0pt; font-family: Calibri,sans-serif;"> </span></p>
<p class="MsoPlainText"><span style="font-size: 12.0pt; font-family: Calibri,sans-serif;">tcpdump | grep isakmp</span></p>
<p class="MsoPlainText"><span style="font-size: 12.0pt; font-family: Calibri,sans-serif;"> </span></p>
<p class="MsoPlainText"><span style="font-size: 12.0pt; font-family: Calibri,sans-serif;">This displays all packets passing through the tcp/ip stack on the linux server, pipes the output to the &#8220;grep&#8221; command, and ends up only displaying packets which are related to &#8220;isakmp&#8221;, the key exchange when attempting to establish an IPSEC PSK VPN connection.  Use other strings after &#8216;grep&#8217; to find other types of packets.  Or, leave off the pipe and grep if you want to drink from a firehose. :-)<br />
</span></p>
<p style="font-size: 10px;"><a href="http://posterous.com">Posted via email</a> from <a href="http://aaronjohnstone.com/capturing-packets-on-a-linux-server">Aaron Johnstone</a></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fcapturing-packets-on-a-linux-server%2F&amp;linkname=Capturing%20Packets%20on%20a%20Linux%20Server" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fcapturing-packets-on-a-linux-server%2F&amp;linkname=Capturing%20Packets%20on%20a%20Linux%20Server" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fcapturing-packets-on-a-linux-server%2F&amp;linkname=Capturing%20Packets%20on%20a%20Linux%20Server" title="Evernote" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fcapturing-packets-on-a-linux-server%2F&amp;linkname=Capturing%20Packets%20on%20a%20Linux%20Server" title="Digg" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fcapturing-packets-on-a-linux-server%2F&amp;linkname=Capturing%20Packets%20on%20a%20Linux%20Server" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fcapturing-packets-on-a-linux-server%2F&amp;linkname=Capturing%20Packets%20on%20a%20Linux%20Server" title="Instapaper" rel="nofollow" target="_blank"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.binarywar.com%2F2009%2F10%2Fcapturing-packets-on-a-linux-server%2F&amp;linkname=Capturing%20Packets%20on%20a%20Linux%20Server"><img src="http://www.binarywar.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.binarywar.com/2009/10/capturing-packets-on-a-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
