 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: cisco vpn client outbound through PIX</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/cisco-vpn-client-outbound-through-pix/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/cisco-vpn-client-outbound-through-pix/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Brianna Proehl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cisco-vpn-client-outbound-through-pix/#comment-73420</link>
		<dc:creator>Brianna Proehl</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:24:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-73420</guid>
		<description><![CDATA[Very nice article.. Thanks for sharing..]]></description>
		<content:encoded><![CDATA[<p>Very nice article.. Thanks for sharing..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astronomer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cisco-vpn-client-outbound-through-pix/#comment-37395</link>
		<dc:creator>astronomer</dc:creator>
		<pubDate>Fri, 08 Apr 2005 15:05:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-37395</guid>
		<description><![CDATA[Does the person at your location have a public address? If so, you can use the rules we have to let IPsec come in from to a distant PIX thru our PIX. 
Here they are:
access-list outside_access_in remark inside ipsec clients to external pix
access-list outside_access_in permit udp host xx.xx.xx.xx xx.xx.xx.0 255.255.240.0 eq isakmp 
access-list outside_access_in permit esp host xx.xx.xx.xx xx.xx.xx.0 255.255.240.0 
We have a default rule letting nearly everything out, (I want to tighten this in the future). 
Another rule we have is: sysopt connection permit-ipsec
Actually we just clicked the bypass access check for ipsec and l2tp in the GUI. 
These rules allow IPsec both ways to the other organizations PIX without NAT. 
If you are NATing then you need to decide whether you want to tunnel the IPsec under TCP or UDP. A hint here is the port you specified. When you encapsulate IPsec under TCP with an easy vpn client the default port is 10000. I would try opening this TCP port both ways between the client and the other campany&#039;s PIX and make sure your PIX is set to allow IPsec thru it. Our cisco instructor said if you don&#039;t tell the PIX to let IPsec thru, it will kill any encrypted packets it sees. 
I can&#039;t promise this will work because we don&#039;t NAT our addresses.
rt
]]></description>
		<content:encoded><![CDATA[<p>Does the person at your location have a public address? If so, you can use the rules we have to let IPsec come in from to a distant PIX thru our PIX.<br />
Here they are:<br />
access-list outside_access_in remark inside ipsec clients to external pix<br />
access-list outside_access_in permit udp host xx.xx.xx.xx xx.xx.xx.0 255.255.240.0 eq isakmp<br />
access-list outside_access_in permit esp host xx.xx.xx.xx xx.xx.xx.0 255.255.240.0<br />
We have a default rule letting nearly everything out, (I want to tighten this in the future).<br />
Another rule we have is: sysopt connection permit-ipsec<br />
Actually we just clicked the bypass access check for ipsec and l2tp in the GUI.<br />
These rules allow IPsec both ways to the other organizations PIX without NAT.<br />
If you are NATing then you need to decide whether you want to tunnel the IPsec under TCP or UDP. A hint here is the port you specified. When you encapsulate IPsec under TCP with an easy vpn client the default port is 10000. I would try opening this TCP port both ways between the client and the other campany&#8217;s PIX and make sure your PIX is set to allow IPsec thru it. Our cisco instructor said if you don&#8217;t tell the PIX to let IPsec thru, it will kill any encrypted packets it sees.<br />
I can&#8217;t promise this will work because we don&#8217;t NAT our addresses.<br />
rt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r8escjohn</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cisco-vpn-client-outbound-through-pix/#comment-37396</link>
		<dc:creator>r8escjohn</dc:creator>
		<pubDate>Fri, 08 Apr 2005 11:33:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-37396</guid>
		<description><![CDATA[Here is the rule I put in our PIX 501 to allow VPN from Inside:
Permit-&gt;Source IP Address 0.0.0.0 :Outside-&gt;IP Prot ESP-&gt;Dest IP Address 0.0.0.0 Inside 
Hope this info helps!]]></description>
		<content:encoded><![CDATA[<p>Here is the rule I put in our PIX 501 to allow VPN from Inside:<br />
Permit-&gt;Source IP Address 0.0.0.0 :Outside-&gt;IP Prot ESP-&gt;Dest IP Address 0.0.0.0 Inside<br />
Hope this info helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy11983</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cisco-vpn-client-outbound-through-pix/#comment-37397</link>
		<dc:creator>andy11983</dc:creator>
		<pubDate>Fri, 08 Apr 2005 09:13:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-37397</guid>
		<description><![CDATA[Hi,

Thanks for all your help its much appreciated,

I dont know what is at the other end of vpn. The IT guy who set up the vpn client - told me to open port 10000 which i have done (he was really bossy) and now hes giving me grief because the client wont connect.

Anyway the client uses several machines withing an office (which is a seperate vlan).

We have ACL&#039;S in place for regular traffic and ports etc (port 80 and 21) how do i go about setting thi sup for IPSEC ? is it difficult to do?

Thanks for all your help again

Thanks

Andy ]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for all your help its much appreciated,</p>
<p>I dont know what is at the other end of vpn. The IT guy who set up the vpn client &#8211; told me to open port 10000 which i have done (he was really bossy) and now hes giving me grief because the client wont connect.</p>
<p>Anyway the client uses several machines withing an office (which is a seperate vlan).</p>
<p>We have ACL&#8217;S in place for regular traffic and ports etc (port 80 and 21) how do i go about setting thi sup for IPSEC ? is it difficult to do?</p>
<p>Thanks for all your help again</p>
<p>Thanks</p>
<p>Andy </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: defcharge</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cisco-vpn-client-outbound-through-pix/#comment-37398</link>
		<dc:creator>defcharge</dc:creator>
		<pubDate>Fri, 08 Apr 2005 05:11:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-37398</guid>
		<description><![CDATA[I apologize for my previous answer. I read your message wrong.  Please disregard my previous answer.

As far as your dilemma. If you have a static address to provide this user then it will be easy, setup a conduit or acl to allow this user ip address to pass IPSEC traffic to his VPN device.   Is the device on the other end a Cisco VPN concentrator or Pix firewall?  the ports for that type of access is usually UDP 500, UDP 4500, and 10000. There are also some other protocols such as esp, ah, gre, and isakmp.  You may want to check those ports to ensure you have the ability to receive that type of traffic on your firewall. PPTP is a MS protocol its not used on Cisco VPN clients.

]]></description>
		<content:encoded><![CDATA[<p>I apologize for my previous answer. I read your message wrong.  Please disregard my previous answer.</p>
<p>As far as your dilemma. If you have a static address to provide this user then it will be easy, setup a conduit or acl to allow this user ip address to pass IPSEC traffic to his VPN device.   Is the device on the other end a Cisco VPN concentrator or Pix firewall?  the ports for that type of access is usually UDP 500, UDP 4500, and 10000. There are also some other protocols such as esp, ah, gre, and isakmp.  You may want to check those ports to ensure you have the ability to receive that type of traffic on your firewall. PPTP is a MS protocol its not used on Cisco VPN clients.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: defcharge</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cisco-vpn-client-outbound-through-pix/#comment-37399</link>
		<dc:creator>defcharge</dc:creator>
		<pubDate>Fri, 08 Apr 2005 04:42:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-37399</guid>
		<description><![CDATA[You must setup crypto maps to use the Pix VPN. If you do not Cisco VPN clients connecting using VPN will not work. You can either use EasyVPN or Crypto Maps. I would suggest this article for samples. Its pretty easy.

http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a00801e71c0.shtml ]]></description>
		<content:encoded><![CDATA[<p>You must setup crypto maps to use the Pix VPN. If you do not Cisco VPN clients connecting using VPN will not work. You can either use EasyVPN or Crypto Maps. I would suggest this article for samples. Its pretty easy.</p>
<p><a href="http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a00801e71c0.shtml" rel="nofollow">http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a00801e71c0.shtml</a> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: defcharge</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cisco-vpn-client-outbound-through-pix/#comment-37400</link>
		<dc:creator>defcharge</dc:creator>
		<pubDate>Fri, 08 Apr 2005 04:41:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-37400</guid>
		<description><![CDATA[You must setup crypto maps to use the Pix VPN. If you do not Cisco VPN clients connecting using VPN will not work. You can either use EasyVPN or Crypto Maps. I would suggest this article for samples. Its pretty easy.

http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a00801e71c0.shtml ]]></description>
		<content:encoded><![CDATA[<p>You must setup crypto maps to use the Pix VPN. If you do not Cisco VPN clients connecting using VPN will not work. You can either use EasyVPN or Crypto Maps. I would suggest this article for samples. Its pretty easy.</p>
<p><a href="http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a00801e71c0.shtml" rel="nofollow">http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a00801e71c0.shtml</a> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.056 seconds using memcached
Object Caching 351/357 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 20:59:38 -->