<?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>Vishal Vasu&#039;s Tech Talk &#187; ISA Server</title>
	<atom:link href="http://www.vishalvasu.com/category/isa-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vishalvasu.com</link>
	<description>Opening Doors to Windows Technology</description>
	<lastBuildDate>Wed, 02 Jun 2010 12:49:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ISA 2006 Website Block List</title>
		<link>http://www.vishalvasu.com/isa-2006-website-block-list/</link>
		<comments>http://www.vishalvasu.com/isa-2006-website-block-list/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 09:10:27 +0000</pubDate>
		<dc:creator>Vishal Vasu</dc:creator>
				<category><![CDATA[ISA Server]]></category>
		<category><![CDATA[ISA server]]></category>

		<guid isPermaLink="false">http://www.vishalvasu.com/?p=230</guid>
		<description><![CDATA[One of the features in ISA Server 2006 is the ability to block traffic based on URL or Domain name. This means that traffic can be blocked for a particular website from ISA Server without disrupting the general Internet access rule.
I&#8217;ve compiled some Domain Name Sets and URL Sets from the Internet and zipped them [...]]]></description>
			<content:encoded><![CDATA[<p>One of the features in ISA Server 2006 is the ability to block traffic based on URL or Domain name. This means that traffic can be blocked for a particular website from ISA Server without disrupting the general Internet access rule.</p>
<p>I&#8217;ve compiled some Domain Name Sets and URL Sets from the Internet and zipped them for easy availability for ISA administrators. <a href="http://www.vishalvasu.com/uploaded_images/ISA-Block-List.zip" target="_blank"><strong>Download the ZIP</strong></a> file and extract it. Under <strong>Network Objects</strong> in the <strong>Toolbox</strong> tab, right click URL Sets and click <strong>Import</strong>. Choose a single XML file from the unzipped folder of URLs. Once you have imported all XMLs, follow the same procedure for <strong>Domain Name Sets</strong>.</p>
<p>The next step is to create a rule which denies traffic to the websites which are listed in the XML files that we imported. Start by creating a new rule. I&#8217;ve named my rule as <strong>&#8220;Block Custom Sites&#8221;</strong>.</p>
<p><img class="alignnone" title="Block Websites in ISA Server" src="http://www.vishalvasu.com/uploaded_images/isa-url-block-01.gif" alt="" width="503" height="385" /></p>
<p>In the Access Rule, choose <strong>&#8220;Deny&#8221;.</strong></p>
<p><img class="alignnone" title="Block Websites in ISA Server" src="http://www.vishalvasu.com/uploaded_images/isa-url-block-02.gif" alt="" width="505" height="386" /></p>
<p>Under protocols, choose <strong>HTTP</strong> and <strong>HTTPS</strong>.</p>
<p><img class="alignnone" title="Block Websites in ISA Server" src="http://www.vishalvasu.com/uploaded_images/isa-url-block-03.gif" alt="" width="503" height="385" /></p>
<p>Under Sources, choose <strong>Internal</strong> and <strong>VPN Clients</strong>.</p>
<p><img class="alignnone" title="Block Websites in ISA Server" src="http://www.vishalvasu.com/uploaded_images/isa-url-block-04.gif" alt="" width="503" height="386" /></p>
<p>Under Destinations, choose the XML lists that we imported. You can add multiple XML files.</p>
<p><img class="alignnone" title="Block Websites in ISA Server" src="http://www.vishalvasu.com/uploaded_images/isa-url-block-05.gif" alt="" width="268" height="416" /></p>
<p>Remember to shift the rule that we created to the top of all rules and we are done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vishalvasu.com/isa-2006-website-block-list/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Allowing CISCO VPN Client Traffic in ISA Server</title>
		<link>http://www.vishalvasu.com/allowing-cisco-vpn-client-traffic-in-isa-server/</link>
		<comments>http://www.vishalvasu.com/allowing-cisco-vpn-client-traffic-in-isa-server/#comments</comments>
		<pubDate>Fri, 01 May 2009 15:33:57 +0000</pubDate>
		<dc:creator>Vishal Vasu</dc:creator>
				<category><![CDATA[ISA Server]]></category>
		<category><![CDATA[CISCO VPN]]></category>
		<category><![CDATA[ISA server]]></category>

		<guid isPermaLink="false">http://www.vishalvasu.com/?p=166</guid>
		<description><![CDATA[I thought that this might be easy since all that may be required would be allow the IPSec and IKE Client traffic through a rule in ISA. But no it did not work.
To allow a CISCO client via IPSec/UDP to connect through an ISA 2006 firewall, I had to create custom protocol as under:
Port Number: [...]]]></description>
			<content:encoded><![CDATA[<p>I thought that this might be easy since all that may be required would be allow the IPSec and IKE Client traffic through a rule in ISA. But no it did not work.</p>
<p>To allow a CISCO client via IPSec/UDP to connect through an ISA 2006 firewall, I had to create custom protocol as under:</p>
<p><strong>Port Number:</strong> 500<br />
<strong>Protocol Type:</strong> UDP<br />
<strong>Direction:</strong> Send Receive</p>
<p><strong>Port Number:</strong> 4500<br />
<strong>Protocol Type:</strong> UDP<br />
<strong>Direction:</strong> Send Receive</p>
<p><strong>Port Number:</strong> 10000<br />
<strong>Protocol Type:</strong> UDP<br />
<strong>Direction:</strong> Send Recieve</p>
<p><img class="aligncenter" src="http://www.vishalvasu.com/uploaded_images/isa_cisco_ports-01.gif" alt="" width="430" height="467" /></p>
<p>I added all the ports in one custom protocol defination without Secondary Connections and then added an Access Rule to allow traffic from Internal to External for the above created custom protocol. Problem solved and the connections were now possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vishalvasu.com/allowing-cisco-vpn-client-traffic-in-isa-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISA Firewall Client Issues</title>
		<link>http://www.vishalvasu.com/isa-firewall-client-issues/</link>
		<comments>http://www.vishalvasu.com/isa-firewall-client-issues/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 07:25:14 +0000</pubDate>
		<dc:creator>Vishal Vasu</dc:creator>
				<category><![CDATA[ISA Server]]></category>
		<category><![CDATA[ISA server]]></category>

		<guid isPermaLink="false">http://www.vishalvasu.com/wordpress/?p=52</guid>
		<description><![CDATA[Recently I came across a situation in a company which ran ISA Firewall where the Outlook clients were not able to connect to external POP3/SMTP servers. The implementation of the firewall was being done by one of my friends and he was stuck up with this problem.
Upon further discussions with him, I came to know [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I came across a situation in a company which ran ISA Firewall where the Outlook clients were not able to connect to external POP3/SMTP servers. The implementation of the firewall was being done by one of my friends and he was stuck up with this problem.</p>
<p>Upon further discussions with him, I came to know that the clients were using the ISA Firewall client. The ISA Firewall machine was not a member of the domain &#8211; which is a good sign. There was a rule configured which allowed DNS, POP3 and SMTP protocols from the Internal network to the External networks. The rule was enabled for all Authenticated Users.</p>
<p>So far so good. Everything seems to be in place and configured right. But what is stopping this traffic?<br />
The problem was the default Firewall Client settings. In the application settings of the Firewall Client settings, OUTLOOK was set to Disable. Modified the value to 0, refreshed the Firewall Client and attempted a connection. BINGO! Everything was working fine now and a treat from my friend was due.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vishalvasu.com/isa-firewall-client-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
