<?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>IronTech Solutions Tech Blog &#187; VPN configuration</title>
	<atom:link href="http://blog.irontechsolutions.com/category/vpn-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.irontechsolutions.com</link>
	<description>Interesting issues and fixes we come across in the IT World</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:02:16 +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 Site to Site VPN Setup</title>
		<link>http://blog.irontechsolutions.com/2008/12/10/cisco-site-to-site-vpn-setup/</link>
		<comments>http://blog.irontechsolutions.com/2008/12/10/cisco-site-to-site-vpn-setup/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 03:08:00 +0000</pubDate>
		<dc:creator>IronTech</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[VPN configuration]]></category>
		<category><![CDATA[cisco config]]></category>
		<category><![CDATA[site to site VPN]]></category>

		<guid isPermaLink="false">http://www.irontechsolutions.com/blog/2008/12/10/cisco-site-to-site-vpn-steup/</guid>
		<description><![CDATA[I have worked in the I.T. world for a while now and to this day, I see so many issues when people are trying to setup a site to site vpn. Of course there are many routers that can do this but because I think Cisco is the gold standard in networking, I would like [...]]]></description>
			<content:encoded><![CDATA[<p>I have worked in the I.T. world for a while now and to this day, I see so many issues when people are trying to setup a site to site vpn. Of course there are many routers that can do this but because I think Cisco is the gold standard in networking, I would like to share a simple site-to-site setup I use with you.</p>
<p>This article assumes you have the Cisco routers on both ends setup and you are ready to get the tunnel up. Here is the simple list of steps to get this thing going. And remember, this is a basic configuration. You may need some more specific access lists to accomplish your goal.</p>
<blockquote><p>!!Lets setup a site to site shall we!!<br />
!!Apply the crypto map to the outside interface</p>
<p>Interface gig 0/1 crypto map tunnel-map</p>
<p>!!Now lets setup our policies</p>
<p>crypto isakmp policy 10<br />
encr 3des<br />
hash md5<br />
authentication pre-share<br />
group 2</p>
<p>!!We need a preshared key dont we</p>
<p>crypto isakmp key !yourkey! address x.x.x.x</p>
<p>!!Now for the transform set</p>
<p>crypto ipsec transform-set Here-to-There esp-3des esp-md5-hmac</p>
<p>!!And now its time for the tunnel map</p>
<p>crypto map tunnel-map 10 ipsec-isakmp<br />
set peer x.x.x.x (Remote Wan IP)<br />
set transform-set Here-to-There<br />
match address VPN</p>
<p>!!And of course the access list</p>
<p>ip access-list extended VPN permit ip 10.0.0.0 0.0.0.255 x.x.x.x 0.0.0.255 log</p>
<p>!!Dont forget to deny it from the nat list and remember that the deny statement should come before you permit the rest of the traffic.</p>
<p>ip access-list extended NAT<br />
deny ip 10.0.0.0 0.0.0.255 x.x.x.x 0.0.0.255</p></blockquote>
<p>To test these settings use the show crypto session commands and you should get something like this.</p>
<blockquote><p>RouterA# sh crypto session</p>
<p>Crypto session current status<br />
Interface: GigabitEthernet0/1Session status: UP-ACTIVE<br />
Peer: x.x.x.xport 500<br />
IKE SA: local x.x.x.x/500 remote x.x.x.x/500 Active<br />
IKE SA: local x.x.x.x/500 remote x.x.x.x/500 Active<br />
IPSEC FLOW: permit ip 10.0.0.0/255.255.255.0 10.0.1.0/255.255.255.0<br />
Active SAs: 0, origin: crypto map<br />
IPSEC FLOW: permit ip 10.0.0.0/255.255.255.0 10.0.1.0/255.255.255.0<br />
Active SAs: 2, origin: crypto map</p></blockquote>
<p>Thats it, pretty simple stuff huh? You just have to change the IPs to match your needs and put this in on both sides and it should work fine for you. If you have any problems post a comment and I will try to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.irontechsolutions.com/2008/12/10/cisco-site-to-site-vpn-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
