<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5155143875742485795</id><updated>2011-09-12T16:17:31.195+02:00</updated><category term='NAT'/><category term='Cryptography'/><category term='VPN'/><category term='Written'/><category term='General'/><category term='ASA'/><category term='GNS3/Dynamips'/><category term='Checkpoint'/><category term='BGP'/><category term='Cisco'/><category term='Design'/><category term='Routing'/><category term='FWSM'/><title type='text'>cisco ccie security attempt</title><subtitle type='html'>On the road to CCIE Security. Will try to post some things which I hope someone else will find useful</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>32</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-6466547146092962928</id><published>2010-10-19T10:20:00.000+02:00</published><updated>2010-10-19T10:39:03.726+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco'/><title type='text'>Test radius authentication on cisco</title><content type='html'>&lt;p&gt;There is a handy test commands once you've configured radius/tacacs and you're wondering if the authentication is working as expected. I've tested it on 3750 and 2800 with the specified versions of IOS below. According to cisco it should work from 12.2(28)SB. &lt;/p&gt;  &lt;p&gt;SW#sh ver   &lt;br /&gt;Cisco IOS Software, C3750 Software (C3750-IPBASEK9-M), Version 12.2(46)SE, RELEASE SOFTWARE (fc2)    &lt;br /&gt;SW#test aaa group radius server 1.2.3.4 auth-port 1645 user correctpass new-code    &lt;br /&gt;User successfully authenticated &lt;/p&gt;  &lt;p&gt;SW#test aaa group radius server 1.2.3.4 auth-port 1645 user wrongpass new-code   &lt;br /&gt;User rejected &lt;/p&gt;  &lt;p&gt;and on my 2800 router:    &lt;br /&gt;(C2800NM-ENTBASEK9-M), Version 12.4(13d), RELEASE SOFTWARE (fc2) &lt;/p&gt;  &lt;p&gt;R1#test aaa group radius user correctpass new-code   &lt;br /&gt;Trying to authenticate with Servergroup radius    &lt;br /&gt;User successfully authenticated &lt;/p&gt;  &lt;p&gt;R1#test aaa group radius user wrongpass new-code   &lt;br /&gt;Trying to authenticate with Servergroup radius &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Note that on 2800 if the authentication is not successful you dont get any output for it. Could be a bug solved in later versions, or might be working as designed ;-)&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-6466547146092962928?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/6466547146092962928/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=6466547146092962928' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/6466547146092962928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/6466547146092962928'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/10/test-radius-authentication-on-cisco.html' title='Test radius authentication on cisco'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-1888113203183500624</id><published>2010-03-27T22:32:00.000+01:00</published><updated>2010-03-27T22:32:40.037+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='GNS3/Dynamips'/><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Get rid of console timeout on GNS3/dynamips</title><content type='html'>&lt;p&gt;One of the things that I hate is the processor to be cycling on 100% while I'm trying to configure something. Most of the time the reason for it is console timeout. I'm using this script on each router to get rid of console timeout, and some other things: &lt;/p&gt;  &lt;p&gt;en    &lt;br /&gt;conf t     &lt;br /&gt;no ip domain-lookup     &lt;br /&gt;no cdp log mismatch duplex    &lt;br /&gt;line console 0     &lt;br /&gt;exec-timeout 33333     &lt;br /&gt;end     &lt;br /&gt;wr&lt;/p&gt;  &lt;p&gt;That will setup the timeout to 3 weeks and 2 days, and your processor can breath a bit ;-)&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-1888113203183500624?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/1888113203183500624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=1888113203183500624' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/1888113203183500624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/1888113203183500624'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/03/get-rid-of-console-timeout-on.html' title='Get rid of console timeout on GNS3/dynamips'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-3020505110408648048</id><published>2010-03-23T12:55:00.000+01:00</published><updated>2010-03-23T12:56:06.866+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BGP'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco'/><title type='text'>Troubleshooting BGP Flowchart</title><content type='html'>&lt;p&gt;Amazing... just came across this &lt;a href="http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009478a.shtml" target="_blank"&gt;flowchart&lt;/a&gt;. It is interactive as well!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-3020505110408648048?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/3020505110408648048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=3020505110408648048' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3020505110408648048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3020505110408648048'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/03/troubleshooting-bgp-flowchart.html' title='Troubleshooting BGP Flowchart'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-8350107768277395173</id><published>2010-03-14T12:53:00.000+01:00</published><updated>2010-03-14T12:58:59.943+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='NAT'/><category scheme='http://www.blogger.com/atom/ns#' term='FWSM'/><category scheme='http://www.blogger.com/atom/ns#' term='ASA'/><category scheme='http://www.blogger.com/atom/ns#' term='General'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco'/><title type='text'>Destination NAT (Outside NAT) on Cisco and xlate flags</title><content type='html'>&lt;p&gt;The task was extremely simple. The packet with: SRC: 10.111.0.0/24, DST: 192.168.252.10, needs to be translated to: SRC: 10.111.0.0/24, DST: 10.100.252.10. Having extensive amount of all kinds of NAT done on Checkpoint (you can do that with 3 clicks on Checkpoint), I thought this will be piece of cake. It took me 4-6 hours, going through many &lt;a href="http://www.cisco.com/en/US/products/hw/modules/ps2706/ps4452/tsd_products_support_model_home.html" target="_blank"&gt;Cisco FWSM examples&lt;/a&gt; and I had to write to &lt;a href="http://www.ipexpert.com/" target="_blank"&gt;IPexpert&lt;/a&gt; CCIE Security mailing list for help. &lt;/p&gt;  &lt;p&gt;I started to look for a way to use static (outside, inside) I as thought the first interface is the interface which will hit the packet. It turn out that I'm totally wrong, and it doesn't matter the order in the static statement as long the first statement match the real interface and the second interface match the mapped interface.&lt;/p&gt;  &lt;p&gt;At the end the config was: &lt;/p&gt;  &lt;p&gt;static (inside,outside) 192.168.252.10 10.100.252.10&lt;/p&gt;  &lt;p&gt;We can use: &lt;a href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm41/command/reference/s7.html#wp2754892" target="_blank"&gt;show xlate debug&lt;/a&gt; to verify the NAT: &lt;/p&gt;  &lt;p&gt;NAT from inside:10.100.252.10 to outside:192.168.252.10 flags &lt;strong&gt;si &lt;/strong&gt;idle 0:00:33 timeout 0:01:00 connections 0&lt;/p&gt;  &lt;p&gt;Note the &amp;quot;&lt;strong&gt;si&lt;/strong&gt;&amp;quot; flag above. The list of all flags: &lt;/p&gt;  &lt;p&gt;Flags: D - DNS, d - dump, I - identity, i - inside, n - no random,   &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; o - outside, r - portmap, s - static&lt;/p&gt;  &lt;p&gt;For explanation for each flag, check the table named: Translation Flags in the command refference for the version of the FWSM/ASA.&lt;/p&gt;  &lt;p&gt;Also few days ago, Cisco announced that they will do &lt;a href="http://www.cisco.com/en/US/docs/security/asa/asa83/release/notes/asarn83.html#wp229690" target="_blank"&gt;changes&lt;/a&gt; also on NAT in ASA version 8.3. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-8350107768277395173?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/8350107768277395173/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=8350107768277395173' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/8350107768277395173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/8350107768277395173'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/03/destination-nat-outside-nat-on-cisco.html' title='Destination NAT (Outside NAT) on Cisco and xlate flags'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-3402039697311774841</id><published>2010-03-02T18:21:00.001+01:00</published><updated>2010-03-02T18:21:21.632+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='FWSM'/><category scheme='http://www.blogger.com/atom/ns#' term='ASA'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco'/><title type='text'>NAT on FWSM and not good syslog message</title><content type='html'>&lt;p&gt;Syslog is absolutely my best friend in troubleshooting Cisco firewalls. Today, I got surprised by getting so &amp;quot;usual&amp;quot; message for such unpredictable issue. I hope Cisco can add new syslog message for this issue. I've checked &lt;a href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm41/system/message/syslog.html" target="_blank"&gt;version 4.1&lt;/a&gt; documentation of syslog messages, and I wasn't able to find syslog message when traffic is dropped due to passing between interfaces with same security levels. &lt;/p&gt;  &lt;p&gt;Today I was doing some NAT setup on FWSM 3.1. I wasn't sure that the config will work as there is no example on &lt;a href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/fwsm_cfg.html" target="_blank"&gt;configuration guide&lt;/a&gt; for 2 nat statements with same number on same interface with different source addresses. However there was an example of this in the &lt;a href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm40/configuration/guide/cfgnat_f.html#wp1042823" target="_blank"&gt;config guide&lt;/a&gt; for version 4.0 (Figure 15-15), so I wanted to try it if it will work. The configuration is below: &lt;/p&gt;  &lt;p&gt;nat (if1) 1 192.168.16.0 255.255.240.0   &lt;br /&gt;nat (if1) 1 192.168.32.0 255.255.224.0    &lt;br /&gt;nat (if1) 1 192.168.64.0 255.255.192.0    &lt;br /&gt;nat (if1) 1 10.101.0.0 255.255.0.0    &lt;br /&gt;nat (if1) 1 10.114.0.0 255.255.0.0    &lt;br /&gt;nat (if1) 1 10.128.0.0 255.128.0.0    &lt;br /&gt;nat (if2) 1 10.216.0.0 255.255.0.0    &lt;br /&gt;nat (if3) 1 10.100.0.0 255.255.0.0    &lt;br /&gt;global (if4) 1 8.8.8.8&lt;/p&gt;  &lt;p&gt;Everything worked as expected except the connections from if2. Looking at the log I got this message: &lt;/p&gt;  &lt;p&gt;Mar&amp;#160; 2 16:07:12 10.100.255.20 %FWSM-3-106011: Deny inbound (No xlate) tcp src if2:10.216.20.1/37377 dst if4&lt;/p&gt;  &lt;p&gt;I've checked the access-list, and the hitcounts were there, so next step in the traffic flow is matching of xlate table. I've removed the specific nat statement, re-tried and same message. I've added it again and re-tried, and again the same message. It took some time until I got the idea to check the security levels on the interfaces, and I got this: &lt;/p&gt;  &lt;p&gt;FWSM/context#show nameif   &lt;br /&gt;Interface&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Name&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Security    &lt;br /&gt;ethernet2&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if1&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 25    &lt;br /&gt;ethernet4&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if2&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 20    &lt;br /&gt;ethernet3&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if4&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 20    &lt;br /&gt;ethernet1&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if3&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 100    &lt;br /&gt;ethernet5&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if5&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 20&lt;/p&gt;  &lt;p&gt;After permitting traffic on same security levels interface, I got the connection: &lt;/p&gt;  &lt;p&gt;FWSM/context# show runn same-security-traffic   &lt;br /&gt;same-security-traffic permit inter-interface &lt;/p&gt;  &lt;p&gt;FWSM/context# show xlate debug | grep 10.216.20.1   &lt;br /&gt;TCP PAT from if2:10.216.20.1/34305 to if4:8.8.8.8/1039 flags ri idle 0:00:20 timeout 0:00:30 connections 1 &lt;/p&gt;  &lt;p&gt;FWSM/context# show conn detail | grep 10.216.20.1   &lt;br /&gt;TCP out 10.111.0.1:23 in 10.216.20.1:54785 idle 0:00:02 Bytes 64 FLAGS -&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-3402039697311774841?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/3402039697311774841/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=3402039697311774841' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3402039697311774841'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3402039697311774841'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/03/nat-on-fwsm-and-not-good-syslog-message.html' title='NAT on FWSM and not good syslog message'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-1474166560753673989</id><published>2010-02-28T19:18:00.001+01:00</published><updated>2010-02-28T19:20:53.264+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Routing'/><category scheme='http://www.blogger.com/atom/ns#' term='BGP'/><title type='text'>Next challenge, BGP</title><content type='html'>&lt;p&gt;After passing &lt;a href="http://cciesecure.blogspot.com/2010/02/first-design-exam-cisco-ccda.html" target="_blank"&gt;CCDA&lt;/a&gt;, my next adventure will be BGP. I'll use 2 sources, both of them recommended from my 2 colleagues who are CCIE holders. &lt;/p&gt;  &lt;p&gt;- &lt;a href="http://www.ciscopress.com/bookstore/product.asp?isbn=157870233X" target="_blank"&gt;Internet Routing Architectures&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;According to my colleagues this is the BGP bibles. I've been through the first 4 chapters, and I cant wait to finish it. &lt;/p&gt;  &lt;p&gt;In meantime I'll do some labs and troubleshooting using the book below (you should expect&amp;#160; uploaded dynamips files and diagrams here in near future, unless I get extremely busy or lazy ;-) ) &lt;/p&gt;  &lt;p&gt;- &lt;a href="http://www.ciscopress.com/bookstore/product.asp?isbn=1578700892" target="_blank"&gt;Routing TCP/IP volume II&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Jeff Doyle has a &lt;a href="http://www.networkworld.com/community/doyle" target="_blank"&gt;blog&lt;/a&gt; as well. &lt;/p&gt;  &lt;p&gt;And off course I'll consult one of the best (if not the best one) networking &lt;a href="http://blog.ioshints.info/" target="_blank"&gt;blog&lt;/a&gt; from BGP/MPLS guru Ivan.&lt;/p&gt;  &lt;p&gt;I'll keep you posted on this, I'm sure. In meantime if someone stumbled accross my messy blog, and have found another place with configuration tasks with solution in BGP, please leave a comment. &lt;/p&gt;  &lt;p&gt;Thank you!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-1474166560753673989?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/1474166560753673989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=1474166560753673989' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/1474166560753673989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/1474166560753673989'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/02/next-challenge-bgp.html' title='Next challenge, BGP'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-4448792200819672261</id><published>2010-02-28T19:02:00.001+01:00</published><updated>2010-02-28T19:02:25.464+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Design'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco'/><title type='text'>First design exam, Cisco CCDA</title><content type='html'>&lt;p&gt;Earlier this week I vent on CCDA. It wasn't that easy as I expected, but I got somewhat lucky and I was able to pass it with 87%. Passing score is around 82,5%.&lt;/p&gt;  &lt;p&gt;There were a lot of question from Security, Routing, VoIP, QOS and Wireless. Extensive amount of questions came from SONA and Hierarchical design methods (Access / Distribution / Core layers)&amp;#160;&amp;#160; Some of the questions were tricky and took some 10 minutes calculation before answering. &lt;/p&gt;  &lt;p&gt;I would like to share the books that I've used for preparation for this exam: &lt;/p&gt;  &lt;p&gt;- &lt;a href="http://www.topdownbook.com/" target="_blank"&gt;Top-Down Network Design&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I've been through this book page by page. I've enjoyed every second spent on it, as it tries to teach you how to think before designing some topology. Also the resources on the web page can be very helpful for the future. Highly recommended!&lt;/p&gt;  &lt;p&gt;- &lt;a href="http://www.ciscopress.com/bookstore/product.asp?isbn=1587201771" target="_blank"&gt;CCDA Official Exam Guide&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;After top-down book, I've been through Wireless and VoIP chapters from this book, and briefly reviewed routing part. Last week before the exam, I've been through summary part of each chapter, and used the quick reference guide: &lt;/p&gt;  &lt;p&gt;- &lt;a href="http://www.ciscopress.com/bookstore/product.asp?isbn=158705311X" target="_blank"&gt;CCDA Quick Reference Sheets&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;Make sure that you're very well prepared before sitting on this exam. It is tricky, and it covers a lot of material. &lt;/p&gt;  &lt;p&gt;Good Luck!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-4448792200819672261?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/4448792200819672261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=4448792200819672261' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/4448792200819672261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/4448792200819672261'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/02/first-design-exam-cisco-ccda.html' title='First design exam, Cisco CCDA'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-3830506966264206164</id><published>2010-02-23T13:03:00.001+01:00</published><updated>2010-02-23T13:03:56.788+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='FWSM'/><category scheme='http://www.blogger.com/atom/ns#' term='ASA'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco'/><title type='text'>nat-control</title><content type='html'>&lt;p&gt;There are times when you think that access-list have some problems, and then you'll find out that the hitcounts are increasing. You're almost sure that the traffic is passing, but you cant find connection in the connection table? You've checked syslog and you've found one of those beautiful syslog messages: &lt;/p&gt;  &lt;p&gt;%ASA-3-305005: No translation group found for tcp src inside:10.1.1.9/11039 dst outside:198.133.219.25/80&lt;/p&gt;  &lt;p&gt;%ASA-3-305006: regular translation creation failed for tcp src inside:10.1.1.9/11040 dst outside:198.133.219.25/80&lt;/p&gt;  &lt;p&gt;%FWSM-3-305005: No translation group found for tcp src inside:10.1.1.9/11039 dst outside:198.133.219.25/80&lt;/p&gt;  &lt;p&gt;%FWSM-3-305006: regular translation creation failed for tcp src inside:10.1.1.9/11040 dst outside:198.133.219.25/80&lt;/p&gt;  &lt;p&gt;We'll most probably you have nat-control enabled. You can verify it using the following command: &lt;/p&gt;  &lt;p&gt;FWSM/CONTEXT# show runn nat-control   &lt;br /&gt;nat-control&lt;/p&gt;  &lt;p&gt;Well, what is nat-control then? Nat-control is feature on Cisco firewalls to maximise the security. When it is enabled, each packet MUST match a NAT rule in order to pass the firewall. It is important to keep in mind that even packets initiated from HIGHER security level interface (inside) MUST match a NAT rule in order for the packet to be processed to lower security interface (outside). Nat-control is disabled by default.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-3830506966264206164?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/3830506966264206164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=3830506966264206164' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3830506966264206164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3830506966264206164'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/02/nat-control.html' title='nat-control'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-3836225570647628252</id><published>2010-02-06T11:27:00.001+01:00</published><updated>2010-02-06T11:27:57.464+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><category scheme='http://www.blogger.com/atom/ns#' term='Design'/><title type='text'>Going aside - Network Design</title><content type='html'>&lt;p&gt;I've started to get more responsibilities of proposal of new solutions to our customer, not only related to security, I've decided to go through some design books, and maybe attempt a design exam from Cisco as well. &lt;/p&gt;  &lt;p&gt;About CCSE, I'll wait for &lt;a href="http://www.cbtnuggets.com/webapp/trainers?id=35" target="_blank"&gt;Bobby&lt;/a&gt; video to came out in February, and I think that should fill the gap needed for me to pass CCSE. &lt;/p&gt;  &lt;p&gt;In meantime few days I go, I came across this &lt;a href="http://www.topdownbook.com/" target="_blank"&gt;book&lt;/a&gt;. What I like about it that it is not exam oriented, like certification guides, but it is more oriented to teach you how to think as designer.&lt;/p&gt;  &lt;p&gt;Also very useful resources on author book &lt;a href="http://www.topdownbook.com/" target="_blank"&gt;site&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;For me now there are 2 path's: &lt;/p&gt;  &lt;p&gt;1. CCSE, CCIE Security Written and CCIE lab. &lt;/p&gt;  &lt;p&gt;2. CCDA, then BGP, a bit of voice, and then CCDP.&lt;/p&gt;  &lt;p&gt;Will depends on what role I'll have in the future of the project. Anyway, I'm sure I'll enjoy both path's.&amp;#160; &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-3836225570647628252?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/3836225570647628252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=3836225570647628252' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3836225570647628252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3836225570647628252'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/02/going-aside-network-design.html' title='Going aside - Network Design'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-141727386813027612</id><published>2010-02-04T15:17:00.001+01:00</published><updated>2010-02-04T15:17:05.619+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco'/><title type='text'>Portchanneling, or how to bring the LAN down</title><content type='html'>&lt;p&gt;I had a lot of fun doing LAN refresh implementation on site for our client last 18 months. Sites were somewhere between 100 - 700+ users, and the number of switches were from 5 - 40. Gathering information's for their existing LAN, Preparing the design and configuration is one thing, on site implementation is something different, more challenging and more interesting. &lt;/p&gt;  &lt;p&gt;Yesterday I've found out that is extremely easy to break such LAN remotely. With 1 move we've lost access to the core switch, whole site was down for 5-10 minutes, and after reloading of the core switch, and re-configuring everything was fine.&lt;/p&gt;  &lt;p&gt;The task was to move a server from one VLAN to another, and to force that server to communicate with the site through the firewall installed on site. The routing function for the new VLAN is done by an UTM-1 Egde firewall, which is connected to the core switch. The server was connected on Access switch (same as the WAN router). I've made a step-by-step explanation for my colleague who had to perform the task, and I've made 1 mistake about portchanneling. I've asked him to modify the physical interfaces, instead of portchanneling interface. As soon as he started with the change, I got call from him that the site is down. I vent to his PC and I see the putty session with last command entered: &amp;quot;switchport trunk allowed vlan add 201&amp;quot; as instructed. Everything was down, so we called on site, they confirmed that site is down, and we asked the switch to be reloaded. It took 5-10 minutes, and we checked the command reference for portchanneling in meantime. One of the mistakes was that switchport configuration was edited on PHYSICAL interface, instead of virtual PORTCHANNEL (Po5) interface. After reload my colleague added the new VLAN on the Portchannel interface of the Access Switch first, and then added it on the Portchannel interface of Core switch, and everything vent ok. (the physical interfaces config got updated automatically as expected). Change vent fine, that server was migrated, and all the NATted connections towards the server were working as expected. &lt;/p&gt;  &lt;p&gt;The &amp;quot;mystery&amp;quot; remained... why the heck we lost access to the Core switch? The Core switch have loopback interface and even that was not reachable until the switch got rebooted. I was enlighten by one of our colleagues, a CCIE R&amp;amp;S holder. &lt;/p&gt;  &lt;p&gt;On 158 of the 160 sites, the WAN Router (Provided by ISP) is directly physically connected to the Core Switch. On 2 of the sites (I got this info today) the WAN router wasn't placed in the same room as the Core switch, and then we use portchannel bundled with 4 or more Gigabit physical interfaces, between the Core switch and the &amp;quot;Access&amp;quot; switch which is physically connected to the WAN router. Off course I didn't check if this was the case. So the logical L3 diagram was like :WAN-&amp;gt;CORE----&amp;gt;ACCESS, but physically they were like: WAN-&amp;gt;ACCESS----&amp;gt;CORE. By breaking the portchannel between the Core and Access switch, we lost access to the Core Switch, as the Core Switch wasn't physically connected to the WAN router.&lt;/p&gt;  &lt;p&gt;Lessons learned: &lt;/p&gt;  &lt;p&gt;1. Verify the network diagram. Verify if the configuration of the device corresponds to the diagram. (This should take less then 10 minutes, you can find outputs below)&lt;/p&gt;  &lt;p&gt;2. Check the command reference and/or examples in case you haven't done the task recently (add vlan on a port-channel)&lt;/p&gt;  &lt;p&gt;3. Do not make too many assumptions. &lt;/p&gt;  &lt;p&gt;CORE#show ip route   &lt;br /&gt;S*&amp;#160;&amp;#160; 0.0.0.0/0 [1/0] via 10.122.134.1 &lt;/p&gt;  &lt;p&gt;CORE#show arp | inc 10.122.134.1   &lt;br /&gt;Internet&amp;#160; 10.122.134.1&amp;#160;&amp;#160; 24&amp;#160;&amp;#160; 0000.0c07.ac01&amp;#160; ARPA&amp;#160;&amp;#160; Vlan100 &lt;/p&gt;  &lt;p&gt;CORE#show mac address-table | inc 0000.0c07.ac01   &lt;br /&gt; 100&amp;#160;&amp;#160;&amp;#160; 0000.0c07.ac01&amp;#160;&amp;#160;&amp;#160; DYNAMIC&amp;#160;&amp;#160;&amp;#160;&amp;#160; Po5&lt;/p&gt;  &lt;p&gt;CORE#show int po5 | inc Members   &lt;br /&gt;&amp;#160; Members in this channel: Gi1/0/5 Gi1/0/6 Gi2/0/5 Gi2/0/6&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;CORE#show cdp nei Gi1/0/5    &lt;br /&gt;Device ID&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Local Intrfce&amp;#160;&amp;#160;&amp;#160;&amp;#160; Holdtme&amp;#160;&amp;#160;&amp;#160; Capability&amp;#160; Platform&amp;#160; Port     &lt;br /&gt;ACCESS&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Gig 1/0/5&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 120&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; S I&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WS-C3750- Gig 1/0/1&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-141727386813027612?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/141727386813027612/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=141727386813027612' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/141727386813027612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/141727386813027612'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/02/portchanneling-or-how-to-bring-lan-down.html' title='Portchanneling, or how to bring the LAN down'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-3723381599649503995</id><published>2010-02-02T17:08:00.001+01:00</published><updated>2010-02-02T17:28:31.610+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Change password on non-admin user in SPLAT</title><content type='html'>&lt;p&gt;Unbelievable, but true. &lt;/p&gt;  &lt;p&gt;Passwd command is used by Checkpoint to change ONLY expert password :-)&lt;/p&gt;  &lt;p&gt;Do not try to use &amp;quot;passwd &amp;lt;username&amp;gt;&amp;quot; as that wont do the job :-)&lt;/p&gt;  &lt;p&gt;[Expert@nd00001]# passwd    &lt;br /&gt;Enter new expert password:     &lt;br /&gt;[Expert@nd00001]# passwd user     &lt;br /&gt;Enter new expert password:&lt;/p&gt;  &lt;p&gt;After a bit of scratching my head I got this: &lt;/p&gt;  &lt;p&gt;[Expert@nd00001]# which passwd    &lt;br /&gt;alias passwd='/bin/expert_passwd'     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; /bin/expert_passwd     &lt;br /&gt;[Expert@nd00001]# more /bin/expert_passwd &lt;/p&gt;  &lt;p&gt;******** /bin/expert_passwd: Not a text file ********&lt;/p&gt;  &lt;p&gt;Luckily there is still good old passwd stored in /usr/bin/: &lt;/p&gt;  &lt;p&gt;[Expert@nd00001]# /usr/bin/passwd test    &lt;br /&gt;Changing password for user test.     &lt;br /&gt;New UNIX password:     &lt;br /&gt;BAD PASSWORD: it is too short     &lt;br /&gt;Retype new UNIX password:     &lt;br /&gt;passwd: all authentication tokens updated successfully.&lt;/p&gt;  &lt;p&gt;This strangely reminds me on the good old &lt;a href="http://www.amazon.com/UNIX-Hints-Hacks-Kirk-Waingrow/dp/0789719274" target="_blank"&gt;&amp;quot;su&amp;quot;&lt;/a&gt; hack. Lessons learned from that hack is: &amp;quot;Make sure you ALWAYS use full path to your binaries!!!&amp;quot; &lt;/p&gt;  &lt;p&gt;Checkpoint confirmed that in a bit strange way ;-)&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-3723381599649503995?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/3723381599649503995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=3723381599649503995' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3723381599649503995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3723381599649503995'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/02/change-password-on-non-admin-user-in.html' title='Change password on non-admin user in SPLAT'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-2263518525193331323</id><published>2010-02-02T16:58:00.001+01:00</published><updated>2010-02-02T17:14:34.596+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Download backup from SmartCenter using SCP</title><content type='html'>&lt;p&gt;SFTP didn't worked on R62, and I decided to try SCP. I had to check &lt;a href="http://www.cpug.org/forums/" target="_blank"&gt;CPUG&lt;/a&gt; in order to get this done :-)&lt;/p&gt;  &lt;p&gt;Basically this is what you need to do: &lt;/p&gt;  &lt;p&gt;1. Download &lt;a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank"&gt;PSCP&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2. Edit /etc/scpusers file, adding your username into the file, 1 user per line&lt;/p&gt;  &lt;p&gt;3. Change the shell to /bin/bash for your user in /etc/passwd&lt;/p&gt;  &lt;p&gt;4. Restart ssh deamon: &amp;quot;service sshd restart&amp;quot;&lt;/p&gt;  &lt;p&gt;5. Use command similar to: &lt;/p&gt;  &lt;p&gt;C:\Documents and Settings\USER\Desktop&amp;gt;pscp -scp    &lt;br /&gt;user@10.100.2.20:/var/CPbackup/backups/backup_hostname.domain.com_2_2_2010_10_47.tgz     &lt;br /&gt;F:\Provider\backup\backup_hostname.domain.com_2_2_2010_10_47.tgz     &lt;br /&gt;user@10.100.2.20's password:     &lt;br /&gt;backup_hostname.domain.com_2 | 236672 kB | 9466.9 kB/s | ETA: 00:02:15 |&amp;#160; 15%&lt;/p&gt;  &lt;p&gt;That's all! &lt;/p&gt;  &lt;p&gt;P.S. Dont forget to check md5 checksum after you got that file transferred ;-)&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-2263518525193331323?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/2263518525193331323/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=2263518525193331323' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/2263518525193331323'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/2263518525193331323'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/02/download-backup-from-smartcenter-using.html' title='Download backup from SmartCenter using SCP'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-1939093451929837318</id><published>2010-01-23T10:01:00.001+01:00</published><updated>2010-01-23T10:19:17.169+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>CheckPoint CCSE Failed with 63%</title><content type='html'>&lt;p&gt;It is my first failure on certification exam, and I've been on more then 10 exams so far.&lt;/p&gt;  &lt;p&gt;My feeling studying for this exam is that Checkpoint doesn't teach you how the things work according to RFC, but where to click in the GUI in order something to work.&lt;/p&gt;  &lt;p&gt;I was amazed again from exam quality. 3 of the questions were repeated with different answers. 4-5 of the questions I wasn't able to understand. There was a mistake in the questions instead of &amp;quot;process&amp;quot; was mentioned &amp;quot;device&amp;quot;, and thing like that. &lt;/p&gt;  &lt;p&gt;I got 50% on remote access, VPN :-) , Clustering, and 60% on Site-to-Site VPN :-) And there was plenty of theoretical questions on the exam. I hope they can verify their theoretical questions, as really they were close to impossible to understand them. Also they are not following the RFC terminology on the technical questions. With my background in &lt;a href="http://cciesecure.blogspot.com/2009/11/improve-knowledge-in-cryptography.html" target="_blank"&gt;Cryptography&lt;/a&gt; and hands on practice on VPN with the product, I shouldn't have any problem getting 100% on many of the topics. &lt;/p&gt;  &lt;p&gt;But, &lt;a href="http://www.youtube.com/watch?v=WlBiLNN1NhQ" target="_blank"&gt;always look on the bright side of life&lt;/a&gt; :-)&lt;/p&gt;  &lt;p&gt;The plan is to show up once more in 2 weeks. In meantime I'll go through the material one more time, and I'll blog my notes for each topic. &lt;/p&gt;  &lt;p&gt;That will definitely be my last exam in Checkpoint. I dont think it is worth to spent time, money and nerves on exam with such poor quality.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-1939093451929837318?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/1939093451929837318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=1939093451929837318' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/1939093451929837318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/1939093451929837318'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/01/checkpoint-ccse-failed-with-63.html' title='CheckPoint CCSE Failed with 63%'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-5690601720060273983</id><published>2010-01-18T10:03:00.000+01:00</published><updated>2010-01-18T10:04:43.878+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Checkpoint CCSE, 1 week before exam day</title><content type='html'>&lt;p&gt;I've been through most of the material so far, except SSL Network Extender and Clientless VPN. I'll do this tonight, and I'll book my exam either on friday this week, or monday next week.&lt;/p&gt;  &lt;p&gt;Few notes so far: I advise you to go through material in the following order: &lt;/p&gt;  &lt;p&gt;1. Upgrade Chapters&lt;/p&gt;  &lt;p&gt;2. High Availability and Cluster XL&lt;/p&gt;  &lt;p&gt;3. VPN theory chapters&lt;/p&gt;  &lt;p&gt;4. Site to Site VPN chapters&lt;/p&gt;  &lt;p&gt;5. Remote Access VPN chapters&lt;/p&gt;  &lt;p&gt;The reason for that is because in VPN chapters there are a lot of ClusterXL related stuff, and I had to go back and forward between them all the time, so I decided to go through ClusterXL before VPNs. &lt;/p&gt;  &lt;p&gt;Note that Load Sharing mode will not work with 15day licence. You need to licence your virtual machines, before making those labs. There is 30 day evaluation version on the CD which comes with the book. &lt;/p&gt;  &lt;p&gt;You can find details of used materials &lt;a href="https://spreadsheets.google.com/ccc?key=0Ahw08XDrLtPSdFhxUFlYZzhsYWhfbmEtVVl2VjZ2TEE&amp;amp;hl=en" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-5690601720060273983?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/5690601720060273983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=5690601720060273983' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/5690601720060273983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/5690601720060273983'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/01/checkpoint-ccse-1-week-before-exam-day.html' title='Checkpoint CCSE, 1 week before exam day'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-3425457661281216153</id><published>2010-01-13T18:00:00.001+01:00</published><updated>2010-01-13T18:00:58.521+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Checkpoint CCSE Progress</title><content type='html'>&lt;p&gt;I've decided to prepare for this exam, as I dont have experience with Remote Access and ClusterXL. Those 2 topics will take most of the time for my practice with the virtual machines.&lt;/p&gt;  &lt;p&gt;I got soft copy of Check Point Security Administration II NGX 1.1 from a colleague who was on the course in 2007, and I'll use that book for the labs. &lt;/p&gt;  &lt;p&gt;For the theoretical part, I've decided to use Checkpoint Official guides, as it will be easier for the future. I'll review the theoretical part in the official course book as well. &lt;/p&gt;  &lt;p&gt;I expect to sit on exam in 2-3 weeks. &lt;/p&gt;  &lt;p&gt;You can find more details &lt;a href="https://spreadsheets.google.com/ccc?key=0Ahw08XDrLtPSdFhxUFlYZzhsYWhfbmEtVVl2VjZ2TEE&amp;amp;hl=en" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-3425457661281216153?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/3425457661281216153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=3425457661281216153' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3425457661281216153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3425457661281216153'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/01/checkpoint-ccse-progress.html' title='Checkpoint CCSE Progress'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-3979111906190881732</id><published>2010-01-08T14:23:00.001+01:00</published><updated>2010-01-08T14:23:57.844+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Checkpoint CCSA passed with 81%</title><content type='html'>&lt;p&gt;Yesterday I've passed the exam with 81%.&amp;#160; The score is not that good, because I got 33% on the LDAP questions (I was too lazy to install AD on my Windows 2003 machine, and there were 7-8 LDAP questions) The rest of the topics vent fine with some of them above 70% and most of them above 80%. I've finished 5 topics with 100%. &lt;/p&gt;  &lt;p&gt;Few questions on the exam were rather strange, and I wasn't able to understand them, even after 5 times reading. One of the questions had multiple choice answer (from 5 options) and 1 of the answer offered was: 1, 3 and 3 :) I've wrote a comment on that question, so I hope no one will get it again. There were 7-8 questions from general Network Security, not related to Checkpoint products at all. &lt;/p&gt;  &lt;p&gt;Except the sources specified in this &lt;a href="http://cciesecure.blogspot.com/2010/01/checkpoint-ccsa-instead-of-ccie-written.html"&gt;post&lt;/a&gt;, I've used the following: &lt;/p&gt;  &lt;p&gt;- QOS Chapter from NGX II version 1.1 book&lt;/p&gt;  &lt;p&gt;- SmartDefense white &lt;a href="http://www.netfast.com/xq/asp/qx/PDF/checkpoint/smartdefense_whitepaper.pdf"&gt;paper&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;- 2 very good blogs/sites: &lt;a href="http://www.fir3net.com/Firewalls/Checkpoint/"&gt;fir3net&lt;/a&gt; and &lt;a href="http://www.netleets.com/search/label/Checkpoint"&gt;netl33ts&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Good Luck!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-3979111906190881732?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/3979111906190881732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=3979111906190881732' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3979111906190881732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3979111906190881732'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/01/checkpoint-ccsa-passed-with-81.html' title='Checkpoint CCSA passed with 81%'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-5790540274941386186</id><published>2010-01-06T10:58:00.000+01:00</published><updated>2010-01-06T11:18:46.272+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><category scheme='http://www.blogger.com/atom/ns#' term='Written'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco'/><title type='text'>DHCP Snooping on Cisco Switches</title><content type='html'>&lt;p&gt;DHCP protocol is widely used and have security issues as it was build long time ago before there was need for network security. Cisco have implemented several enhancements in IOS to (partially) protect and stop most of the DHCP attacks. Port Security, DHCP Snooping, IP Source Guard and Dynamic ARP Inspections are mostly used these days. &lt;/p&gt;  &lt;p&gt;DHCP Snooping is a security feature which protect the network clients to receive IP settings from rogue DHCP servers. Ports can be classified into 2 types: trusted and untrusted. Ports which are connected to a authorized DHCP servers have to be configured as trusted. All the rest should be configured as untrusted (the default value). Trusted ports are bypassed from DHCP Snooping validation. DHCP Snooping feature can be enabled per Vlan.&lt;/p&gt;  &lt;p&gt;Enabling this feature will create DHCP Snooping binding database&amp;#160; with support up to 8192 entries. In that database there are records for: IP address of the client, MAC Address of the client, DHCP lease time, Interface on which the client is connected and VLAN number (there are also checksums for each entry and one checksum for the file)&lt;/p&gt;  &lt;p&gt;The switch is comparing Source MAC Address with DHCP CHADDR (Client Hardware Address). If those 2 addresses match, packet is forwarded. In other case, the packet is dropped.&lt;/p&gt;  &lt;p&gt;The switch will drop the packet if: &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Packet originated from DHCP server is received on untrusted port &lt;/li&gt;    &lt;li&gt;The Source MAC Address is different then the CHADDR &lt;/li&gt;    &lt;li&gt;The switch receive a DHCPRELEASE on interface for a MAC address which doesn't match the interface in the DHCP Snooping binding database &lt;/li&gt;    &lt;li&gt;DHCP relay agent forwards a packet that includes option-82 information to an untrusted port. (this situation will be covered in another post, as I've experienced this in practice recently) &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Example of DHCP Snooping configuration: &lt;/p&gt;  &lt;p&gt;Switch(config)# ip dhcp snooping    &lt;br /&gt;Switch(config)ip dhcp snooping vlan 101-102,104,301,1000&lt;/p&gt;  &lt;p&gt;Show commands: &lt;/p&gt;  &lt;p&gt;show ip dhcp snooping &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Switch#show ip dhcp snooping     &lt;br /&gt;Switch DHCP snooping is enabled      &lt;br /&gt;DHCP snooping is configured on following VLANs:      &lt;br /&gt;101-102,104,301,1000      &lt;br /&gt;DHCP snooping is operational on following VLANs:      &lt;br /&gt;101-102,104,301,1000      &lt;br /&gt;DHCP snooping is configured on the following L3 Interfaces: &lt;/p&gt;    &lt;p&gt;Insertion of option 82 is enabled     &lt;br /&gt;&amp;#160;&amp;#160; circuit-id format: vlan-mod-port      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; remote-id format: MAC      &lt;br /&gt;Option 82 on untrusted port is not allowed      &lt;br /&gt;Verification of hwaddr field is enabled      &lt;br /&gt;Verification of giaddr field is enabled      &lt;br /&gt;DHCP snooping trust/rate is configured on the following Interfaces:&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;show ip dhcp snooping binding &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Switch#show ip dhcp snooping binding     &lt;br /&gt;MacAddress&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; IpAddress&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Lease(sec)&amp;#160; Type&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; VLAN&amp;#160; Interface      &lt;br /&gt;------------------&amp;#160; ---------------&amp;#160; ----------&amp;#160; -------------&amp;#160; ----&amp;#160; --------------------      &lt;br /&gt;00:21:70:15:EA:8D&amp;#160;&amp;#160; 10.216.20.55&amp;#160;&amp;#160;&amp;#160;&amp;#160; 244958&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet3/0/22      &lt;br /&gt;00:1C:23:4F:F3:DD&amp;#160;&amp;#160; 10.216.20.43&amp;#160;&amp;#160;&amp;#160;&amp;#160; 244166&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet1/0/10      &lt;br /&gt;00:1C:23:4F:F3:10&amp;#160;&amp;#160; 10.216.20.37&amp;#160;&amp;#160;&amp;#160;&amp;#160; 246563&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet4/0/16      &lt;br /&gt;00:1C:25:97:57:63&amp;#160;&amp;#160; 10.216.20.42&amp;#160;&amp;#160;&amp;#160;&amp;#160; 258392&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet4/0/23      &lt;br /&gt;00:1C:23:4F:E6:E1&amp;#160;&amp;#160; 10.216.20.30&amp;#160;&amp;#160;&amp;#160;&amp;#160; 240567&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet3/0/18      &lt;br /&gt;00:21:70:15:E9:14&amp;#160;&amp;#160; 10.216.20.26&amp;#160;&amp;#160;&amp;#160;&amp;#160; 152945&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet3/0/2      &lt;br /&gt;00:1C:23:5A:F7:93&amp;#160;&amp;#160; 10.216.20.34&amp;#160;&amp;#160;&amp;#160;&amp;#160; 160704&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet2/0/9      &lt;br /&gt;00:1C:23:4F:F6:4B&amp;#160;&amp;#160; 10.216.20.45&amp;#160;&amp;#160;&amp;#160;&amp;#160; 245043&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet1/0/14      &lt;br /&gt;00:1C:23:4F:F4:24&amp;#160;&amp;#160; 10.216.20.48&amp;#160;&amp;#160;&amp;#160;&amp;#160; 97990&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet3/0/12      &lt;br /&gt;00:1C:23:4F:F6:BF&amp;#160;&amp;#160; 10.216.20.36&amp;#160;&amp;#160;&amp;#160;&amp;#160; 244629&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet1/0/21      &lt;br /&gt;MacAddress&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; IpAddress&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Lease(sec)&amp;#160; Type&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; VLAN&amp;#160; Interface      &lt;br /&gt;------------------&amp;#160; ---------------&amp;#160; ----------&amp;#160; -------------&amp;#160; ----&amp;#160; --------------------      &lt;br /&gt;00:24:E8:BC:FF:6E&amp;#160;&amp;#160; 10.216.20.54&amp;#160;&amp;#160;&amp;#160;&amp;#160; 252080&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet2/0/12      &lt;br /&gt;00:22:68:13:55:A8&amp;#160;&amp;#160; 10.216.20.47&amp;#160;&amp;#160;&amp;#160;&amp;#160; 253335&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet4/0/23      &lt;br /&gt;00:21:70:15:FC:F2&amp;#160;&amp;#160; 10.216.20.31&amp;#160;&amp;#160;&amp;#160;&amp;#160; 252408&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet2/0/19      &lt;br /&gt;00:1E:C9:70:D4:F2&amp;#160;&amp;#160; 10.216.20.82&amp;#160;&amp;#160;&amp;#160;&amp;#160; 201709&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet3/0/16      &lt;br /&gt;00:0F:1F:EA:23:04&amp;#160;&amp;#160; 10.216.20.69&amp;#160;&amp;#160;&amp;#160;&amp;#160; 226910&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet4/0/14      &lt;br /&gt;00:21:70:15:F8:06&amp;#160;&amp;#160; 10.216.20.32&amp;#160;&amp;#160;&amp;#160;&amp;#160; 243896&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet3/0/1      &lt;br /&gt;00:21:70:15:EA:0E&amp;#160;&amp;#160; 10.216.20.57&amp;#160;&amp;#160;&amp;#160;&amp;#160; 158323&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet3/0/10      &lt;br /&gt;00:21:70:15:EB:78&amp;#160;&amp;#160; 10.216.20.41&amp;#160;&amp;#160;&amp;#160;&amp;#160; 248641&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet2/0/21      &lt;br /&gt;00:21:70:16:00:9D&amp;#160;&amp;#160; 10.216.20.38&amp;#160;&amp;#160;&amp;#160;&amp;#160; 159319&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet2/0/11      &lt;br /&gt;00:21:70:15:EB:15&amp;#160;&amp;#160; 10.216.20.59&amp;#160;&amp;#160;&amp;#160;&amp;#160; 247514&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet2/0/18      &lt;br /&gt;00:1A:6B:D4:53:C5&amp;#160;&amp;#160; 10.216.20.52&amp;#160;&amp;#160;&amp;#160;&amp;#160; 248756&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet4/0/23      &lt;br /&gt;MacAddress&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; IpAddress&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Lease(sec)&amp;#160; Type&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; VLAN&amp;#160; Interface      &lt;br /&gt;------------------&amp;#160; ---------------&amp;#160; ----------&amp;#160; -------------&amp;#160; ----&amp;#160; --------------------      &lt;br /&gt;00:1C:25:97:81:55&amp;#160;&amp;#160; 10.216.20.51&amp;#160;&amp;#160;&amp;#160;&amp;#160; 255468&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet4/0/20      &lt;br /&gt;00:22:68:13:28:40&amp;#160;&amp;#160; 10.216.20.40&amp;#160;&amp;#160;&amp;#160;&amp;#160; 255690&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet4/0/23      &lt;br /&gt;00:21:70:15:FC:C9&amp;#160;&amp;#160; 10.216.20.33&amp;#160;&amp;#160;&amp;#160;&amp;#160; 242025&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet4/0/17      &lt;br /&gt;00:21:70:15:FF:E1&amp;#160;&amp;#160; 10.216.20.46&amp;#160;&amp;#160;&amp;#160;&amp;#160; 250732&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet1/0/18      &lt;br /&gt;00:1C:23:5A:F7:EE&amp;#160;&amp;#160; 10.216.20.27&amp;#160;&amp;#160;&amp;#160;&amp;#160; 241494&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet2/0/10      &lt;br /&gt;00:24:E8:D5:CF:9E&amp;#160;&amp;#160; 10.216.20.60&amp;#160;&amp;#160;&amp;#160;&amp;#160; 244181&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet3/0/15      &lt;br /&gt;00:21:70:AF:C0:BF&amp;#160;&amp;#160; 10.216.20.53&amp;#160;&amp;#160;&amp;#160;&amp;#160; 243784&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet4/0/19      &lt;br /&gt;00:21:70:B0:48:68&amp;#160;&amp;#160; 10.216.20.49&amp;#160;&amp;#160;&amp;#160;&amp;#160; 246445&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet5/0/20      &lt;br /&gt;00:1C:23:4F:86:F4&amp;#160;&amp;#160; 10.216.20.44&amp;#160;&amp;#160;&amp;#160;&amp;#160; 242733&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet1/0/15      &lt;br /&gt;00:1C:23:4F:F4:DB&amp;#160;&amp;#160; 10.216.20.35&amp;#160;&amp;#160;&amp;#160;&amp;#160; 239051&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet2/0/2      &lt;br /&gt;00:21:70:15:FB:FF&amp;#160;&amp;#160; 10.216.20.87&amp;#160;&amp;#160;&amp;#160;&amp;#160; 243821&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dhcp-snooping&amp;#160;&amp;#160; 101&amp;#160;&amp;#160; FastEthernet3/0/6 &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;show ip dhcp snooping statistics detail&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Switch#show ip dhcp snooping statistics detail     &lt;br /&gt; Packets Processed by DHCP Snooping&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 1823      &lt;br /&gt; Packets Dropped Because      &lt;br /&gt;&amp;#160;&amp;#160; IDB not known&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Queue full&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Interface is in errdisabled&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Rate limit exceeded&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Received on untrusted ports&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Nonzero giaddr&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Source mac not equal to chaddr&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 680      &lt;br /&gt;&amp;#160;&amp;#160; Binding mismatch&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Insertion of opt82 fail&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Interface Down&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Unknown output interface&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Reply output port equal to input port&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0      &lt;br /&gt;&amp;#160;&amp;#160; Packet denied by platform&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; = 0&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;And log messages when some PC are trying to use different MAC address then their hardware address: &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Jan&amp;#160; 6 09:55:47.405 UTC: %DHCP_SNOOPING-5-DHCP_SNOOPING_MATCH_MAC_FAIL: DHCP_SNOOPING drop message because the chaddr doesn't match source mac, message type: DHCPDISCOVER, chaddr: 0021.6a31.a2ec, MAC sa: 001c.2597.802a     &lt;br /&gt;Jan&amp;#160; 6 09:57:42.085 UTC: %DHCP_SNOOPING-5-DHCP_SNOOPING_MATCH_MAC_FAIL: DHCP_SNOOPING drop message because the chaddr doesn't match source mac, message type: DHCPDISCOVER, chaddr: 0022.68e1.e669, MAC sa: 001c.2597.5763      &lt;br /&gt;Jan&amp;#160; 6 10:01:29.406 UTC: %DHCP_SNOOPING-5-DHCP_SNOOPING_MATCH_MAC_FAIL: DHCP_SNOOPING drop message because the chaddr doesn't match source mac, message type: DHCPDISCOVER, chaddr: 0021.6a31.a2ec, MAC sa: 001c.2597.802a      &lt;br /&gt;Jan&amp;#160; 6 10:03:33.086 UTC: %DHCP_SNOOPING-5-DHCP_SNOOPING_MATCH_MAC_FAIL: DHCP_SNOOPING drop message because the chaddr doesn't match source mac, message type: DHCPDISCOVER, chaddr: 0022.68e1.e669, MAC sa: 001c.2597.5763&lt;/p&gt;&lt;/blockquote&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-5790540274941386186?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/5790540274941386186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=5790540274941386186' title='15 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/5790540274941386186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/5790540274941386186'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/01/dhcp-snooping-on-cisco-switches.html' title='DHCP Snooping on Cisco Switches'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>15</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-3517174706940126535</id><published>2010-01-05T15:59:00.001+01:00</published><updated>2010-01-05T15:59:59.176+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Upgrade of libsw package on Provider-1</title><content type='html'>&lt;p&gt;Recently we purchased new UTM-1 Edge firewalls, and we ship some of them to a site far away in Northern Norway (without testing them in the lab first, off course ;-) ). On our surprise they came up with version 8 of firmware, all of other firewalls had version 7.5 and our Smart Center had support for 7.5 only. After the installation of the policy on the Edge device, in the log of the Edge firewall came up this message: &amp;quot;Wrong update version in policy (got policy 655 instead of 700)&amp;quot;. Checkpoint have published &lt;a href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk31448"&gt;sk31448&lt;/a&gt; for this problem.&lt;/p&gt;  &lt;p&gt;P.S. Make sure you backup your old libsw files, before upgrading to the new version.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-3517174706940126535?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/3517174706940126535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=3517174706940126535' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3517174706940126535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3517174706940126535'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/01/upgrade-of-libsw-package-on-provider-1.html' title='Upgrade of libsw package on Provider-1'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-1895159419914587404</id><published>2010-01-01T22:57:00.001+01:00</published><updated>2010-01-01T22:58:37.780+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Checkpoint CCSA instead of CCIE Written</title><content type='html'>&lt;p align="left"&gt;Just decided to do CCSA before CCIE Written. &lt;/p&gt;  &lt;p align="left"&gt;I have more then 4 years of experience with Checkpoint products, but I've never sit down to read for some of their products that I haven't used. I've done few installations of the firewalls, I've created approximately 50 site to site tunnels using Edge or 3rd party devices.&lt;/p&gt;  &lt;p align="left"&gt;Now this decision came up because most probably I'll get a task to upgrade complete Checkpoint Infrastructure for our client from R62 to R65/R70, and I decided to work on it. After 1 month work approximately 2-3 hours per day, I'm 1-2 weeks away from exam date.&lt;/p&gt;  &lt;p align="left"&gt;If you decide to do that I encourage you to use the following: &lt;/p&gt;  &lt;p align="left"&gt;1. Install Smart Center and Firewall on SPLAT, test Windows (AD server) host and/or &lt;a href="http://www.remote-exploit.org/backtrack.html"&gt;Backtrack&lt;/a&gt; test host and do your own labs at home&lt;/p&gt;  &lt;p align="left"&gt;2. I've used this &lt;a href="http://www.amazon.com/Check-Point-NGX-Security-Administration/dp/1597492450"&gt;R65 book&lt;/a&gt;&lt;/p&gt;  &lt;p align="left"&gt;3. &lt;a href="http://www.cbtnuggets.com/webapp/product?id=541"&gt;CCSA CBT Nuggets&lt;/a&gt;&lt;/p&gt;  &lt;p align="left"&gt;4. &lt;a href="http://www.cpug.org/forums/index.php"&gt;CPUG Group&lt;/a&gt; Forums&lt;/p&gt;  &lt;p align="left"&gt;I'll update you with my exam experience once I sit on it.&lt;/p&gt;  &lt;p align="left"&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-1895159419914587404?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/1895159419914587404/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=1895159419914587404' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/1895159419914587404'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/1895159419914587404'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2010/01/checkpoint-ccsa-instead-of-ccie-written.html' title='Checkpoint CCSA instead of CCIE Written'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-8491848144912578053</id><published>2009-12-07T15:56:00.001+01:00</published><updated>2009-12-07T15:56:49.110+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Written'/><title type='text'>IPSec Source for the Written/Lab Exam</title><content type='html'>&lt;p&gt;It is my 3rd time reading the IPSec chapter and each time I'm learning some new details. One day I'll go through whole book, although some of the chapters are bit outdated. The link to the book: &lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.amazon.com/Security-Principles-Practices-Professional-Development/dp/1587050250" href="http://www.amazon.com/Security-Principles-Practices-Professional-Development/dp/1587050250"&gt;http://www.amazon.com/Security-Principles-Practices-Professional-Development/dp/1587050250&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Also I had privilege to attend recorded session from 2008 Networkers named: &amp;quot;Advanced Topics in Encryption Standards and Protocols&amp;quot;&lt;/p&gt;  &lt;p&gt;Both of them are highly recommended. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-8491848144912578053?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/8491848144912578053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=8491848144912578053' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/8491848144912578053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/8491848144912578053'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2009/12/ipsec-source-for-writtenlab-exam.html' title='IPSec Source for the Written/Lab Exam'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-4616190053313543489</id><published>2009-12-03T13:47:00.001+01:00</published><updated>2009-12-03T13:47:55.980+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Written'/><title type='text'>CCIE Security Written Exam, tracking my progress</title><content type='html'>&lt;p&gt;I'm preparing for this exam, and I've decided to share a spreadsheet in which I'm tracking my progress and taking a note of the source that I'm using for the specific topic.&lt;/p&gt;  &lt;p&gt;You can check my spreadsheet here: &lt;/p&gt;  &lt;p&gt;&lt;a title="http://spreadsheets.google.com/pub?key=tSdRewJTdEco1FVg2EgJznA&amp;amp;output=html" href="http://spreadsheets.google.com/pub?key=tSdRewJTdEco1FVg2EgJznA&amp;amp;output=html"&gt;http://spreadsheets.google.com/pub?key=tSdRewJTdEco1FVg2EgJznA&amp;amp;output=html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The plan is to take the exam in 30-45 days from now.&lt;/p&gt;  &lt;p&gt;Recently I've read a good comments for this exams in IP Expert blog:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a title="http://blog.ipexpert.com/2009/11/30/ccie-security-written-overview/" href="http://blog.ipexpert.com/2009/11/30/ccie-security-written-overview/"&gt;http://blog.ipexpert.com/2009/11/30/ccie-security-written-overview/&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-4616190053313543489?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/4616190053313543489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=4616190053313543489' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/4616190053313543489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/4616190053313543489'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2009/12/ccie-security-written-exam-tracking-my.html' title='CCIE Security Written Exam, tracking my progress'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-676997673465913549</id><published>2009-11-04T10:42:00.001+01:00</published><updated>2009-11-04T10:44:41.364+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Ethical Hacking interest</title><content type='html'>&lt;p&gt;I've started to prepare for Written Exam. I've compared the blueprint with what I've read in the past for the CCSP exams, and seems like I'll repeat 75% of the material. I'll have another post on it, and I'll share the spreadsheet with all the resources that I've used for all the topics. &lt;/p&gt;  &lt;p&gt;But I got lazy 2 weeks ago. I'm expressing interest in ethical hacking since 2 years, and I came across this books: Penetration Testing and Network Defense, by Andrew Whitaker and Daniel P. Newman. Very nice, fast read. (There are many screenshots, don't be afraid of the size of the book when you first open it) There are some tools and technics that I haven't heard before. Recommended if you're interested in the &amp;quot;other&amp;quot; side of Security. If you're planning to become an ethical hacker, you need to look into more serious sources. For example, the material for Certified Ethical Hacker will have more then this book. &lt;/p&gt;  &lt;p&gt;It took me 2 weeks, spending 2-3 hours per day on it. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-676997673465913549?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/676997673465913549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=676997673465913549' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/676997673465913549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/676997673465913549'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2009/11/ethical-hacking-interest.html' title='Ethical Hacking interest'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-5087731373445917357</id><published>2009-11-04T10:41:00.001+01:00</published><updated>2009-11-04T10:45:08.117+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASA'/><title type='text'>CCSP ASA exams</title><content type='html'>&lt;p&gt;2 months ago I got my CCSP, the last 2 exams were the ASA ones. Materials that I've used:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Cisco Firewall Mentor Video lessons by David Hucaby &lt;/li&gt;    &lt;li&gt;Cisco ASA: All-in-One Firewall, IPS, and VPN Adaptive Security Appliance, by Jazib Frahim &lt;/li&gt;    &lt;li&gt;CCSP SNAF Quick Reference, by Andrew Mason &lt;/li&gt;    &lt;li&gt;CCSP SNAA Quick Reference, by Ryan Lindfield &lt;/li&gt;    &lt;li&gt;CCIE Professional Development Series Network Security Technologies and Solutions, by Yusuf Bhaiji &lt;/li&gt;    &lt;li&gt;Demo Version of ASDM version 6.0.3 - There are several scenarios and different setups. It is a demo but it helped me to be more oriented with the ASDM. In SNAF there a many ASDM questions. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Good Luck on the exams!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-5087731373445917357?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/5087731373445917357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=5087731373445917357' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/5087731373445917357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/5087731373445917357'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2009/11/ccsp-asa-exams.html' title='CCSP ASA exams'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-9090857457942680629</id><published>2009-11-04T10:38:00.000+01:00</published><updated>2009-11-04T10:43:56.038+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cryptography'/><title type='text'>Improve knowledge in Cryptography</title><content type='html'>&lt;p&gt;I would like to share resources that I used to improve my knowledge in cryptography. There are bunch of resources out there, below is the list that I used: &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Wikipedia - Probably all of us use it today. I've used it to get high level overview of the protocols. &lt;/li&gt;    &lt;li&gt;Video Lectures from University in Washington - &lt;a title="http://www.cs.washington.edu/education/courses/csep590/06wi/" href="http://www.cs.washington.edu/education/courses/csep590/06wi/"&gt;http://www.cs.washington.edu/education/courses/csep590/06wi/&lt;/a&gt; - Those guys are incredible. I wish all of my teachers in the past were like them. I've started to do the home works and then stopped on the 2nd lesson. Too tough for me . &lt;/li&gt;    &lt;li&gt;The CodeBook from Simon Singh, and his website &lt;a title="http://www.simonsingh.net" href="http://www.simonsingh.net"&gt;http://www.simonsingh.net&lt;/a&gt; - You can download the Crypto CD-ROM for free from there. I consider myself pretty old for that CD, but I spent hours trying to break those codes there. &lt;/li&gt;    &lt;li&gt;Cryptography and Network Security Principles and Practices, Fourth Edition, By William Stallings - I loved it. It took me 45-50 days to get though it, but I enjoyed every second spent on it.&amp;#160; All those protocols that you'll find in blueprint are explained in details here. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;It took me 3 months, but now I feel much more comfortable with all those protocols. It was time well spent.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-9090857457942680629?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/9090857457942680629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=9090857457942680629' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/9090857457942680629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/9090857457942680629'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2009/11/improve-knowledge-in-cryptography.html' title='Improve knowledge in Cryptography'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-2188766760255845132</id><published>2009-05-18T19:44:00.001+02:00</published><updated>2009-11-14T18:09:20.179+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><title type='text'>Configuring GRE Tunnels</title><content type='html'>&lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;This looks quite simple. All what we need to do is to configure a tunnel interface, and to point a route to the destination network with gateway the tunnel interface. We are using the same topology as for PKI deployment, and the same config-u files for start.&lt;/span&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;table border="0" cellpadding="2" cellspacing="0" width="350"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="348"&gt;           &lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;interface Tunnel0               &lt;br /&gt;ip address 172.31.1.1 255.255.255.252                &lt;br /&gt;tunnel source FastEthernet0/1                &lt;br /&gt;tunnel destination 172.30.6.2&lt;/span&gt;&lt;/p&gt;            &lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;ip route 10.10.3.0 255.255.255.0 Tunnel0&lt;/span&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;From now on, I'll include simple captures in the zip file. &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;You can get the files from here: &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sites.google.com/site/cciesecurityattempt/Home/vpn-gre.zip"&gt;&lt;span style="font-family:Trebuchet MS;"&gt;http://sites.google.com/site/cciesecurityattempt/Home/vpn-gre.zip&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;Update: &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;I have made a capture of an http connection between the routers, where you can clearly see GRE in action. The filename is http.cap, and the screenshot is named http-cap.png. Check the source and destination IP addresses, before encapsulation and after the GRE encapsulation. Also I have played a bit with tunnel interfaces. I have changed the IP address of the tun0 interface of router A to 169.254.254.254/24, and left the same IP address on router D and the tunnel was still working. If you remove the IP address of the tun0 interface, you'll not be able to bring up the tunnel.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Trebuchet MS;"&gt;Conclusion: The tunnel interfaces must have an IP address assigned, but they don't have to be in the same subnet in order for the tunnel to be brought up.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_AbtnpRt17hY/ShGenhtI4dI/AAAAAAAABd8/xS3187eWNY8/httpcap8.png"&gt;&lt;span style="font-family:Trebuchet MS;"&gt;&lt;img style="border-width: 0px;" alt="http-cap" src="http://lh6.ggpht.com/_AbtnpRt17hY/ShGeoqJusWI/AAAAAAAABeA/jF3355My62I/httpcap_thumb6.png" border="0" height="334" width="632" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Trebuchet MS;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-2188766760255845132?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/2188766760255845132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=2188766760255845132' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/2188766760255845132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/2188766760255845132'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2008/10/configuring-gre-tunnels.html' title='Configuring GRE Tunnels'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_AbtnpRt17hY/ShGeoqJusWI/AAAAAAAABeA/jF3355My62I/s72-c/httpcap_thumb6.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-4162985020200099729</id><published>2009-05-14T10:47:00.002+02:00</published><updated>2009-11-14T18:10:02.946+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='FWSM'/><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Summary of all PUBLIC IP addresses</title><content type='html'>&lt;p&gt;Recently we had to allow all public IP addresses through Cisco FWSM. I was googling for the list, but I wasn't able to find it. It took me approximately 2 hours to have that list compiled, and I decided to share it. Hopefully someone out there will find it useful. Here is the list. Feel free&amp;nbsp; to copy paste it. &lt;/p&gt; &lt;p&gt;network-object 1.0.0.0 255.0.0.0 &lt;br&gt;network-object 2.0.0.0 254.0.0.0 &lt;br&gt;network-object 4.0.0.0 252.0.0.0 &lt;br&gt;network-object 8.0.0.0 254.0.0.0 &lt;br&gt;network-object 11.0.0.0 255.0.0.0 &lt;br&gt;network-object 12.0.0.0 252.0.0.0 &lt;br&gt;network-object 16.0.0.0 240.0.0.0 &lt;br&gt;network-object 32.0.0.0 224.0.0.0 &lt;br&gt;network-object 64.0.0.0 192.0.0.0 &lt;br&gt;network-object 128.0.0.0 224.0.0.0 &lt;br&gt;network-object 160.0.0.0 248.0.0.0 &lt;br&gt;network-object 168.0.0.0 252.0.0.0 &lt;br&gt;network-object 172.0.0.0 255.240.0.0 &lt;br&gt;network-object 172.32.0.0 255.224.0.0 &lt;br&gt;network-object 172.64.0.0 255.192.0.0 &lt;br&gt;network-object 172.128.0.0 255.128.0.0 &lt;br&gt;network-object 173.0.0.0 255.0.0.0 &lt;br&gt;network-object 174.0.0.0 254.0.0.0 &lt;br&gt;network-object 176.0.0.0 240.0.0.0 &lt;br&gt;network-object 192.0.0.0 255.128.0.0 &lt;br&gt;network-object 192.128.0.0 255.224.0.0 &lt;br&gt;network-object 192.160.0.0 255.248.0.0 &lt;br&gt;network-object 192.169.0.0 255.255.0.0 &lt;br&gt;network-object 192.170.0.0 255.254.0.0 &lt;br&gt;network-object 192.172.0.0 255.252.0.0 &lt;br&gt;network-object 192.176.0.0 255.240.0.0 &lt;br&gt;network-object 192.192.0.0 255.192.0.0 &lt;br&gt;network-object 193.0.0.0 255.0.0.0 &lt;br&gt;network-object 194.0.0.0 254.0.0.0 &lt;br&gt;network-object 196.0.0.0 252.0.0.0 &lt;br&gt;network-object 200.0.0.0 248.0.0.0 &lt;br&gt;network-object 208.0.0.0 240.0.0.0&lt;/p&gt;  &lt;p&gt;Note: Excluded ranges from the list are: 0.0.0.0/8,&amp;nbsp; 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 224.0.0.0/3. If you decide to include 0.0.0.0/8 on the list you'll save 2 lines by summarizing: 0.0.0.0/5. &lt;/p&gt; &lt;p&gt;Maybe for your needs you need to reconsider bogons (&lt;a title="http://www.cymru.com/Documents/bogon-bn-agg.txt" href="http://www.cymru.com/Documents/bogon-bn-agg.txt"&gt;http://www.cymru.com/Documents/bogon-bn-agg.txt&lt;/a&gt;), but then this list will become much bigger.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-4162985020200099729?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/4162985020200099729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=4162985020200099729' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/4162985020200099729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/4162985020200099729'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2009/05/summary-of-all-public-ip-addresses.html' title='Summary of all PUBLIC IP addresses'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-8200945115571938088</id><published>2008-12-01T09:36:00.001+01:00</published><updated>2009-11-14T18:11:08.241+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><title type='text'>Configuring WebVPN (SSL VPN)</title><content type='html'>&lt;p&gt;&lt;a href="http://lh3.ggpht.com/_AbtnpRt17hY/ShGe9K9N_eI/AAAAAAAABeE/YR5zDy2k_zw/VPNSSL.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="569" alt="VPN-SSL" src="http://lh5.ggpht.com/_AbtnpRt17hY/ShGe-FVjM7I/AAAAAAAABeI/XYTQ3MR9VlE/VPNSSL_thumb.png" width="361" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;For this lab you'll need 12.4T image. I'm using: &lt;/p&gt;  &lt;p&gt;c7200-advsecurityk9-mz.124-22.T&lt;/p&gt;  &lt;p&gt;We have to configure this on 3 main steps:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Configure WebVPN gateway (hostname, IP, certificate)&lt;/strong&gt;&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Configure WebVPN context (URL lists, Port forwarding, acl, nbns list..)&lt;/strong&gt;&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;Configure WebVPN group policy (Look and feel on the web interface, access to the resources)&lt;/strong&gt;&lt;/font&gt; &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;To be sure that I'll be tunneled and not routed, I've applied an access list on the router A. I was very surprised when I logged in on the web server on win2003 host, for which I had a url-list added, and just from modifying the URL from: &lt;a title="https://192.168.1.1/http/0/server.mydomain.com/" href="https://192.168.1.1/http/0/server.mydomain.com/"&gt;https://192.168.1.1/http/0/server.mydomain.com/&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;to: &lt;/p&gt;  &lt;p&gt;&lt;a title="https://192.168.1.1/http/0/server.mydomain.com/" href="https://192.168.1.1/http/0/10.10.4.70/"&gt;https://192.168.1.1/http/0/10.10.4.70/&lt;/a&gt; , I was able to reach the Monkey Web Server on the DSL Linux box. After that I've found out that we can apply an ACL to the policy itself, and I got this syslog message: &lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;*Nov 29 23:27:58.883: %SSLVPN-6-WEBVPN_APP_ACL_NET: The request( source ip: 192.168.1.2, destion ip : 10.10.4.70 ) from user cisco is denied by ACL, and also: &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;*Nov 30 00:37:03.803: %SSLVPN-6-WEBVPN_APP_ACL_NET: The request( source ip: 192.168.1.2, destion ip : 10.10.4.60 ) from user cisco is permitted by ACL&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;All the syntax: &lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="400"&gt;         &lt;p&gt;webvpn gateway VPN-SSL            &lt;br /&gt;hostname SSL-GW             &lt;br /&gt;ip address 192.168.1.1 port 443             &lt;br /&gt;http-redirect port 80             &lt;br /&gt;ssl trustpoint TP-self-signed-4294967295             &lt;br /&gt;inservice             &lt;br /&gt;!             &lt;br /&gt;webvpn context SSLCTX             &lt;br /&gt;title &amp;quot;VPN-SSL Page&amp;quot;             &lt;br /&gt;ssl authenticate verify all             &lt;br /&gt;!             &lt;br /&gt;url-list &amp;quot;MYLINKS&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; heading &amp;quot;Quicklinks&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; url-text &amp;quot;Homepage&amp;quot; url-value &amp;quot;server.mydomain.com&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; url-text &amp;quot;Homepage2&amp;quot; url-value &amp;quot;server.mydomain.com/index2.htm&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; url-text &amp;quot;IIS Start page&amp;quot; url-value &amp;quot;server.mydomain.com/iisstart.htm&amp;quot;             &lt;br /&gt;!             &lt;br /&gt;acl &amp;quot;TEST&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; permit http any 10.10.4.60 255.255.255.255 syslog             &lt;br /&gt;!             &lt;br /&gt;nbns-list &amp;quot;NBNS&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; nbns-server 10.10.4.60             &lt;br /&gt;login-message &amp;quot;User/Pass Please&amp;quot;             &lt;br /&gt;!             &lt;br /&gt;port-forward &amp;quot;PF&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; local-port 25555 remote-server &amp;quot;server.mydomain.com&amp;quot; remote-port 25 description &amp;quot;MAIL&amp;quot;             &lt;br /&gt;!             &lt;br /&gt;policy group SSL-Policy             &lt;br /&gt;&amp;#160;&amp;#160; url-list &amp;quot;MYLINKS&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; acl &amp;quot;TEST&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; port-forward &amp;quot;PF&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; nbns-list &amp;quot;NBNS&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; functions file-access             &lt;br /&gt;&amp;#160;&amp;#160; functions file-browse             &lt;br /&gt;&amp;#160;&amp;#160; functions file-entry             &lt;br /&gt;&amp;#160;&amp;#160; banner &amp;quot;Eureka!&amp;quot;             &lt;br /&gt;&amp;#160;&amp;#160; timeout idle 1800             &lt;br /&gt;&amp;#160;&amp;#160; timeout session 36000             &lt;br /&gt;!&lt;/p&gt;          &lt;p&gt;default-group-policy SSL-Policy           &lt;br /&gt; gateway VPN-SSL            &lt;br /&gt; inservice&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;For some reason the port forwarding was recognized as local port 25 instead of 25555 as it is in the config. Also I haven't tested the windows file shares, because my win2003 and my laptop were in different workgroups, and I was too lazy to reboot :-)&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-8200945115571938088?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/8200945115571938088/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=8200945115571938088' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/8200945115571938088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/8200945115571938088'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2008/12/configuring-webvpn-ssl-vpn.html' title='Configuring WebVPN (SSL VPN)'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_AbtnpRt17hY/ShGe-FVjM7I/AAAAAAAABeI/XYTQ3MR9VlE/s72-c/VPNSSL_thumb.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-8756836021317189814</id><published>2008-11-30T01:00:00.001+01:00</published><updated>2009-11-14T18:12:20.658+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><title type='text'>VPN configuration using certificates</title><content type='html'>&lt;p&gt;&lt;font face="Trebuchet MS"&gt;Here we have very similar topology as previous example. The difference is that we have added card NM-1FE-TX on router B, and we connected virtual windows 2003 server which will play the role of CA server. IP address assigned to the server is 10.10.4.60. We have installed support for SCEP protocol on that server as well.&amp;#160; You can download for free (something free from Microsoft? Amazing, isn't it? :-) ) from here: &lt;/font&gt;&lt;a title="http://download.microsoft.com/download/c/e/e/ceef4ccf-b603-4790-bd9e-f112c3270d2e/cepsetup.exe" href="http://download.microsoft.com/download/c/e/e/ceef4ccf-b603-4790-bd9e-f112c3270d2e/cepsetup.exe"&gt;&lt;font face="Trebuchet MS"&gt;http://download.microsoft.com/download/c/e/e/ceef4ccf-b603-4790-bd9e-f112c3270d2e/cepsetup.exe&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;Also we have added static routes to the 10.10.4.0/24 network to the routers that needed to reach the CA server. Before to start with configuration, we have to verify that we can reach CA server from all the routers, and that we cannot reach 10.10.3.0/24 network from router A, neither 10.10.2.0/24 network from router D. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;After the installation of capsetup.exe file on the CA server, we will get the URL for SCEP enrollment. You need to write it down. In my case is: &lt;/font&gt;&lt;a href="http:///certsrv/mscep/mscep.dll"&gt;&lt;font face="Trebuchet MS"&gt;http://jas-uvjdckpdvov/certsrv/mscep/mscep.dll&lt;/font&gt;&lt;/a&gt;&lt;font face="Trebuchet MS"&gt; (What a strange name for a windows server, isn't? :-) At this point all the configuration files are named as: x-confg-u, where x is the router name.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;We need to do a bit of preparation before start to configure the peers. We need to make sure that the time and date are the same on the VPN peers as well on the CA server. Probably for this lab the most handy will be to setup CA as ntp server, but I wasn't able to find out how to do that from Windows help :( Also we need to configure domain name, ip host for CA server, and to generate the rsa keys for both peers.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;First of all we need to request certificate from a CA. I have experienced some issues during this process, and I'll try to explain them here. After we have configured time and date, domain name, generated rsa keys, and assign an ip host for the CA server, we can continue to the configuration: &lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="400"&gt;&lt;font face="Trebuchet MS"&gt;A(config)#crypto pki trustpoint jas-uvjdckpdvov              &lt;br /&gt;A(ca-trustpoint)#enrollment mode ra               &lt;br /&gt;A(ca-trustpoint)#enrollment url &lt;/font&gt;&lt;a href="http://jas-uvjdckpdvov/certsrv/mscep/mscep.dll"&gt;&lt;font face="Trebuchet MS"&gt;http://jas-uvjdckpdvov/certsrv/mscep/mscep.dll&lt;/font&gt;&lt;/a&gt;&lt;font face="Trebuchet MS"&gt;&amp;#160;&lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;font face="Trebuchet MS"&gt;The trustpoint name can be something more reasonable, as long it is defined with correct IP address as ip host. I just wanted to be on the safe side here :-) At this point we have defined the URL for SCEP enrollment. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;2nd step is to authenticate to the CA. Here is where I have done the mistake, typing my own password. The syntax is: &lt;/font&gt;&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="400"&gt;         &lt;blockquote&gt;           &lt;p&gt;&lt;font face="Trebuchet MS"&gt;A(config)#crypto pki authenticate jas-uvjdckpdvov                &lt;br /&gt;Certificate has the following attributes:                 &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Fingerprint MD5: 396C1E3F 9BDC2D71 641E5077 4E5ADC0D                 &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Fingerprint SHA1: 2EF2F253 B502F445 0EFC947E 2674FD7F A50A76E1 &lt;/font&gt;&lt;/p&gt;            &lt;p&gt;&lt;font face="Trebuchet MS"&gt;% Do you accept this certificate? [yes/no]: yes                &lt;br /&gt;Trustpoint CA certificate accepted.&lt;/font&gt;&lt;/p&gt;            &lt;p&gt;&lt;font face="Trebuchet MS"&gt;A(config)#crypto pki enroll jas-uvjdckpdvov                &lt;br /&gt;%                 &lt;br /&gt;% Start certificate enrollment ..                 &lt;br /&gt;% Create a challenge password. You will need to verbally provide this&amp;#160;&amp;#160; password to the CA Administrator in order to revoke your certificate.&amp;#160;&amp;#160; For security reasons your password will not be saved in the configuration.&amp;#160;&amp;#160; Please make a note of it. &lt;/font&gt;&lt;/p&gt;            &lt;p&gt;&lt;font face="Trebuchet MS"&gt;Password: &lt;/font&gt;&lt;font face="Trebuchet MS"&gt;&lt;font color="#ff0000"&gt;password                  &lt;br /&gt;&lt;/font&gt;Re-enter password:&amp;#160; &lt;font color="#ff0000"&gt;password&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;            &lt;p&gt;&lt;font face="Trebuchet MS"&gt;% The subject name in the certificate will include: A.darkside.net                &lt;br /&gt;% Include the router serial number in the subject name? [yes/no]: yes                 &lt;br /&gt;% The serial number in the certificate will be: 3B843B84                 &lt;br /&gt;% Include an IP address in the subject name? [no]:                 &lt;br /&gt;Request certificate from CA? [yes/no]: yes                 &lt;br /&gt;% Certificate request sent to Certificate Authority                 &lt;br /&gt;% The 'show crypto ca certificate jas-uvjdckpdvov verbose' command will show the fingerprint. &lt;/font&gt;&lt;/p&gt;            &lt;p&gt;&lt;font face="Trebuchet MS"&gt;.Oct 16 01:09:58.735: CRYPTO_PKI:&amp;#160; Certificate Request Fingerprint MD5: 5B8E4A75 6320D376 18BB0461 87ED9DFF                &lt;br /&gt;.Oct 16 01:09:58.743: CRYPTO_PKI:&amp;#160; Certificate Request Fingerprint SHA1: C9620276 3EB6CCC5 D8D6D241 1C931DF5 FD946901                 &lt;br /&gt;&lt;strong&gt;.&lt;font color="#ff0000"&gt;Oct 16 01:10:01.823: %PKI-6-CERTREJECT: Certificate enrollment request was rejected by Certificate Authority&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;         &lt;/blockquote&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;We need to get the password from CA in order our request to be approved. It is stored at: &lt;/font&gt;&lt;a title="http://localhost/certsrv/mscep/mscep.dll" href="http://localhost/certsrv/mscep/mscep.dll"&gt;&lt;font face="Trebuchet MS"&gt;http://localhost/certsrv/mscep/mscep.dll&lt;/font&gt;&lt;/a&gt;&lt;font face="Trebuchet MS"&gt; and it is valid for 60 minutes, and it can be used only once, which means you need to refresh that page when you enroll router D :-) After that we should get this wonderful syslog message: &lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="400"&gt;&lt;font color="#008000"&gt;&lt;font face="Trebuchet MS"&gt;&lt;strong&gt;Oct 16 01:17:25.179: %PKI-6-CERTRET: Certificate received from Certificate Authority. &lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font face="Trebuchet MS" color="#404040"&gt;We are almost good to go now. We just need to configure isakmp policy, transform set, crypto map and access list, and to assign the crypto map to the VPN peer interface. Sooo easy :-). I have made another mistake on the access list here. Stupid me... I have created access lists in format: &amp;quot;permit ip any &amp;lt;remote network&amp;gt;&amp;quot;, and &amp;quot;permit ip &amp;lt;remote network&amp;gt; any&amp;quot; on both routers. That costs me additional 30 minutes staring at both configurations of the routers, running debug, even raising SDM hoping that it will tell me something more. All that I got were only those very strange lines in the syslog: &lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="400"&gt;&lt;font face="Trebuchet MS"&gt;Oct 16 01:29:54.055: IPSEC(validate_transform_proposal): no IPSEC cryptomap exists for local address 172.30.6.2              &lt;br /&gt;Oct 16 01:29:54.059: ISAKMP:(0:1:SW:1): IPSec policy invalidated proposal               &lt;br /&gt;Oct 16 01:29:54.063: ISAKMP:(0:1:SW:1): phase 2 SA policy not acceptable! (local 172.30.6.2 remote 172.30.1.2)               &lt;br /&gt;Oct 16 01:29:54.067: ISAKMP: set new node 1138201416 to QM_IDLE               &lt;br /&gt;Oct 16 01:29:54.075: ISAKMP:(0:1:SW:1):Sending NOTIFY PROPOSAL_NOT_CHOSEN protocol 3               &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; spi 1705632040, message ID = 1138201416&lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;You can easy simulate this, by just deleting one line from the access list in the working configuration, and allow ip any any as 2nd line of that access list. &lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="400"&gt;&lt;font face="Trebuchet MS"&gt;Oct 16 00:02:11.291: map_db_find_best did not find matching map              &lt;br /&gt;Oct 16 00:02:11.295: IPSEC(validate_transform_proposal): no IPSEC cryptomap exists for local address 172.30.6.2               &lt;br /&gt;Oct 16 00:02:11.299: ISAKMP:(0:1:SW:1): IPSec policy invalidated proposal               &lt;br /&gt;Oct 16 00:02:11.303: ISAKMP:(0:1:SW:1): phase 2 SA policy not acceptable! (local 172.30.6.2 remote 172.30.1.2) &lt;/font&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;After changing the access-lists in the format: &amp;quot;permit ip &amp;lt;local net&amp;gt; &amp;lt;remote net&amp;gt;&amp;quot;, &amp;quot;permit ip &amp;lt;remote net, local net&amp;gt;&amp;quot; finally I got the ping response from the remote network. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;Configuration steps for this lab: &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font face="Trebuchet MS" color="#ea0000"&gt;1. Set correct time and date, domain name, rsa keys, and assign a ip host for a CA        &lt;br /&gt;2. Define the trustpoint, and enrolment mode and url         &lt;br /&gt;3. Authenticate on the CA         &lt;br /&gt;4. enroll for certificate, with the correct password :-)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;You can get the usual files from here: &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sites.google.com/site/cciesecurityattempt/Home/vpn-pki.zip"&gt;&lt;font face="Trebuchet MS"&gt;http://sites.google.com/site/cciesecurityattempt/Home/vpn-pki.zip&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;TO BE UPLOADED: vpn-pki.cap, vpn-pki-cap.png&lt;/font&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-8756836021317189814?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/8756836021317189814/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=8756836021317189814' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/8756836021317189814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/8756836021317189814'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2008/10/vpn-configuration-using-certificates.html' title='VPN configuration using certificates'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-5261190344886195084</id><published>2008-11-23T16:43:00.001+01:00</published><updated>2009-05-18T20:24:15.320+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><title type='text'>Configuring DMVPN</title><content type='html'>&lt;p&gt;&lt;a href="http://lh6.ggpht.com/_AbtnpRt17hY/SSl6DWe7XjI/AAAAAAAABdA/Yo5iu53lgMk/DMVPN%5B1%5D.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="271" alt="DMVPN" src="http://lh5.ggpht.com/_AbtnpRt17hY/SSl6EmNpZlI/AAAAAAAABdE/bMAQMQJ-gMY/DMVPN_thumb.png" width="378" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;I spent some time until I reach the working config of DMVPN. DMVPN solution combine IPSec, mGRE and NHRP to achieve scalability that we need when implementing the solution. If you get stuck with the CLI configuration, I strongly recommend to configure it with SDM, and then erase and go back to configure it with CLI. The working config that I'll upload is with default naming and settings from SDM. Router B is simulating Internet, Router A is the HUB router, and routers C, D and E are the spoke routers. All the spoke routers have defined default gateway on their &lt;font face="Arial"&gt;&lt;strong&gt;fa0/0&lt;/strong&gt;&lt;/font&gt; interfaces (in practice, those interfaces should be dynamically assigned by ISP). The NHRP part of the config is a bit tricky, however configuring it via SDM is straight forward. &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;script type="text/javascript"&gt;&lt;br /&gt;var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");&lt;br /&gt;document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));&lt;br /&gt;&lt;/script&gt;  &lt;script src="http://www.google-analytics.com/ga.js" type="text/javascript"&gt;&lt;/script&gt;  &lt;script type="text/javascript"&gt;&lt;br /&gt;try {&lt;br /&gt;var pageTracker = _gat._getTracker("UA-8903671-1");&lt;br /&gt;pageTracker._trackPageview();&lt;br /&gt;} catch(err) {}&lt;/script&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-5261190344886195084?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/5261190344886195084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=5261190344886195084' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/5261190344886195084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/5261190344886195084'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2008/11/configuring-dmvpn.html' title='Configuring DMVPN'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_AbtnpRt17hY/SSl6EmNpZlI/AAAAAAAABdE/bMAQMQJ-gMY/s72-c/DMVPN_thumb.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-3743656218275947971</id><published>2008-10-16T17:44:00.002+02:00</published><updated>2009-11-14T18:12:03.867+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>CCIE Blueprint version 3 out</title><content type='html'>&lt;p&gt;&lt;font face="Trebuchet MS"&gt;Today Cisco announced version 3 of CCIE Blueprint. You can find it here: &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.cisco.com/web/learning/le3/ccie/security/lab_exam_blueprint_v3.html" href="http://www.cisco.com/web/learning/le3/ccie/security/lab_exam_blueprint_v3.html"&gt;&lt;font face="Trebuchet MS"&gt;http://www.cisco.com/web/learning/le3/ccie/security/lab_exam_blueprint_v3.html&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;br /&gt;&lt;p&gt;&lt;font face="Trebuchet MS"&gt;CCIE Equipment and Software versions for this exam here: &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.cisco.com/web/learning/le3/ccie/security/lab_equipment_v3.html" href="http://www.cisco.com/web/learning/le3/ccie/security/lab_equipment_v3.html"&gt;&lt;font face="Trebuchet MS"&gt;http://www.cisco.com/web/learning/le3/ccie/security/lab_equipment_v3.html&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;From a first look, the PIX firewall and VPN Concentrators are out of the blueprint, and there is not many other changes: &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;In Identity Management part there is 2 new topics: &lt;/font&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font face="Trebuchet MS"&gt;Configure LDAP &lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Trebuchet MS"&gt;Configure certificate-based authentication &lt;/font&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;More or less the topic are the same as before. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;I was in doubt if the PIX will be in the new version of the blueprint and I wasn't sure which exam should I choose: 642-523 or 642-524 as my next exam, but now is clear that I'll choose the ASA one. Also I'm very happy that VPN concentrators are out, as I don't have any experience with them at all. &lt;/font&gt;&lt;/p&gt;  &lt;div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:305c023f-8759-4bf4-9958-c19486b66135" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/General" rel="tag"&gt;General&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-3743656218275947971?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/3743656218275947971/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=3743656218275947971' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3743656218275947971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/3743656218275947971'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2008/10/ccie-blueprint-version-3-out.html' title='CCIE Blueprint version 3 out'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-8284037785200244834</id><published>2008-10-13T17:50:00.000+02:00</published><updated>2009-05-18T20:11:00.997+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><title type='text'>VPN configuration with pre-shared key</title><content type='html'>&lt;p align="justify"&gt;&lt;font face="Trebuchet MS"&gt;&amp;#160;&lt;/font&gt;&lt;/p&gt; &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_AbtnpRt17hY/SPNw8-3DKQI/AAAAAAAABcs/cXn2lLItH60/s1600-h/vpn-pre-shared-key-small.PNG"&gt;&lt;font face="Trebuchet MS"&gt;&lt;/font&gt;&lt;a href="http://4.bp.blogspot.com/_AbtnpRt17hY/SPNw8-3DKQI/AAAAAAAABcs/cXn2lLItH60/s1600-h/vpn-pre-shared-key-small.PNG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5256669383039854850" style="display: block; margin: 0px auto 10px; cursor: pointer; text-align: center" alt="" src="http://4.bp.blogspot.com/_AbtnpRt17hY/SPNw8-3DKQI/AAAAAAAABcs/cXn2lLItH60/s320/vpn-pre-shared-key-small.PNG" border="0" /&gt;&lt;/a&gt;&lt;/a&gt;&lt;/a&gt;&lt;style&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;!--  /* Font Definitions */  @font-face  {font-family:Wingdings;  panose-1:5 0 0 0 0 0 0 0 0 0;  mso-font-charset:2;  mso-generic-font-family:auto;  mso-font-pitch:variable;  mso-font-signature:0 268435456 0 0 -2147483648 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal  {mso-style-parent:"";  margin:0in;  margin-bottom:.0001pt;  mso-pagination:widow-orphan;  font-size:12.0pt;  font-family:"Times New Roman";  mso-fareast-font-family:"Times New Roman";} @page Section1  {size:8.5in 11.0in;  margin:1.0in 1.25in 1.0in 1.25in;  mso-header-margin:.5in;  mso-footer-margin:.5in;  mso-paper-source:0;} div.Section1  {page:Section1;}  /* List Definitions */  @list l0  {mso-list-id:843859905;  mso-list-type:hybrid;  mso-list-template-ids:1322016798 -1986907590 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1  {mso-level-start-at:5;  mso-level-number-format:bullet;  mso-level-text:-;  mso-level-tab-stop:.5in;  mso-level-number-position:left;  text-indent:-.25in;  font-family:"Times New Roman";  mso-fareast-font-family:"Times New Roman";} @list l1  {mso-list-id:2089646599;  mso-list-type:hybrid;  mso-list-template-ids:-1572562350 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l1:level1  {mso-level-tab-stop:.5in;  mso-level-number-position:left;  text-indent:-.25in;} ol  {margin-bottom:0in;} ul  {margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;font face="Trebuchet MS"&gt; &lt;/font&gt;  &lt;p class="MsoNormal"&gt;&lt;font size="2"&gt;     &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="justify"&gt;&lt;font face="Trebuchet MS" size="2"&gt;In this topology I have 4 routers, 2 of them simulating internet (B and C), 2 of them are VPN peers (A and D). I have static routes defined for simplicity. Before start to configure the VPN we need to verify that we can reach peer IP addresses (172.30.1.2 and 172.30.6.2) from router A and D, but we cannot reach 10.10.2.1 neither 10.10.3.1.&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;   &lt;br /&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="398"&gt;         &lt;blockquote&gt;           &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;A(config)#do ping 10.10.3.1&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Type escape sequence to abort.&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Sending 5, 100-byte ICMP Echos to 10.10.3.1, timeout is 2 seconds:&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;U.U.U&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Success rate is 0 percent (0/5)&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;A(config)#do ping 172.30.6.2&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Type escape sequence to abort.&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Sending 5, 100-byte ICMP Echos to 172.30.6.2, timeout is 2 seconds:&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;!!!!!&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 12/37/92 ms&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;/p&gt;            &lt;p&gt;&lt;/p&gt;           &lt;font face="Trebuchet MS" color="#000000" size="2"&gt;&lt;/font&gt;            &lt;p&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;D(config)#do ping 10.10.2.1&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Type escape sequence to abort.&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Sending 5, 100-byte ICMP Echos to 10.10.2.1, timeout is 2 seconds:&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;U.U.U&lt;/font&gt;&lt;/p&gt;            &lt;p class="MsoNormal" dir="ltr" style="margin-right: 0px"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Success rate is 0 percent (0/5)&lt;/font&gt;&lt;/p&gt;         &lt;/blockquote&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal"&gt;   &lt;br /&gt;&lt;/p&gt; &lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;  &lt;div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 1pt; border-left: medium none; padding-top: 0in; border-bottom: 1pt solid"&gt;   &lt;p class="MsoNormal" style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: medium none"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;   &lt;br /&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;At this point I'll save the config files and name them: a-confg-u, b-confg-u&amp;#8230; &lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;u will means Unconfigured :P&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;After I have the IP of the interfaces and routing configured, I&amp;#8217;ll keep the configuration only with routing configured, so next time I&amp;#8217;ll not play to configure interfaces and routes. I will only switch the configuration files in the net file. This way I&amp;#8217;m planning to improve my configuring speed when the time for the big lab exam will come. Also there I&amp;#8217;ll keep the network diagram, and in the diagram at the bottom, I&amp;#8217;ll write few remarks/guides. I&amp;#8217;ll upload all the net files, all config files only with routing, the finished config files and my diagrams as well. Hope someone will find them useful in the future. I&amp;#8217;m sure that I&amp;#8217;ll find them useful after 6-9 months :P&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;I have decided not to write detailed steps how to configure all the steps. You can find that information everywhere, and I don't see any point to make a copy paste from the console. Those posts are meant to be used 1-2 weeks before the CCSP exams, and 1-2 months before the LAB exam. I think there might be exceptions of the configurations that are long and hard to remember.&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 1pt; border-left: medium none; padding-top: 0in; border-bottom: 1pt solid"&gt;   &lt;p class="MsoNormal" style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: medium none"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt; &lt;/div&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;   &lt;br /&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p class="MsoNormal" style="color: rgb(255,102,102)"&gt;&lt;font face="Trebuchet MS" color="#ff0000" size="2"&gt;&lt;strong&gt;Steps required for configuration of site to site VPN with preshared key: &lt;/strong&gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ol&gt;   &lt;li class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#ff0000" size="2"&gt;&lt;strong&gt;Setup ISAKMP policy (IKE Phase 1) + pre-shared key &lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#ff0000" size="2"&gt;&lt;strong&gt;Setup IPSec Transform Set (IKE Phase 2) &lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#ff0000" size="2"&gt;&lt;strong&gt;Define interesting traffic (access-list) &lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li class="MsoNormal"&gt;&lt;font face="Trebuchet MS" color="#ff0000" size="2"&gt;&lt;strong&gt;Setup crypto map (type of IPSec ISAKMP/Manual, match ACL, set peer, sa,&lt;span&gt; &lt;/span&gt;transform set) (syntax: crypto map MYMAP 156 ipsec-isakmp) &lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li class="MsoNormal"&gt;&lt;strong&gt;&lt;font size="2"&gt;&lt;font face="Trebuchet MS"&gt;&lt;font color="#ff0000"&gt;Assign crypto map on interface&lt;/font&gt; &lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;font face="Trebuchet MS" color="#ff6666" size="2"&gt;_____________________________________________&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;font face="Trebuchet MS" color="#ff6666" size="2"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;After the configuration you should try to ping from router A or D with source address from 10 network: &lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="398"&gt;         &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;D#ping 10.10.2.10 source fa0/1&lt;/font&gt;&lt;/p&gt;          &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;         &lt;font face="Trebuchet MS" color="#000000" size="2"&gt;&lt;/font&gt;          &lt;p&gt;&lt;/p&gt;          &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Type escape sequence to abort.&lt;/font&gt;&lt;/p&gt;          &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Sending 5, 100-byte ICMP Echos to 10.10.2.10, timeout is 2 seconds:&lt;/font&gt;&lt;/p&gt;          &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Packet sent with a source address of 10.10.3.1&lt;/font&gt;&lt;/p&gt;          &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;!!!!!&lt;/font&gt;&lt;/p&gt;          &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = &lt;date month="12" day="30" year="1948"&gt;12/30/48&lt;/date&gt; ms&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" color="#000000" size="2"&gt;&lt;/font&gt;&lt;/p&gt; &lt;font face="Trebuchet MS" size="2"&gt;&amp;#160;&lt;/font&gt;   &lt;p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;Useful show commands: &lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;show crypto isakmp sa&lt;/font&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;show crypto ipsec sa&lt;/font&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;show crypto map&lt;/font&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;show crypto session&lt;/font&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;debug crypto isakmp&lt;/font&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;debug crypto ipsec&lt;/font&gt;&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;The biggest &amp;#8220;trouble&amp;#8221; I had here was to remember the syntax of step number 4, therefore I added the syntax into the picture diagram above.&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;The config files with final configuration will be named: a-confg and d-confg.&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;Files which will be uploaded: &lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;vpn-pre-shared-key.doc&lt;/font&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;vpn-pre-shared-key-small.png&lt;/font&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;vpn-pre-shared-key.net&lt;/font&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;a-confg-u, b-confg-u, c-confg-u, d-confg-u (conf files with routing configured)&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/div&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;div&gt;&lt;font face="Trebuchet MS"&gt;a-confg, d-confg (working VPN config). &lt;/font&gt;&lt;/div&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font face="Trebuchet MS"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;UPDATE: I have added a capture and a few wireshark screenshots&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;There you can see 6 ISAKMP Phase 1 packets, and 3 Quick mode &lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;Phase 2 packets. First 2 ISAKMP packets are policy negotiation.&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;Second pair ISAKMP packets are DH Exchange. &lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;3rd pair is Identity information's exchange (pre-shared key)&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;This is the first encrypted packet. &lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;Phase 2 (Quick mode) is done in 3 packets: &lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;1. Requestor sends IPSec SA proposal, with optional info if&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;Perfect Forwards Secrecy (PFS) will be used. &lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;2. Responder check the proposal and sends back an answer&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;3. Requestor send an confirmation that SA have been negotiated&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;After this process the data encryption will start. &lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;Plans for the future post: &lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;To be made analyses with unsuccessful connections.&lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font&gt;You can get them from here: &lt;/font&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;a href="http://sites.google.com/site/cciesecurityattempt/Home/vpn-pre-shared-key.zip"&gt;&lt;font face="Trebuchet MS" size="2"&gt;http://sites.google.com/site/cciesecurityattempt/Home/vpn-pre-shared-key.zip&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;to be uploaded: vpn-pre-shared-key-cap.zip&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in"&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;/font&gt; &lt;script type="text/javascript"&gt;&lt;br /&gt;var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");&lt;br /&gt;document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));&lt;br /&gt;&lt;/script&gt;  &lt;script src="http://www.google-analytics.com/ga.js" type="text/javascript"&gt;&lt;/script&gt;  &lt;script type="text/javascript"&gt;&lt;br /&gt;try {&lt;br /&gt;var pageTracker = _gat._getTracker("UA-8903671-1");&lt;br /&gt;pageTracker._trackPageview();&lt;br /&gt;} catch(err) {}&lt;/script&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-8284037785200244834?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/8284037785200244834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=8284037785200244834' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/8284037785200244834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/8284037785200244834'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2008/10/vpn-config-with-pre-shared-key.html' title='VPN configuration with pre-shared key'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_AbtnpRt17hY/SPNw8-3DKQI/AAAAAAAABcs/cXn2lLItH60/s72-c/vpn-pre-shared-key-small.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155143875742485795.post-2669479681654360409</id><published>2008-08-08T13:11:00.000+02:00</published><updated>2008-08-08T13:18:35.763+02:00</updated><title type='text'>First post</title><content type='html'>I didn't believe in such things like blogs when they first appeared in the web world.&lt;br /&gt;Right now I find them very informative, and I'm reading occasionally 4-5 of them.&lt;br /&gt;Inspired by Tassos (http://ccie-in-3-months.blogspot.com/), I'm creating my first post today, and hope that this place will survive for 15 months. I'm planning to post my configurations (dynagen files, and drawings (I hope) ) of most of the labs that I will perform to obtain Security certificate from Cisco.&lt;br /&gt;Estimated time for LAB exam is somewhere in november 2009 for now. Today I passed SND, and I have 4 exams more before reaching written and lab exam&lt;br /&gt;Let the journey begin!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155143875742485795-2669479681654360409?l=cciesecure.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cciesecure.blogspot.com/feeds/2669479681654360409/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155143875742485795&amp;postID=2669479681654360409' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/2669479681654360409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155143875742485795/posts/default/2669479681654360409'/><link rel='alternate' type='text/html' href='http://cciesecure.blogspot.com/2008/08/first-post.html' title='First post'/><author><name>DarkSide</name><uri>http://www.blogger.com/profile/01942501073623806035</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://4.bp.blogspot.com/_AbtnpRt17hY/ShGrft6OsuI/AAAAAAAABeM/xMCk4pjDYVk/S220/jean.PNG'/></author><thr:total>0</thr:total></entry></feed>
