<?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>Sérgio's blog &#187; Cisco</title>
	<atom:link href="http://www.smachado.com/category/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smachado.com</link>
	<description>About computers, software, gadgets, programming and more....</description>
	<lastBuildDate>Sun, 16 May 2010 20:40:15 +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>Cisco VPN: Connection drops recurrently after some time</title>
		<link>http://www.smachado.com/2009/07/cisco-vpn-connection-drops-recurrently-after-some-time/</link>
		<comments>http://www.smachado.com/2009/07/cisco-vpn-connection-drops-recurrently-after-some-time/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 05:40:20 +0000</pubDate>
		<dc:creator>smachado</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.smachado.com/?p=99</guid>
		<description><![CDATA[So tonight I was trying to work remotely and was getting dropped recurrently.
I went out to www.whatismyip.com and checked the IP returned against the IP address on my local connection. They were different.
Next I looked at the profile settings for Cisco VPN client and at the &#8220;Transport&#8221; tab enabled &#8220;Transparent Tunneling&#8221; and &#8220;IPSec over UDP [...]]]></description>
			<content:encoded><![CDATA[<p>So tonight I was trying to work remotely and was getting dropped recurrently.</p>
<p>I went out to www.whatismyip.com and checked the IP returned against the IP address on my local connection. They were different.</p>
<p>Next I looked at the profile settings for Cisco VPN client and at the &#8220;Transport&#8221; tab enabled &#8220;Transparent Tunneling&#8221; and &#8220;IPSec over UDP (NAT/PAT)&#8221;. It saved the day&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smachado.com/2009/07/cisco-vpn-connection-drops-recurrently-after-some-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco VPN Client: Remote peer is no longer responding.</title>
		<link>http://www.smachado.com/2009/02/cisco-vpn-client-remote-peer-is-no-longer-responding/</link>
		<comments>http://www.smachado.com/2009/02/cisco-vpn-client-remote-peer-is-no-longer-responding/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 15:56:28 +0000</pubDate>
		<dc:creator>smachado</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.smachado.com/?p=23</guid>
		<description><![CDATA[If you have a profile that used to work and is no longer working for you this might help&#8230; or not&#8230; The message &#8220;Remote peer is no longer responding&#8221; is used on more than one failure scenario.
Increase the log level on /etc/opt/cisco-vpnclient/vpnclient.ini:
[main]
BinDirPath=/usr/local/bin
EnableLog=1
[LOG.IKE]
LogLevel=15
[LOG.CM]
LogLevel=3
[LOG.CVPND]
LogLevel=3
[LOG.XAUTH]
LogLevel=3
[LOG.CERT]
LogLevel=3
[LOG.IPSEC]
LogLevel=15
[LOG.CLI]
LogLevel=3
[LOG.FIREWALL]
LogLevel=15
[LOG.PPP]
LogLevel=1
[LOG.DIALER]
LogLevel=1
[LOG.GUI]
LogLevel=1
Now Run:
# ipseclog ipseclog.txt &#38;
Cisco Systems VPN Client Version 4.8.02 (0030)
Copyright (C) 1998-2007 Cisco [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a profile that used to work and is no longer working for you this might help&#8230; or not&#8230; The message &#8220;Remote peer is no longer responding&#8221; is used on more than one failure scenario.</p>
<p>Increase the log level on /etc/opt/cisco-vpnclient/vpnclient.ini:</p>
<p>[main]<br />
BinDirPath=/usr/local/bin<br />
EnableLog=1<br />
[LOG.IKE]<br />
LogLevel=15<br />
[LOG.CM]<br />
LogLevel=3<br />
[LOG.CVPND]<br />
LogLevel=3<br />
[LOG.XAUTH]<br />
LogLevel=3<br />
[LOG.CERT]<br />
LogLevel=3<br />
[LOG.IPSEC]<br />
LogLevel=15<br />
[LOG.CLI]<br />
LogLevel=3<br />
[LOG.FIREWALL]<br />
LogLevel=15<br />
[LOG.PPP]<br />
LogLevel=1<br />
[LOG.DIALER]<br />
LogLevel=1<br />
[LOG.GUI]<br />
LogLevel=1</p>
<p>Now Run:</p>
<p># ipseclog ipseclog.txt &amp;<br />
Cisco Systems VPN Client Version 4.8.02 (0030)<br />
Copyright (C) 1998-2007 Cisco Systems, Inc. All Rights Reserved.<br />
Client Type(s): Linux<br />
Running on: Linux i686 #1 SMP Wed Feb 11 23:58:12 EST 2009 i686<br />
Config file directory: /etc/opt/cisco-vpnclient</p>
<p>[1] 5143<br />
#</p>
<p>And now try connecting again.</p>
<p>After it fails check /var/log/ipseclog.txt and try finding DEL_REASON_PEER_NOT_RESPONDING.</p>
<p>Then if the profile you&#8217;re using has EnableNAT=1 try changing to EnableNAT=0 and try connecting again.</p>
<p>This solved the problem for me.</p>
<p>If you still have the problem try also restarting your Internet connection or the network service (Fedora):</p>
<p># /etc/init.d/network restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smachado.com/2009/02/cisco-vpn-client-remote-peer-is-no-longer-responding/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
