<?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 ASA iPhone VPN Config</title>
	<atom:link href="http://jklogic.net/cisco-asa-iphone-vpn-config/feed/" rel="self" type="application/rss+xml" />
	<link>http://jklogic.net/cisco-asa-iphone-vpn-config/</link>
	<description>logical reality</description>
	<lastBuildDate>Wed, 11 Jan 2012 05:11:39 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dave</title>
		<link>http://jklogic.net/cisco-asa-iphone-vpn-config/comment-page-1/#comment-91540</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Wed, 14 Dec 2011 15:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/?p=23#comment-91540</guid>
		<description>You dont have to have ANYconnect lics do you for basic set up like this</description>
		<content:encoded><![CDATA[<p>You dont have to have ANYconnect lics do you for basic set up like this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fl</title>
		<link>http://jklogic.net/cisco-asa-iphone-vpn-config/comment-page-1/#comment-81989</link>
		<dc:creator>fl</dc:creator>
		<pubDate>Tue, 22 Nov 2011 12:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/?p=23#comment-81989</guid>
		<description>if you get connection but no traffic split tunnel is the problem so remote that ACL, my input to this config :)</description>
		<content:encoded><![CDATA[<p>if you get connection but no traffic split tunnel is the problem so remote that ACL, my input to this config <img src='http://jklogic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ced</title>
		<link>http://jklogic.net/cisco-asa-iphone-vpn-config/comment-page-1/#comment-73209</link>
		<dc:creator>ced</dc:creator>
		<pubDate>Mon, 31 Oct 2011 09:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/?p=23#comment-73209</guid>
		<description>Hello,

Thanks for this détailed Tutorial !!

But now I&#039;am in 8.4(1) and the &quot;nat (internal) 0 access-list NoNAT_ACL&quot; command is no longer usable.

Please, what synthax is correct for replacing the old one ?

thank you,

Ced,</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for this détailed Tutorial !!</p>
<p>But now I&#8217;am in 8.4(1) and the &#8220;nat (internal) 0 access-list NoNAT_ACL&#8221; command is no longer usable.</p>
<p>Please, what synthax is correct for replacing the old one ?</p>
<p>thank you,</p>
<p>Ced,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan</title>
		<link>http://jklogic.net/cisco-asa-iphone-vpn-config/comment-page-1/#comment-61434</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Wed, 10 Aug 2011 21:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/?p=23#comment-61434</guid>
		<description>@Rob: the &quot;inside&quot; part of the command refers to the name of the inside-facing interface on the ASA. For us, it&#039;s &quot;internal&quot; - so I entered &quot;nat (internal) 0 access-list NoNAT_ACL&quot; instead of what&#039;s above. We&#039;re running 8.2.5, btw.</description>
		<content:encoded><![CDATA[<p>@Rob: the &#8220;inside&#8221; part of the command refers to the name of the inside-facing interface on the ASA. For us, it&#8217;s &#8220;internal&#8221; &#8211; so I entered &#8220;nat (internal) 0 access-list NoNAT_ACL&#8221; instead of what&#8217;s above. We&#8217;re running 8.2.5, btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josue Garcia</title>
		<link>http://jklogic.net/cisco-asa-iphone-vpn-config/comment-page-1/#comment-42157</link>
		<dc:creator>Josue Garcia</dc:creator>
		<pubDate>Tue, 24 May 2011 21:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/?p=23#comment-42157</guid>
		<description>I&#039;ve try to put working with mac osx vs cisco asa 5505

I have no problems with ipsec, but I cant cross any traffic from mac network 172.30.30.0 to remote network 192.168.82.0, this is my conf, any ideas?


ASA Version 8.2(2) 
!
hostname ciscoasa
domain-name domain.local
names
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.82.2 255.255.255.0 
!
interface Vlan2
 nameif outside
 security-level 0
 ip address XXX.XXX.XXX.XXX 255.255.255.248 
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
ftp mode passive
dns server-group DefaultDNS
 domain-name domain.local
access-list RA_VPN_ACL extended permit ip 192.168.82.0 255.255.255.0 172.30.30.0 255.255.255.0 
access-list RA_VPN_SplitTunnel_ACL standard permit 192.168.82.0 255.255.255.0 
access-list NoNAT_ACL extended permit ip 192.168.82.0 255.255.255.0 172.30.30.0 255.255.255.0 
access-list inside_access_in extended permit ip 172.30.30.0 255.255.255.0 interface inside 
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool RA_VPN_POOL 172.30.30.100-172.30.30.200 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list NoNAT_ACL
nat (inside) 1 0.0.0.0 0.0.0.0
access-group inside_access_in in interface inside
!
router ospf 1
 log-adj-changes
!
route outside 0.0.0.0 0.0.0.0 200.66.64.209 1
route inside 192.168.70.0 255.255.255.0 192.168.82.1 1
route inside 192.168.72.0 255.255.255.128 192.168.82.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL 
aaa authentication http console LOCAL 
http server enable
http 192.168.72.0 255.255.255.128 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set RA_VPN_SET esp-aes esp-sha-hmac 
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map RA_VPN_MAP 1 set transform-set RA_VPN_SET
crypto dynamic-map RA_VPN_MAP 1 set reverse-route
crypto map RA_VPN 65535 ipsec-isakmp dynamic RA_VPN_MAP
crypto map RA_VPN interface outside
crypto isakmp enable outside
crypto isakmp policy 65535
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 5
ssh version 2
console timeout 0
dhcpd auto_config outside
!             

threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
group-policy RA_VPN_Policy internal
group-policy RA_VPN_Policy attributes
 dns-server value 4.2.2.2
 vpn-tunnel-protocol IPSec 
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value RA_VPN_SplitTunnel_ACL
 split-dns value domain.local 
username telecom password 8o9dUfeQPbbWT8FE encrypted privilege 15
username hespinosag password 8uJIq3lW8r1VHOG. encrypted
tunnel-group RA_VPN type remote-access
tunnel-group RA_VPN general-attributes
 address-pool RA_VPN_POOL
 default-group-policy RA_VPN_Policy
tunnel-group RA_VPN ipsec-attributes
 pre-shared-key *****
!
class-map inspection_default
 match default-inspection-traffic
!             
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum client auto
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map 
  inspect ftp 
  inspect h323 h225 
  inspect h323 ras 
  inspect rsh 
  inspect rtsp 
  inspect esmtp 
  inspect sqlnet 
  inspect skinny  
  inspect sunrpc 
  inspect xdmcp 
  inspect sip  
  inspect netbios 
  inspect tftp 
  inspect ip-options 
!
service-policy global_policy global
prompt hostname context 
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e
: end
ciscoasa#</description>
		<content:encoded><![CDATA[<p>I&#8217;ve try to put working with mac osx vs cisco asa 5505</p>
<p>I have no problems with ipsec, but I cant cross any traffic from mac network 172.30.30.0 to remote network 192.168.82.0, this is my conf, any ideas?</p>
<p>ASA Version 8.2(2)<br />
!<br />
hostname ciscoasa<br />
domain-name domain.local<br />
names<br />
!<br />
interface Vlan1<br />
 nameif inside<br />
 security-level 100<br />
 ip address 192.168.82.2 255.255.255.0<br />
!<br />
interface Vlan2<br />
 nameif outside<br />
 security-level 0<br />
 ip address XXX.XXX.XXX.XXX 255.255.255.248<br />
!<br />
interface Ethernet0/0<br />
 switchport access vlan 2<br />
!<br />
interface Ethernet0/1<br />
!<br />
interface Ethernet0/2<br />
!<br />
interface Ethernet0/3<br />
!<br />
interface Ethernet0/4<br />
!<br />
interface Ethernet0/5<br />
!<br />
interface Ethernet0/6<br />
!<br />
interface Ethernet0/7<br />
!<br />
ftp mode passive<br />
dns server-group DefaultDNS<br />
 domain-name domain.local<br />
access-list RA_VPN_ACL extended permit ip 192.168.82.0 255.255.255.0 172.30.30.0 255.255.255.0<br />
access-list RA_VPN_SplitTunnel_ACL standard permit 192.168.82.0 255.255.255.0<br />
access-list NoNAT_ACL extended permit ip 192.168.82.0 255.255.255.0 172.30.30.0 255.255.255.0<br />
access-list inside_access_in extended permit ip 172.30.30.0 255.255.255.0 interface inside<br />
pager lines 24<br />
logging asdm informational<br />
mtu inside 1500<br />
mtu outside 1500<br />
ip local pool RA_VPN_POOL 172.30.30.100-172.30.30.200 mask 255.255.255.0<br />
icmp unreachable rate-limit 1 burst-size 1<br />
no asdm history enable<br />
arp timeout 14400<br />
global (outside) 1 interface<br />
nat (inside) 0 access-list NoNAT_ACL<br />
nat (inside) 1 0.0.0.0 0.0.0.0<br />
access-group inside_access_in in interface inside<br />
!<br />
router ospf 1<br />
 log-adj-changes<br />
!<br />
route outside 0.0.0.0 0.0.0.0 200.66.64.209 1<br />
route inside 192.168.70.0 255.255.255.0 192.168.82.1 1<br />
route inside 192.168.72.0 255.255.255.128 192.168.82.1 1<br />
timeout xlate 3:00:00<br />
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02<br />
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00<br />
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00<br />
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute<br />
timeout tcp-proxy-reassembly 0:01:00<br />
dynamic-access-policy-record DfltAccessPolicy<br />
aaa authentication ssh console LOCAL<br />
aaa authentication http console LOCAL<br />
http server enable<br />
http 192.168.72.0 255.255.255.128 inside<br />
no snmp-server location<br />
no snmp-server contact<br />
snmp-server enable traps snmp authentication linkup linkdown coldstart<br />
crypto ipsec transform-set RA_VPN_SET esp-aes esp-sha-hmac<br />
crypto ipsec security-association lifetime seconds 28800<br />
crypto ipsec security-association lifetime kilobytes 4608000<br />
crypto dynamic-map RA_VPN_MAP 1 set transform-set RA_VPN_SET<br />
crypto dynamic-map RA_VPN_MAP 1 set reverse-route<br />
crypto map RA_VPN 65535 ipsec-isakmp dynamic RA_VPN_MAP<br />
crypto map RA_VPN interface outside<br />
crypto isakmp enable outside<br />
crypto isakmp policy 65535<br />
 authentication pre-share<br />
 encryption 3des<br />
 hash sha<br />
 group 2<br />
 lifetime 86400<br />
telnet timeout 5<br />
ssh 0.0.0.0 0.0.0.0 inside<br />
ssh timeout 5<br />
ssh version 2<br />
console timeout 0<br />
dhcpd auto_config outside<br />
!             </p>
<p>threat-detection basic-threat<br />
threat-detection statistics access-list<br />
no threat-detection statistics tcp-intercept<br />
webvpn<br />
group-policy RA_VPN_Policy internal<br />
group-policy RA_VPN_Policy attributes<br />
 dns-server value 4.2.2.2<br />
 vpn-tunnel-protocol IPSec<br />
 split-tunnel-policy tunnelspecified<br />
 split-tunnel-network-list value RA_VPN_SplitTunnel_ACL<br />
 split-dns value domain.local<br />
username telecom password 8o9dUfeQPbbWT8FE encrypted privilege 15<br />
username hespinosag password 8uJIq3lW8r1VHOG. encrypted<br />
tunnel-group RA_VPN type remote-access<br />
tunnel-group RA_VPN general-attributes<br />
 address-pool RA_VPN_POOL<br />
 default-group-policy RA_VPN_Policy<br />
tunnel-group RA_VPN ipsec-attributes<br />
 pre-shared-key *****<br />
!<br />
class-map inspection_default<br />
 match default-inspection-traffic<br />
!<br />
!<br />
policy-map type inspect dns preset_dns_map<br />
 parameters<br />
  message-length maximum client auto<br />
  message-length maximum 512<br />
policy-map global_policy<br />
 class inspection_default<br />
  inspect dns preset_dns_map<br />
  inspect ftp<br />
  inspect h323 h225<br />
  inspect h323 ras<br />
  inspect rsh<br />
  inspect rtsp<br />
  inspect esmtp<br />
  inspect sqlnet<br />
  inspect skinny<br />
  inspect sunrpc<br />
  inspect xdmcp<br />
  inspect sip<br />
  inspect netbios<br />
  inspect tftp<br />
  inspect ip-options<br />
!<br />
service-policy global_policy global<br />
prompt hostname context<br />
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e<br />
: end<br />
ciscoasa#</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://jklogic.net/cisco-asa-iphone-vpn-config/comment-page-1/#comment-42068</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 23 May 2011 15:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/?p=23#comment-42068</guid>
		<description>Can somebody translate this to the ASA 8.0.x software?  In particular, the no-nat line:

nat (inside) 0 access-list NoNAT_ACL

Thanks...</description>
		<content:encoded><![CDATA[<p>Can somebody translate this to the ASA 8.0.x software?  In particular, the no-nat line:</p>
<p>nat (inside) 0 access-list NoNAT_ACL</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moeabm</title>
		<link>http://jklogic.net/cisco-asa-iphone-vpn-config/comment-page-1/#comment-4257</link>
		<dc:creator>Moeabm</dc:creator>
		<pubDate>Wed, 13 Oct 2010 19:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/?p=23#comment-4257</guid>
		<description>This is simply beautiful. haha</description>
		<content:encoded><![CDATA[<p>This is simply beautiful. haha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Store VPN password on iPhone (3.0) IPSec Client</title>
		<link>http://jklogic.net/cisco-asa-iphone-vpn-config/comment-page-1/#comment-4177</link>
		<dc:creator>Store VPN password on iPhone (3.0) IPSec Client</dc:creator>
		<pubDate>Sat, 02 Oct 2010 09:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/?p=23#comment-4177</guid>
		<description>[...] personally prefer THIS blog [...]</description>
		<content:encoded><![CDATA[<p>[...] personally prefer THIS blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksey</title>
		<link>http://jklogic.net/cisco-asa-iphone-vpn-config/comment-page-1/#comment-3892</link>
		<dc:creator>Aleksey</dc:creator>
		<pubDate>Wed, 11 Aug 2010 14:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/?p=23#comment-3892</guid>
		<description>I have no problems too. I`ve iphone 3gs os 4.0.1 and ASA 5505!!! Thank you!</description>
		<content:encoded><![CDATA[<p>I have no problems too. I`ve iphone 3gs os 4.0.1 and ASA 5505!!! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kablooie</title>
		<link>http://jklogic.net/cisco-asa-iphone-vpn-config/comment-page-1/#comment-3134</link>
		<dc:creator>Kablooie</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://jklogic.net/?p=23#comment-3134</guid>
		<description>I have no problems with a similar conf on my asa5510 except the internal dns lookup does not work.</description>
		<content:encoded><![CDATA[<p>I have no problems with a similar conf on my asa5510 except the internal dns lookup does not work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

