<?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-5582341920102159412</id><updated>2012-02-16T08:35:27.897-08:00</updated><category term='linux'/><category term='Application Inspection'/><category term='debug'/><category term='Licensing'/><category term='BlueCoat'/><category term='tcpdump'/><category term='Palo Alto'/><category term='AIP'/><category term='Viewing and Editing Configurations'/><category term='VLAN'/><category term='cisco ids'/><category term='Nokia'/><category term='IPS'/><category term='Troubleshooting'/><category term='Webfiltering'/><category term='VSX'/><category term='Crossbeam'/><category term='Logging'/><category term='high availability'/><category term='Security Context'/><category term='Content Filtering'/><category term='Virtual Firewalls'/><category term='Netl33ts site update'/><category term='Provider-1'/><category term='Command Reference'/><category term='VPN'/><category term='Juniper Netscreen'/><category term='Cisco ASA'/><category term='Juniper SRX'/><category term='Upgrades and Installs'/><category term='proventia'/><category term='Vsys'/><category term='Firemon'/><category term='NSM'/><category term='syslogs'/><category term='Viewing Resource Usage'/><category term='Checkpoint'/><category term='Password Reset'/><category term='Networking'/><category term='Junos'/><category term='Authentication'/><category term='WCCP'/><category term='SSL'/><category term='Remote access'/><category term='Routing'/><category term='Natting'/><category term='News'/><category term='DHCP'/><title type='text'>Netl33ts</title><subtitle type='html'>Enterprise class firewalls</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.netleets.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://www.netleets.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default?start-index=101&amp;max-results=100'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>179</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-7943051758595068903</id><published>2012-02-15T12:48:00.002-08:00</published><updated>2012-02-15T12:48:18.667-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Juniper SRX'/><title type='text'>Juniper SRX random troubleshooting commands</title><content type='html'>&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;b&gt;view available storage:&lt;/b&gt;&amp;nbsp;show system storage&lt;br /&gt;&lt;b&gt;Reboot:&lt;/b&gt;&amp;nbsp;request system reboot&lt;br /&gt;&lt;b&gt;verify system version:&lt;/b&gt;&amp;nbsp;show version&lt;br /&gt;&lt;br /&gt;&lt;b&gt;interface config:&lt;/b&gt;&amp;nbsp;configure&lt;br /&gt;edit interfaces ge-1/0/0&lt;br /&gt;set unit 0 family inet address 122.16.2.1/24&lt;br /&gt;&lt;br /&gt;&lt;b&gt;view interface info:&lt;/b&gt;&amp;nbsp;run show interfaces terse&lt;br /&gt;&lt;b&gt;view routes:&lt;/b&gt;&amp;nbsp;show route hidden extensive&lt;br /&gt;&lt;br /&gt;&lt;b&gt;add host objec&lt;/b&gt;t: edit security zones security-zone DMZ&lt;br /&gt;edit address-book&lt;br /&gt;set address net-172.16.10.0_24 172.168.10.0/24&lt;br /&gt;top&lt;br /&gt;&lt;br /&gt;&lt;b&gt;how to view logs:&lt;/b&gt;&amp;nbsp;show log messages. If a seperate traffic log is defined: show log traffic-log&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;b&gt;Local Upgrade&lt;/b&gt;: request system software add &lt;package_name&gt; no-validate no-copy unlink&lt;br /&gt;&lt;b&gt;ftp upgrade&lt;/b&gt;: request system software add ftp://&lt;username&gt;:&lt;password&gt;@192.168.186.208/junos-srxsme-10.4R5.5-domestic.tgz no-validate no-copy unlink&lt;br /&gt;Where are ftp firmware upgrades downloaded to: /cv/var/tmp and then loaded to /cf/packages&lt;br /&gt;&lt;br /&gt;&lt;b&gt;configure webui:&lt;/b&gt;&lt;br /&gt;set system services web-management http&lt;br /&gt;set system services web-management http interface ge-0/0/0.0&lt;br /&gt;set system services web-management https system-generated-certificate&lt;br /&gt;set system services web-management https interface ge-0/0/0.0&lt;br /&gt;&lt;br /&gt;&lt;b&gt;nat order&lt;/b&gt;&lt;br /&gt;1. Static NAT rules&lt;br /&gt;2. Destination NAT rules&lt;br /&gt;3. Route lookup&lt;br /&gt;4. Security policy lookup&lt;br /&gt;5. Reverse mapping of static NAT rules&lt;br /&gt;6. Source NAT rules&lt;br /&gt;&lt;br /&gt;order of operations: &amp;gt; SCREEN -&amp;gt; Dst NAT -&amp;gt; Route -&amp;gt; Zones -&amp;gt; Security Policy -&amp;gt; Src NAT -&amp;gt; Services ALG -&amp;gt; Session&lt;/password&gt;&lt;/username&gt;&lt;/package_name&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-7943051758595068903?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/7943051758595068903/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2012/02/juniper-srx-random-troubleshooting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7943051758595068903'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7943051758595068903'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2012/02/juniper-srx-random-troubleshooting.html' title='Juniper SRX random troubleshooting commands'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-7979067817088141437</id><published>2012-02-15T12:47:00.002-08:00</published><updated>2012-02-15T12:47:33.580-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Juniper SRX'/><title type='text'>Juniper SRX VPN troubleshooting</title><content type='html'>&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;b&gt;phase 1:&lt;/b&gt;&lt;br /&gt;&lt;i&gt;&amp;gt; show security ike security-associations&lt;br /&gt;&amp;gt; show security ike security-associations index &amp;lt;#&amp;gt; detail&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Clear:&lt;br /&gt;&lt;br /&gt;&amp;gt;&lt;i&gt;&amp;nbsp;clear security ike&lt;br /&gt;&lt;br /&gt;&lt;b&gt; Phase 2:&amp;nbsp;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;&amp;gt; show security ipsec security-associations&lt;br /&gt;&amp;gt; show security ipsec security-associations index &amp;lt;#&amp;gt; detail&lt;br /&gt;&amp;gt; show security ipsec statistics&lt;br /&gt;&amp;gt; show security ipsec statistics index &amp;lt;#&amp;gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Clear:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&amp;gt; clear security ipsec security-associations index &amp;lt;#&amp;gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;vpn logs: show log kmd | match 1.1.1.2&lt;br /&gt;show log kmd | find 1.1.1.2&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-7979067817088141437?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/7979067817088141437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2012/02/juniper-srx-vpn-troubleshooting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7979067817088141437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7979067817088141437'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2012/02/juniper-srx-vpn-troubleshooting.html' title='Juniper SRX VPN troubleshooting'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-1762079577993329489</id><published>2012-02-15T12:43:00.000-08:00</published><updated>2012-02-15T12:43:45.371-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Determining if a Nokia appliance is Disk or Flash based</title><content type='html'>&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;span style="background-color: #fafafa; color: #333333; display: inline !important; float: none; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;"&gt;&lt;b&gt;Voyager:&lt;/b&gt;&lt;/span&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;span style="background-color: #fafafa; color: #333333; display: inline !important; float: none; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;"&gt;When you login look at the Model Number and will show if Disk or Flash Based.&lt;/span&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;span style="background-color: #fafafa; color: #333333; display: inline !important; float: none; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;"&gt;&lt;b&gt;CLI&lt;/b&gt;&lt;/span&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;span style="background-color: #fafafa; color: #333333; display: inline !important; float: none; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;"&gt;fw[admin]# clish -c "show asset software"&lt;/span&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;b&gt; For example&lt;/b&gt;&lt;/span&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;span class="Apple-style-span" style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;"&gt;fw[admin]# clish -c "show asset software"&lt;/span&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;span style="background-color: #fafafa; color: #333333; display: inline !important; float: none; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;"&gt;IP390 (Flash Based)&lt;/span&gt;&lt;br style="background-color: #fafafa; color: #333333; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;" /&gt;&lt;span style="background-color: #fafafa; color: #333333; display: inline !important; float: none; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;"&gt;IP39&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-1762079577993329489?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/1762079577993329489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2012/02/determining-if-nokia-appliance-is-disk.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1762079577993329489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1762079577993329489'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2012/02/determining-if-nokia-appliance-is-disk.html' title='Determining if a Nokia appliance is Disk or Flash based'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-8854222562516472486</id><published>2012-02-15T12:39:00.004-08:00</published><updated>2012-02-15T12:40:55.821-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Proxy Arp configurations in SPLAT</title><content type='html'>&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;b&gt;For auto nats do the following:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;In Policy &amp;gt; Global Properties, select Automatic ARP configuration&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;For manual nats do the following:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;In Policy &amp;gt; Global Properties, select Automatic ARP configuration&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Also select "Merge manual proxy ARP configuration"&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Next&amp;nbsp;select&amp;nbsp;"Translate destination on client side"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Add the arp entries to the following file (if the file does not exist, it will be created):&lt;/div&gt;&amp;nbsp;&lt;code style="background-color: white; font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;$FWDIR/conf/local.arp&lt;/code&gt;&lt;br /&gt;&lt;div&gt;&lt;code style="background-color: white; font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;192.31.224.20 00:1C:6F:20:64:E1&lt;br /&gt;192.31.224.22 00:1C:6F:20:64:E1&lt;br /&gt;192.31.224.23 00:1C:6F:20:64:E1&lt;br /&gt;192.31.224.24 00:1C:6F:20:64:E1&lt;br /&gt;192.31.224.25 00:1C:6F:20:64:E1&lt;br /&gt;192.31.224.26 00:1C:6F:20:64:E1&lt;br /&gt;192.31.224.28 00:1C:6F:20:64:E1&lt;br /&gt;192.31.224.29 00:1C:6F:20:64:E1&lt;br /&gt;192.31.224.30 00:1C:6F:20:64:E1&amp;nbsp;&lt;/code&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-8854222562516472486?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/8854222562516472486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2012/02/proxy-arp-configurations-in-splat.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8854222562516472486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8854222562516472486'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2012/02/proxy-arp-configurations-in-splat.html' title='Proxy Arp configurations in SPLAT'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-7586761605507969896</id><published>2012-02-15T12:38:00.002-08:00</published><updated>2012-02-15T12:38:33.184-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='high availability'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>How to turn on VMAC for Cluster XL in Splat</title><content type='html'>&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;code style="background-color: white; font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;To enable virtual mac:&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;code style="background-color: white; font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;fw ctl set int fwha_vmac_global_param_enabled 1&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;code style="background-color: white; font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;code style="background-color: white; font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;code style="background-color: white; font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; font-size: small;"&gt;&lt;code style="font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;To disable virtual mac:&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; font-size: small;"&gt;&lt;code style="font-family: 'Courier New', Courier, monospace; font-size: 12px;"&gt;fw ctl set int fwha_vmac_global_param_enabled 0&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-7586761605507969896?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/7586761605507969896/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2012/02/how-to-turn-on-vmac-for-cluster-xl-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7586761605507969896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7586761605507969896'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2012/02/how-to-turn-on-vmac-for-cluster-xl-in.html' title='How to turn on VMAC for Cluster XL in Splat'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5476238030245459237</id><published>2011-11-15T13:43:00.001-08:00</published><updated>2011-11-15T13:43:37.414-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Checkpoint: How to determine if CoreXL is active.</title><content type='html'>&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;'fw ctl multik stat'&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;It can be toggled on or off via cpconfig.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5476238030245459237?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5476238030245459237/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/checkpoint-how-to-determine-if-corexl.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5476238030245459237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5476238030245459237'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/checkpoint-how-to-determine-if-corexl.html' title='Checkpoint: How to determine if CoreXL is active.'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3750236992409513553</id><published>2011-11-15T13:41:00.001-08:00</published><updated>2011-11-15T13:41:52.824-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Checkpoint: The case of the missing policy</title><content type='html'>&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;I recently had an issue with a new Checkpoint R71.30 cluster where the secondary cluster member would randomly lose its policy (&lt;i&gt;fw stat&lt;/i&gt;&amp;nbsp;would show initial policy). Upon rebooting, SIC would break and whenever I would run "cpconfig" I would get the following error:&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;[admin]# cpconfig&lt;/i&gt;&lt;br /&gt;&lt;i&gt;cpinst Error: Host name resolution for&amp;nbsp;.&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Local host name resolution is required for normal Check Point Security Gateway operation&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please correct this error and run cpstart again:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;I then made the mistake of updating the&amp;nbsp;&lt;i&gt;/etc/hosts&lt;/i&gt;&amp;nbsp;file with the host name of the firewall, which would resolve the error temporarily. However the next time the firewall would reboot, it would lose its host name again.&lt;br /&gt;&lt;br /&gt;It was discovered that the issue was 2 fold.&lt;br /&gt;&lt;b&gt;#1-&lt;/b&gt;&amp;nbsp;The firewall was shipped with R70, R71, and R75 packages. And even through clish and Voyager showed that only the desired R71 packages were loaded, the&lt;i&gt;&amp;nbsp;dbget&amp;nbsp;&lt;/i&gt;command showed that they were all active. Removing the unnecessary packages solved the policy issue.&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;dbget -v dynamic:pkgadd&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPNGXCMP-R70-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPNGXCMP-R71-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPNGXCMP-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPR71CMP-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPSG80CMP-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPV40Cmp-R70-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPV40Cmp-R71-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPV40Cmp-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPinfo-10-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPsuite-R70-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPsuite-R71-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPsuite-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPuag-R70-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPuag-R71-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPuag-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPvsxngxcmp-R70-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:Nokinstall6.0-6.0-00 t&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="line-height: 1.3em; margin-bottom: 0.75em; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="line-height: 1.3em; margin-bottom: 0.75em; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;b&gt;#2-&amp;nbsp;&lt;/b&gt;The firewall was losing its host name because the host name was never configured in Voyager. Using the linux method will cause the device to lose its config upon reboot.&amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3750236992409513553?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3750236992409513553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/checkpoint-case-of-missing-policy.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3750236992409513553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3750236992409513553'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/checkpoint-case-of-missing-policy.html' title='Checkpoint: The case of the missing policy'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-4837121386252870941</id><published>2011-11-15T13:38:00.000-08:00</published><updated>2011-11-15T13:38:42.882-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>How to display the number of Cores in IPSO</title><content type='html'>&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu'&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;or&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;dmesg | grep -i cpu&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;fw1[admin]# sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu'&lt;br /&gt;hw.machine: i386&lt;br /&gt;hw.model: Intel(R) Xeon(R) CPU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @ 2.00GHz&lt;br /&gt;hw.ncpu: 2&lt;br /&gt;hw.machine_arch: i386&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;fw1[admin]# dmesg | grep -i cpu&lt;br /&gt;CPU: Intel(R) Xeon(R) CPU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @ 2.00GHz (1995.01-MHz 686-class CPU)&lt;br /&gt;FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs&lt;br /&gt;cpu0 (BSP): APIC ID:&amp;nbsp; 0&lt;br /&gt;cpu1 (AP): APIC ID:&amp;nbsp; 1&lt;br /&gt;cpu0: &lt;acpi cpu=""&gt; on acpi0&lt;br /&gt;coretemp0: &lt;cpu on-die="" sensors="" thermal=""&gt; on cpu0&lt;br /&gt;acpi_throttle0: &lt;acpi cpu="" throttling=""&gt; on cpu0&lt;br /&gt;cpu1: &lt;acpi cpu=""&gt; on acpi0&lt;br /&gt;coretemp1: &lt;cpu on-die="" sensors="" thermal=""&gt; on cpu1&lt;br /&gt;SMP: AP CPU #1 Launched!&lt;/cpu&gt;&lt;/acpi&gt;&lt;/acpi&gt;&lt;/cpu&gt;&lt;/acpi&gt;&lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-4837121386252870941?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/4837121386252870941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/how-to-display-number-of-cores-in-ipso.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4837121386252870941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4837121386252870941'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/how-to-display-number-of-cores-in-ipso.html' title='How to display the number of Cores in IPSO'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-8032572793719945728</id><published>2011-11-15T13:35:00.001-08:00</published><updated>2011-11-15T13:35:30.430-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><title type='text'>Bluecoat: How to upload an accelerated PAC file</title><content type='html'>&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;ssh to the appliance.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;#inline accelerated-pac eof&amp;nbsp;&lt;br style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt; &lt;paste contents="" of="" text=""&gt;&amp;nbsp;&lt;br style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt; eof&amp;nbsp;&lt;/paste&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-8032572793719945728?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/8032572793719945728/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/bluecoat-how-to-upload-accelerated-pac.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8032572793719945728'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8032572793719945728'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/bluecoat-how-to-upload-accelerated-pac.html' title='Bluecoat: How to upload an accelerated PAC file'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2135637200431439782</id><published>2011-11-15T13:03:00.001-08:00</published><updated>2011-11-15T13:03:42.512-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Palo Alto'/><title type='text'>Palo Alto: Where did all the service objects go?</title><content type='html'>&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Palo Alto prefers you to use Application Objects, which uses more than destination ports as its determining factor.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Instead, it uses application&amp;nbsp;characteristics,&amp;nbsp;signature&amp;nbsp;conditions, and patterns to identify an application. In the event that you are attempting to provide access to a less common application, and an Application Object does not exist, you can either utilize service objects, in a more traditional setup, or you can define a custom Application Object&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2135637200431439782?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2135637200431439782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-where-did-all-service-objects.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2135637200431439782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2135637200431439782'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-where-did-all-service-objects.html' title='Palo Alto: Where did all the service objects go?'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-9123446356361952618</id><published>2011-11-15T13:02:00.003-08:00</published><updated>2011-11-15T13:02:57.720-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Palo Alto'/><title type='text'>Palo Alto: How to configure an interface</title><content type='html'>&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Interfaces are configures on the Network &amp;gt; Interfaces screen.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Select the desired interface.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;The configuration settings available depend on the interface type selected. For example, if this will be an L2 (Layer 2) interface, IP Address settings are not available. By selecting L3, IP address settings become available.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Speed, duplex, and MTU are also configured here.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;And much like ScreenOS, the security zone and virtual router are also selected here.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-9123446356361952618?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/9123446356361952618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-how-to-configure-interface.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/9123446356361952618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/9123446356361952618'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-how-to-configure-interface.html' title='Palo Alto: How to configure an interface'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2378193643304341710</id><published>2011-11-15T13:02:00.001-08:00</published><updated>2011-11-15T13:02:12.088-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Palo Alto'/><title type='text'>Palo Alto: How to perform a Configuration Diff</title><content type='html'>&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Config diffs are done in Device&amp;gt; Config audit.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;The Context option defines how many lines before and after the diff matches are displayed&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2378193643304341710?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2378193643304341710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-how-to-perform-configuration.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2378193643304341710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2378193643304341710'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-how-to-perform-configuration.html' title='Palo Alto: How to perform a Configuration Diff'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2844153547607207150</id><published>2011-11-15T13:01:00.000-08:00</published><updated>2011-11-15T13:01:16.211-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Palo Alto'/><title type='text'>Palo Alto:Changing the display mode to view set commands</title><content type='html'>&lt;div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;b&gt;Changing config display mode&lt;/b&gt;&lt;br /&gt;The default view for displaying the running config is a&amp;nbsp;hierarchical&amp;nbsp;view. To view the configuration in a flat command format (think "display set" in Juniper SRX), you must change the default display format.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;To display the config in a set format&lt;/div&gt;&lt;div&gt;&lt;i&gt;set cli configuration-output-format set&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;The display set output can be viewed from config mode.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2844153547607207150?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2844153547607207150/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/palo-altochanging-display-mode-to-view.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2844153547607207150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2844153547607207150'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/palo-altochanging-display-mode-to-view.html' title='Palo Alto:Changing the display mode to view set commands'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-632653746376421707</id><published>2011-11-15T12:59:00.000-08:00</published><updated>2011-11-15T12:59:06.071-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Palo Alto'/><title type='text'>Palo Alto: SSL Decryption</title><content type='html'>&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;b&gt;Decryption:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Decryption is primarily used to apply policy to encrypted traffic.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Inbound, we have to load the cert on the firewall&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Outbound, we have to proxy the connection&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Configured under&lt;/span&gt;&amp;nbsp;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;Policies &amp;gt; Decryption&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;b&gt;Types of Decryption policies:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;SSL Forward Proxy- the policy will decrypt client trffic destined for an external server&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;SSH Proxy- Decrypt SSHv2 traffic. Can control policy by using the SSH-Tunnel App-ID&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;SSL Inbound- decrypt SSL inbound&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Some nonrfc compliance apps or client side certs will not work. Failed apps are cached for 12 hours, at which time the firewall will not attempt to decrypt. To view excluded sites:&amp;nbsp;&lt;i&gt;show system setting ssl-decrypt exclude-cache&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;CLI:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;confirm proxy is ready:&amp;nbsp;&lt;i&gt;show system setting ssl-decrypt setting &amp;nbsp; &amp;nbsp;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;show counter global filter category proxy&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;debug dataplane pool statistics&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;b&gt;Importing, Exporting and Generating Security&amp;nbsp;Certificates&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Device &amp;gt; Certificates&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-632653746376421707?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/632653746376421707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-ssl-decryption.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/632653746376421707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/632653746376421707'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-ssl-decryption.html' title='Palo Alto: SSL Decryption'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2341822934342825987</id><published>2011-11-15T12:57:00.000-08:00</published><updated>2011-11-15T13:05:08.092-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Palo Alto'/><title type='text'>Palo Alto: Useful User Identification Commands and Troubleshooting</title><content type='html'>&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;User Awareness, is a UTM 2.0 feature that identifies traffic patterns and flows by user names instead of IPs, like traditional firewalls. It works with LDAP, Radius, or Kerberos, to identify users.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;This allows policies to be enforced on users, no matter were they reside. It also makes policy management and remediation much easier.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;User Awareness is configured in the Server Profiles section of the Management Console.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;Additionally, the security zone must be configured to utilize User Awareness (select the box that says User User Identification).&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;User-ID maps user/groups to Ip address.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;The User Agent (PANAgent.exe) is installed on the Domain Controller and listens for auth requests. It then maps the Ip to the User and sends that info to the Palo Alto.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;Once the info is received by Palo Alto, it is cached and security policies can be written.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;The PAN Agent log can be checked for AD specific events. The agent must have rights to read the security log.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;Each domain must use a&amp;nbsp;separate&amp;nbsp;agent.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div align="left"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; text-align: -webkit-auto;"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 11pt;"&gt;&lt;b&gt;AD log codes:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 11pt;"&gt;On Windows 2003 DCs:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 11pt;"&gt;• 672 (Authentication Ticket Granted, which occurs on the logon moment),&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 11pt;"&gt;• 673 (Service Ticket Granted)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 11pt;"&gt;• 674 (Ticket Granted Renewed which may happen several times during the logon session)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 11pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 11pt;"&gt;On Windows 2008 DCs:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 11pt;"&gt;• 4768 (Authentication Ticket Granted)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 11pt;"&gt;• 4769 (Service Ticket Granted)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 15px;"&gt;• 4770 (Ticket Granted Renewed)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: DINOT-Regular;"&gt;&lt;span style="font-size: 15px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; text-align: -webkit-auto;"&gt;&lt;br /&gt;What does the user agent do?&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; text-align: -webkit-auto;"&gt;1. Read Security logs&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; text-align: -webkit-auto;"&gt;2. Monitor Open Server Sessions&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; text-align: -webkit-auto;"&gt;3. WMI Probe (Windows Management Instrumentation). The WMI consults the client machine locally-maintained login&amp;nbsp;information. WMI must be enabled on each client and netbios must be allowed. This method works well for users who are docked when they authenticate and then undock and use wireless.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; text-align: -webkit-auto;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; text-align: -webkit-auto;"&gt;Once User Identification takes place, the ACC, App_scope, and Logs will contain User info&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; text-align: -webkit-auto;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;b&gt;Useful&amp;nbsp;commands:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;show user pan-agent statistics&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;show user pan-agent user-IDs&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;debug device-server dump user-group name &lt;group&gt;&lt;/group&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;show user ip-iser mapping &lt;all&gt;&lt;/all&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;show user ip-user mapping ip &lt;ip&gt;&lt;/ip&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;debug device-server set agent (all/basic/conn/detail/group/ntlm/sslvpn/tsa)&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2341822934342825987?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2341822934342825987/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-useful-user-identification.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2341822934342825987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2341822934342825987'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-useful-user-identification.html' title='Palo Alto: Useful User Identification Commands and Troubleshooting'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-826452735559977409</id><published>2011-11-15T12:54:00.001-08:00</published><updated>2011-11-15T12:54:06.768-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Palo Alto'/><title type='text'>Palo Alto: How to configure site to site VPN tunnels</title><content type='html'>&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;b&gt;&lt;u&gt;Site to Site VPN configuration:&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;1. Configure a Tunnel Interface (Network&amp;gt; Interface &amp;gt; New: Tunnel Interface)&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;A. The zone will be the zone that the local peer gateway resides on (typically Untrust)&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;2. Create an Ike Gateway (Network &amp;gt;Network Profiles &amp;gt; Ike Gateway &amp;gt; new)&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;3. Create an IPSec Tunnel (Network &amp;gt; Ipsec Tunnels &amp;gt; New)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;A. Select the Tunnel interface configured in step 1.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;B. Select the Ike gateway created in step 2.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;C. The local IP address would be the local gateway IP&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;D. Under advanced options, IKE and IPSEC profiles can be selected and/or created (this is where the encryption and has methods are defined).&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;E. &amp;nbsp;Enter the Preshared Key&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;4. Add routes for the remote encryption domain(s) (Network &amp;gt; Virtual Routers &amp;gt; &lt;vr&gt;)&lt;/vr&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;A. Select the tunnel interface and click Add&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;B. Enter the remote encryption domain, select the tunnel interface, enter the gateway address (typically the default gateway).&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;5. Create access rules to filter the VPN traffic.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&amp;nbsp; &amp;nbsp; A. VPN protocols must be allowed between peers&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&amp;nbsp; &amp;nbsp; B. Access rules can be used to filter VPN traffic&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;b&gt;&lt;u&gt;Logging and troubleshooting:&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Monitor &amp;gt; Logs &amp;gt; System &amp;nbsp; &amp;nbsp;will display negotiation errors.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;A filter can be added &amp;nbsp;for either the IPSEC tunnel name (in the object column) or the peer ip (in the description column).&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Phase 1 success will say "ike-nego-p1-succ" in the Event column&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Phase 2&amp;nbsp;success&amp;nbsp;will say "ike-nego-p2-succ" in the Event column&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div align="left" style="font-weight: bold;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma; text-align: -webkit-auto;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;b&gt;&lt;i&gt;Network &amp;gt; Network Profiles &amp;gt; Monitor&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;A tunnel monitor profile specifies how the firewall monitors IPSec tunnels and the actions that are taken&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;if the tunnel is not available. Tunnel monitor profiles are optional, but can be useful, for example, if you&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;want to be able to provide failover in the event of tunnel failure.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;After creating a tunnel monitor profile, you can select it in the advanced options section of the&lt;/span&gt;&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;IPSec&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;Tunnels&lt;/span&gt;&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;page. The firewall then monitors the specified IP address through the tunnel to determine if the&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;tunnel is working properly.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;b&gt;&lt;i&gt;Network &amp;gt; IPSec Tunnels&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;To view the status of currently defined IPSec VPN tunnels, open the&lt;/span&gt;&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;&lt;b&gt;IPSec Tunnels&lt;/b&gt;&lt;/span&gt;&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;page. The&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;following status information is reported on the page:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman';"&gt;&lt;span style="font-size: 11pt;"&gt;•&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;b&gt;Tunnel Status (first status column)&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;—Green indicates an IPSec SA tunnel. Red indicates that&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;IPSec SA is not available or has expired.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman';"&gt;&lt;span style="font-size: 11pt;"&gt;•&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;b&gt;IKE Gateway Status&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;—Green indicates a valid IKE phase-1 SA. Red indicates that IKE phase-1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;SA is not available or has expired.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman';"&gt;&lt;span style="font-size: 11pt;"&gt;•&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;b&gt;Tunnel Interface Status&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;—Green indicates that the tunnel interface is up (because tunnel monitor&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;is disabled, or because tunnel monitor status is UP). Red indicates that the tunnel interface is down,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;because the tunnel monitor is enabled and the status is down.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div align="left" style="font-weight: bold;"&gt;&lt;span style="color: #010101; font-family: 'Times New Roman'; font-size: x-small;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;b&gt;Cli commands:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;show vpn tunnel &amp;nbsp;&lt;/i&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-view current tunnels&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;show vpn flow tunnel-id &lt;id&gt;&lt;/id&gt;&lt;/i&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- show VPN specific info such as bytes&lt;/div&gt;&lt;div&gt;&lt;i&gt;clear vpn ike-sa gateway all&lt;/i&gt;&amp;nbsp;- &amp;nbsp; &amp;nbsp;Teardown a VPN&lt;/div&gt;&lt;div&gt;&lt;i&gt;test vpn ipsec-sa tunnel &lt;tunnel_name&gt; &amp;nbsp;&lt;/tunnel_name&gt;&lt;/i&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- initiate Phase 1 and Phase 2 for a specified tunnel.&amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-826452735559977409?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/826452735559977409/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-how-to-configure-site-to-site.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/826452735559977409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/826452735559977409'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/palo-alto-how-to-configure-site-to-site.html' title='Palo Alto: How to configure site to site VPN tunnels'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-8564339310571687932</id><published>2011-11-15T12:53:00.000-08:00</published><updated>2011-11-15T13:27:46.593-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Palo Alto'/><title type='text'>Palo Alto:How to test an access rule</title><content type='html'>&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;test security-policy-match from &lt;zone&gt; to &lt;zone&gt; application &lt;application name=""&gt; source &lt;src ip=""&gt; destinaion &lt;dst ip=""&gt; protocol &lt;protocol #=""&gt; destination-port &lt;port&gt; show-all yes&lt;/port&gt;&lt;/protocol&gt;&lt;/dst&gt;&lt;/src&gt;&lt;/application&gt;&lt;/zone&gt;&lt;/zone&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Will display all rules that allow the requested access&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;b&gt;Sample output:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;test security-policy-match from Trust-L3 to Untrust-L3 application dns source 192.168.1.2 destinaion 172.16.1.2 protocol 17 destination-port 53 show-all yes&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;"general internet" {&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;from Trust-L3;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;source any;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;source-region any;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;to Untrust-L3;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;destination any;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;destination-region any;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;user any;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;application/service [http/any/any/any dns/any/any/any ];&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;action allow;&lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-8564339310571687932?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/8564339310571687932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/how-to-test-access-rule-on-palo-alto.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8564339310571687932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8564339310571687932'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/how-to-test-access-rule-on-palo-alto.html' title='Palo Alto:How to test an access rule'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6421914118141897609</id><published>2011-11-15T12:51:00.000-08:00</published><updated>2011-11-15T12:51:31.731-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><title type='text'>Cannot transfer large files when ICAP is enabled on the Proxy SG</title><content type='html'>&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Turn on ICAP Feedback to prevent clients from timing out during a large file transfer.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Configuration &amp;gt; External Services &amp;gt; ICAP&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;Enable the "Provide feedback after x seconds" radio button. Then enable the "Trickle object data from the start" radio button.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There is also a known issue with IE 7 and IE 8 when popup blockers are turned off:&lt;br /&gt;&lt;a href="https://kb.bluecoat.com/index?page=content&amp;amp;id=KB4224&amp;amp;actp=search&amp;amp;viewlocale=en_US&amp;amp;searchid=1321389193624"&gt;https://kb.bluecoat.com/index?page=content&amp;amp;id=KB4224&amp;amp;actp=search&amp;amp;viewlocale=en_US&amp;amp;searchid=1321389193624&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6421914118141897609?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6421914118141897609/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/11/cannot-transfer-large-files-when-icap.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6421914118141897609'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6421914118141897609'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/11/cannot-transfer-large-files-when-icap.html' title='Cannot transfer large files when ICAP is enabled on the Proxy SG'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5724671187666453331</id><published>2011-10-25T03:17:00.000-07:00</published><updated>2011-10-25T03:17:58.301-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>How to change the port Voyager uses and turn off encryption</title><content type='html'>To change the default Voyager port via clish:&lt;br /&gt;Ipso pre 6.2: &lt;i&gt;voyager -e 128 8080&lt;/i&gt;&lt;br /&gt;Ipso 6.2 or higher: &lt;i&gt;set voyager ssl-port 8080&lt;/i&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;i&gt;save config&lt;/i&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;To turn off ssl encryption:&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;voyager -e 0 80&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5724671187666453331?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5724671187666453331/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/10/how-to-change-port-voyager-uses-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5724671187666453331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5724671187666453331'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/10/how-to-change-port-voyager-uses-and.html' title='How to change the port Voyager uses and turn off encryption'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-7060427781429785269</id><published>2011-10-25T03:13:00.000-07:00</published><updated>2011-10-25T03:13:58.266-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='Command Reference'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>How many cores does my Nokia IP appliance have?</title><content type='html'>&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;The following commands will display the cores:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu'&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;or&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;dmesg | grep -i cpu&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;b&gt;Sample output:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;fw1[admin]# sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu'&lt;br /&gt;hw.machine: i386&lt;br /&gt;hw.model: Intel(R) Xeon(R) CPU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @ 2.00GHz&lt;br /&gt;hw.ncpu: 2&lt;br /&gt;hw.machine_arch: i386&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;fw1[admin]# dmesg | grep -i cpu&lt;br /&gt;CPU: Intel(R) Xeon(R) CPU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @ 2.00GHz (1995.01-MHz 686-class CPU)&lt;br /&gt;FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs&lt;br /&gt;cpu0 (BSP): APIC ID:&amp;nbsp; 0&lt;br /&gt;cpu1 (AP): APIC ID:&amp;nbsp; 1&lt;br /&gt;cpu0: &lt;acpi cpu=""&gt; on acpi0&lt;br /&gt;coretemp0: &lt;cpu on-die="" sensors="" thermal=""&gt; on cpu0&lt;br /&gt;acpi_throttle0: &lt;acpi cpu="" throttling=""&gt; on cpu0&lt;br /&gt;cpu1: &lt;acpi cpu=""&gt; on acpi0&lt;br /&gt;coretemp1: &lt;cpu on-die="" sensors="" thermal=""&gt; on cpu1&lt;br /&gt;SMP: AP CPU #1 Launched!&lt;/cpu&gt;&lt;/acpi&gt;&lt;/acpi&gt;&lt;/cpu&gt;&lt;/acpi&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-7060427781429785269?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/7060427781429785269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/10/how-many-cores-does-my-nokia-ip.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7060427781429785269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7060427781429785269'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/10/how-many-cores-does-my-nokia-ip.html' title='How many cores does my Nokia IP appliance have?'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-8929740503019662120</id><published>2011-09-12T09:07:00.000-07:00</published><updated>2011-09-12T09:07:03.246-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Checkpoint losing policy and host name resolution issues</title><content type='html'>I recently had an issue with a new Checkpoint R71.30 cluster where the secondary cluster member would randomly lost its policy (&lt;i&gt;fw stat&lt;/i&gt; would show initial policy). Upon rebooting, SIC would break and whenever I would run "cpconfig" I would get the following error:&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;[admin]# cpconfig&lt;/i&gt;&lt;br /&gt;&lt;i&gt;cpinst Error: Host name resolution for &lt;firewall_name&gt;.&lt;/firewall_name&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Local host name resolution is required for normal Check Point Security Gateway operation&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Please correct this error and run cpstart again:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;I then made the mistake of updating the &lt;i&gt;/etc/hosts&lt;/i&gt; file with the host name of the firewall, which would resolve the error temporarily. However the next time the firewall would reboot, it would lose its host name again.&lt;br /&gt;&lt;br /&gt;It was discovered that the issue was 2 fold.&lt;br /&gt;&lt;b&gt;#1-&lt;/b&gt; The firewall was shipped with R70, R71, and R75 packages. And even through clish and Voyager showed that only the desired R71 packages were loaded, the&lt;i&gt; dbget &lt;/i&gt;command showed that they were all active. Removing the unnecessary packages solved the policy issue.&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;dbget -v dynamic:pkgadd&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPNGXCMP-R70-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPNGXCMP-R71-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPNGXCMP-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPR71CMP-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPSG80CMP-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPV40Cmp-R70-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPV40Cmp-R71-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPV40Cmp-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPinfo-10-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPsuite-R70-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPsuite-R71-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPsuite-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPuag-R70-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPuag-R71-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPuag-R75-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:CPvsxngxcmp-R70-00 t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;dynamic:pkgadd:Nokinstall6.0-6.0-00 t&lt;/i&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;#2- &lt;/b&gt;The firewall was losing its host name because the host name was never configured in Voyager. Using the linux method will cause the device to lose its config upon reboot.&amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-8929740503019662120?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/8929740503019662120/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/09/checkpoint-losing-policy-and-host-name.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8929740503019662120'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8929740503019662120'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/09/checkpoint-losing-policy-and-host-name.html' title='Checkpoint losing policy and host name resolution issues'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2303127847170425029</id><published>2011-08-14T11:50:00.000-07:00</published><updated>2011-08-14T11:50:18.801-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Juniper SRX'/><title type='text'>Juniper SRX hide nats</title><content type='html'>&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;configure&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;***create a rule-set that defines the zones involved in the nat****&lt;br /&gt;&lt;i&gt; edit security nat source rule-set trust-to-internet&lt;br /&gt;set from zone trust&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;i&gt; set to zone internet&lt;/i&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;****define the traffic that will be natted****** &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;i&gt;set rule internal-hide match source-address 192.168.15.0/24&lt;/i&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;***define the action****** &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;i&gt;set rule internal-hide then source-nat interface&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;br /&gt;show&lt;br /&gt;commit&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2303127847170425029?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2303127847170425029/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/08/juniper-srx-hide-nats.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2303127847170425029'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2303127847170425029'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/08/juniper-srx-hide-nats.html' title='Juniper SRX hide nats'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-4211397446366965705</id><published>2011-08-14T11:23:00.000-07:00</published><updated>2011-08-14T17:07:07.502-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Juniper SRX'/><title type='text'>Juniper SRX packet captures</title><content type='html'>&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;1. Configure the forwarding options and limits&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;b style="font-style: normal;"&gt;&lt;br style="color: black;" /&gt;&lt;/b&gt;&lt;i&gt;&lt;span style="color: black; font-size: x-small;"&gt;configure&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;set forwarding-options packet-capture file testcap1 pcap files 10 size 10000&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;set forwarding-options packet-capture maximum-capture-size 1500&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;2. Create your filter&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;i&gt;&lt;span style="color: black; font-size: x-small;"&gt;set firewall filter PCAP term capture from source-address 192.168.1.1.32&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;set firewall filter PCAP term capture from destination-address 10.15.61.45/32&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;set firewall filter PCAP term capture from protocol tcp&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;set firewall filter PCAP term capture from destination-port 443&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;set firewall filter PCAP term capture then accept&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;set firewall filter PCAP term allow-all-else then accept&lt;/span&gt;&lt;/i&gt;&lt;br style="color: black;" /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt; 3. Define the interface(s) that will capture the trafffic&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small; font-style: normal;"&gt;set interfaces ge-0/0/3 unit 0 family inet filter input PCAP&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small; font-style: normal;"&gt;commit and-quit&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="font-style: normal;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;**** input indicated to capture packets received. &amp;nbsp;PCAP is the name of our firewall filter*****&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="font-family: Arial;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;4. Read the tcpdump file from the shell&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;i&gt;&lt;span style="color: black; font-size: x-small;"&gt;start shell &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;cd /var/tmp&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;tcpdump&amp;nbsp;–r pcap.ge-0.0.3&lt;/span&gt;&lt;/i&gt;&lt;br style="color: black;" /&gt;&lt;br /&gt;&lt;br style="color: black;" /&gt;&lt;span class="Apple-style-span" style="font-size: large; font-style: normal;"&gt;5. Cleanup&amp;nbsp;&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;i&gt;&lt;span style="color: black; font-size: x-small;"&gt;cli&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;configure&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;delete interfaces ge-0/0/3 unit 0 family inet filter input PCAP &amp;nbsp; &amp;nbsp;(stops the cap) &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;delete firewall filter PCAP &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (turns off the filter)&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;delete forward-options packet-capture&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black; font-size: x-small;"&gt;commit and-quit&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;span style="font-size: small; font-weight: bold;"&gt;&lt;/span&gt;&lt;br style="color: black;" /&gt;&lt;br style="color: black;" /&gt;&lt;span style="color: black;"&gt;% rm /var/tmp/pcap.ge-0.0.3.&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-4211397446366965705?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/4211397446366965705/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/08/juniper-srx-packet-captures.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4211397446366965705'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4211397446366965705'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/08/juniper-srx-packet-captures.html' title='Juniper SRX packet captures'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3250925816593242922</id><published>2011-08-10T16:14:00.000-07:00</published><updated>2011-08-15T14:44:16.565-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Juniper SRX'/><title type='text'>How to configure J-web management from the SRX command line</title><content type='html'>&lt;div style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;set system services web-management http&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;set system services web-management http interface ge-0/0/0.0&lt;br /&gt;set system services web-management https system-generated-certificate&lt;br /&gt;set system services web-management https interface ge-0/0/0.0&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;***To change port***&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;set system services web-management https port 8443&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;br /&gt;****To append "webui" to the management url (useful if ssl is in use***&lt;br /&gt;&amp;nbsp;set system services web-management https management-url webgui &lt;br /&gt;&lt;br /&gt;&lt;table&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;set security zones security-zone trust host-inbound-traffic system-services http&lt;br /&gt;set security zones security-zone trust host-inbound-traffic system-services https&lt;br /&gt;set security zones security-zone trust interfaces ge-0/0/0.0&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3250925816593242922?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3250925816593242922/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/08/how-to-configure-j-web-management-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3250925816593242922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3250925816593242922'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/08/how-to-configure-j-web-management-from.html' title='How to configure J-web management from the SRX command line'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-110000927519998079</id><published>2011-07-19T09:36:00.001-07:00</published><updated>2011-07-19T09:36:44.474-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Cisco ASA: Installing Intermediate Certificates</title><content type='html'>&lt;div&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;strong&gt;Installing Certificates&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;We will be installing a self signed certificate with an intermediate&amp;nbsp;certificate&amp;nbsp;to a root CA.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;strong&gt;Terms:&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span&gt;An intermediate certificate is the certificate, or certificates, that go between your site (server) certificate and a root certificate.&lt;br /&gt;The intermediate certificate, or certificates, completes the chain to a root certificate trusted by the browser.&lt;br /&gt;&lt;br /&gt;Using an intermediate certificate means that you must complete an additional step in the installation process to enable your site certificate to be chained to the trusted root, and not show errors in the browser when someone visits your web site.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Installing your SSL Certificate in the Adaptive Security Device Manager (ASDM)&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;First we are installing the intermediate certificate. Save the intermediate certificate files to your local hard drive with an extension of .crt.&lt;/li&gt;&lt;li&gt;In ASDM select “Configuration” and then “Device Management.”&lt;/li&gt;&lt;li&gt;Expand “Certificate Management” and select “CA Certificates” and then “Add.”&lt;/li&gt;&lt;li&gt;With the option selected to “Install from a file”, browse to the *crt file and then click the “Install Certificate” button at the bottom of the "Install Certificate" window. Your Intermediate certificate file is now installed. You will now need to install the gs_sslcertificate.crt file.&lt;/li&gt;&lt;li&gt;Next we install the Identity Certificate.&amp;nbsp;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Save the intermediate certificate files to your local hard drive with an extension of .crt.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;In ASDM select “Configuration” and then “Device Management”.&lt;/li&gt;&lt;li&gt;Expand “Certificate Management” and select “Identity Certificates”.&lt;/li&gt;&lt;li&gt;Select the appropriate identity certificate from when your CSR was generated (the “Issued By” field should show as not available and the “Expiry Date” field will show Pending…). Click the Install button.&lt;/li&gt;&lt;li&gt;Browse to the appropriate identity certificate (the gs_sslcertificate.crt provided by GlobalSign) and click “Install Certificate.” At this point you should receive confirmation that the certificate installation was successful.&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;Configuring WebVPN with ASDM to Use the New SSL Certificate&lt;/strong&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;In ASDM select “Configuration” and then “Device Management”.&lt;/li&gt;&lt;li&gt;Click “Advanced” and then “SSL Settings”&lt;/li&gt;&lt;li&gt;From "Certificates," choose the interface used to terminate WebVPN sessions, and then choose “Edit”.&lt;/li&gt;&lt;li&gt;From the “Certificate” drop-down, select the newly installed certificate, then “OK”, and then “Apply” Configuring your certificate for use with the selected kind of WebVPN session is now complete.&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;SSL Certificate Installation from the Cisco ASA command line (alternate installation method)&lt;/strong&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;From the ciscoasa(config)# line, enter the following text: &lt;code&gt;crypto ca authenticate my.trustpoint&lt;/code&gt;&lt;br /&gt;Where&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;my.trustpoint&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is the name of trustpoint created when your certificate request was generated.&lt;/li&gt;&lt;li&gt;Next, enter the entire body of the *.crt intermediate certificate file followed by the word “quit” on a line by itself (the *.crt file can be opened and edited with a standard text editor, and the entire body of that file should be entered when prompted).&lt;/li&gt;&lt;li&gt;When asked to accept the certificate, enter “yes”.&lt;/li&gt;&lt;li&gt;When the certificate has been successfully imported, enter “exit”. Your Intermediate certificate file is now installed. You will now need to install the *.crt file.&lt;/li&gt;&lt;li&gt;From the ciscoasa(config)# line, enter the following text: &lt;code&gt;crypto ca import my.trustpoint certificate&lt;/code&gt;&lt;br /&gt;Where&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;my.trustpoint&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is the name of trustpoint created when your certificate request was generated.&lt;/li&gt;&lt;li&gt;Next, enter the entire body of the *.crt file SSL Certificate file, followed by the word “quit” on a line by itself (the *.crt file can be opened and edited with a standard text editor, and the entire body of that file should be entered when prompted). You should then receive a message that the certificate was successfully imported.&lt;/li&gt;&lt;/ol&gt;&lt;strong&gt;Configuring WebVPN to Use the New SSL Certificate from the Cisco ASA command line&lt;/strong&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;From the ciscoasa(config)# line, enter the following text:&lt;/li&gt;&lt;/ol&gt;&lt;code&gt;ssl trust-point my.trustpoint outside&lt;/code&gt;&lt;br /&gt;&lt;code&gt;wr mem&lt;/code&gt;&lt;br /&gt;Where&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;my.trustpoint&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;is the name of trustpoint created when your certificate request was generated and "outside" is the name of the interface being configured.&lt;br /&gt;Make sure to save the configuration.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-110000927519998079?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/110000927519998079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/07/cisco-asa-installing-intermediate.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/110000927519998079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/110000927519998079'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/07/cisco-asa-installing-intermediate.html' title='Cisco ASA: Installing Intermediate Certificates'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2849825816208216395</id><published>2011-07-11T08:37:00.001-07:00</published><updated>2011-07-11T08:37:13.667-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><category scheme='http://www.blogger.com/atom/ns#' term='AIP'/><title type='text'>How to configure an AIP module on a Cisco ASA</title><content type='html'>&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;i&gt;&lt;br /&gt;lab-us-atl-casa1# config t&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;br /&gt;&lt;i&gt;lab-us-atl-casa1(config)# access-list IDP_ACL extended permit ip any any&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Configure an ACL that identifies the traffic to be sent to the IPS&lt;b style="font-style: normal;"&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;i&gt;lab-us-atl-casa1(config)# class-map ips_class&lt;br /&gt;lab-us-atl-casa1(config-cmap)# match access-list IDP_ACL&lt;/i&gt;&lt;br /&gt;Create an IPS class map and attach the acl&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;i&gt;&lt;br /&gt;lab-us-atl-casa1(config)# policy-map global_policy&lt;br /&gt;lab-us-atl-casa1(config-pmap)# class ips_class&lt;br /&gt;lab-us-atl-casa1(config-pmap-c)# ips inline fail-open&lt;/i&gt;&lt;br /&gt;Create a policy map that defines attributes of the IDP&lt;br /&gt;&lt;br style="font-weight: bold;" /&gt;&lt;br /&gt;&lt;i&gt;lab-us-atl-casa1(config-pmap-c)# service-policy global_policy global&lt;/i&gt;&lt;br /&gt;Assign the policy map to a specific interface or globally&lt;/span&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;b style="font-style: normal;"&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;i&gt;lab-us-atl-casa1(config-pmap-c)# exit&lt;br /&gt;lab-us-atl-casa1(config-pmap)# exit&lt;br /&gt;lab-us-atl-casa1(config)# wri mem&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2849825816208216395?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2849825816208216395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/07/how-to-configure-aip-module-on-cisco.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2849825816208216395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2849825816208216395'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/07/how-to-configure-aip-module-on-cisco.html' title='How to configure an AIP module on a Cisco ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3461524323700873101</id><published>2011-06-29T11:00:00.000-07:00</published><updated>2011-06-29T11:00:48.432-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Juniper SRX'/><title type='text'>Juniper SRX- identifying files to be deleted</title><content type='html'>Juniper SRX is notorious for not providing you enough disk space to use all software blades and hold multiple images for upgrades. As a result, you will find yourself on a mission to locate files to be deleted. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;First identify disk space needs:&lt;br /&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;root@hasrx1&amp;gt; show system storage&lt;br /&gt;node0:&lt;br /&gt;&lt;i&gt;--------------------------------------------------------------------------&lt;br /&gt;Filesystem&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Used&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avail&amp;nbsp; Capacity&amp;nbsp;&amp;nbsp; Mounted on&lt;br /&gt;/dev/da0s1a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 293M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 203M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 67M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 75%&amp;nbsp; /&lt;br /&gt;devfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.0K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.0K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100%&amp;nbsp; /dev&lt;br /&gt;/dev/md0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 566M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 566M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100%&amp;nbsp; /junos&lt;br /&gt;/cf&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 293M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 203M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 67M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 75%&amp;nbsp; /junos/cf&lt;br /&gt;devfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.0K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.0K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100%&amp;nbsp; /junos/dev/&lt;br /&gt;procfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.0K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.0K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100%&amp;nbsp; /proc&lt;br /&gt;/dev/bo0s3e&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 176K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1%&amp;nbsp; /config&lt;br /&gt;/dev/bo0s3f&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 342M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 138M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 177M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 44%&amp;nbsp; /cf/var&lt;br /&gt;/dev/md1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 168M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 136M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12%&amp;nbsp; /mfs&lt;br /&gt;/cf/var/jail&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 342M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 138M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 177M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 44%&amp;nbsp; /jail/var&lt;br /&gt;/cf/var/log&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 342M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 138M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 177M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 44%&amp;nbsp; /jail/var/log&lt;br /&gt;devfs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.0K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.0K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100%&amp;nbsp; /jail/dev&lt;br /&gt;/dev/md2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 39M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.0K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0%&amp;nbsp; /mfs/var/run/utm&lt;br /&gt;/dev/md3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.8M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.0K&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.7M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0%&amp;nbsp; /jail/mfs&lt;br /&gt;/dev/altroot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 293M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 203M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 67M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 75%&amp;nbsp; /altroot&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Next run a query to identify the largest files:&lt;/span&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;find -x /cf/var -type f -exec du -k {} \; | sort -n&lt;/span&gt; &lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;span style="border-collapse: separate; color: black; font-family: Tahoma; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Files can be removed using the RM command from the shell. &amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3461524323700873101?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3461524323700873101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/06/juniper-srx-identifying-files-to-be.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3461524323700873101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3461524323700873101'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/06/juniper-srx-identifying-files-to-be.html' title='Juniper SRX- identifying files to be deleted'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2068059808817333373</id><published>2011-05-18T09:42:00.000-07:00</published><updated>2011-05-18T09:42:24.646-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>How to determine the path and interface of a host on SPLAT</title><content type='html'>[Expert@lab1]# ip route get 192.168.1.1&lt;br /&gt;192.168.1.10 via 192.168.19.38 dev eth2&amp;nbsp; src 192.168.19.1 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cache&amp;nbsp; mtu 1500 advmss 1460&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2068059808817333373?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2068059808817333373/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/05/how-to-determine-path-and-interface-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2068059808817333373'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2068059808817333373'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/05/how-to-determine-path-and-interface-of.html' title='How to determine the path and interface of a host on SPLAT'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-9078450765216319981</id><published>2011-05-18T09:17:00.000-07:00</published><updated>2011-05-18T09:17:56.532-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>How to ping the inside interface of an ASA through a VPN tunnel</title><content type='html'>This is typically used for testing VPNS.&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;#conf t&lt;br /&gt;(config)# management-access inside&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-9078450765216319981?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/9078450765216319981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/05/how-to-ping-inside-interface-of-asa.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/9078450765216319981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/9078450765216319981'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/05/how-to-ping-inside-interface-of-asa.html' title='How to ping the inside interface of an ASA through a VPN tunnel'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6201660248775608611</id><published>2011-05-18T09:05:00.000-07:00</published><updated>2011-05-18T09:05:50.596-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Confused by all of the recent Checkpoint Releases? Check this out</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://dl3.checkpoint.com/paid/8d/Check_Point_R7x_Release_Map_May_2011.pdf?HashKey=1305741809_9d9c4e6450f35321e7ede9b59ce01f38&amp;amp;xtn=.pdf"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-u_O0kVJDeuU/TdPuOQWqDlI/AAAAAAAAAsE/0_vV_5BFbE0/s1600/CPrelease_map.jpg" /&gt;&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/5582341920102159412-6201660248775608611?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6201660248775608611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/05/confused-by-all-of-recent-checkpoint.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6201660248775608611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6201660248775608611'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/05/confused-by-all-of-recent-checkpoint.html' title='Confused by all of the recent Checkpoint Releases? Check this out'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-u_O0kVJDeuU/TdPuOQWqDlI/AAAAAAAAAsE/0_vV_5BFbE0/s72-c/CPrelease_map.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5577536856189031065</id><published>2011-05-16T09:38:00.000-07:00</published><updated>2011-05-16T09:38:24.369-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='NSM'/><category scheme='http://www.blogger.com/atom/ns#' term='Juniper Netscreen'/><title type='text'>Installing A policy on NSM</title><content type='html'>Prior to pushing a policy to a device from NSM, a Delta Config should be ran to identify the differences between the policy on NSM and the policy on the security device. To do so, select the device from Device Manager. Right click and select Summarize Delta Config. This may take as long as 5 minutes to run. When complete, it will display the differences between the 2 policies to ensure that the changes being implemented are correct. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Once the changes in the Delta Config are confirmed, you can push policy by right clicking on the device from Device Manager and choose Policy then Assign Policy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5577536856189031065?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5577536856189031065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/05/installing-policy-on-nsm.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5577536856189031065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5577536856189031065'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/05/installing-policy-on-nsm.html' title='Installing A policy on NSM'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5646345145533765194</id><published>2011-05-11T12:03:00.000-07:00</published><updated>2011-05-11T12:03:05.544-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Step backwards for VPN supernetting in R71</title><content type='html'>It was recently brought to my attention that Checkpoint's infamous VPN supernetting in R71 can no longer be fixed by changing the VPN Advanced Tunnel Options to "1 VPN Per Pair of Hosts". &lt;br /&gt;&lt;br /&gt;As with R55, you have to change the following:&lt;br /&gt;$FWDIR/conf/&lt;i&gt;Objects_5_0.C &lt;/i&gt;file. Change “&lt;i&gt;Support Subnets for Key Exchange&lt;/i&gt;” to “&lt;b&gt;false”.&amp;nbsp;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;It is also believed that migrated VPNS that were previously configured using the Advanced Tunnel Options retain their settings, but new VPNs will not work. If anyone has any more information on this, I would appreciate the input.&lt;br /&gt;&lt;b&gt; &lt;/b&gt;&lt;br /&gt;It is believed that R75 has gone back to the use of the Advanced VPN Tunnel Options setting.&amp;nbsp;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5646345145533765194?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5646345145533765194/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/05/step-backwards-for-vpn-supernetting-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5646345145533765194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5646345145533765194'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/05/step-backwards-for-vpn-supernetting-in.html' title='Step backwards for VPN supernetting in R71'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-4652769274628523000</id><published>2011-04-05T11:27:00.000-07:00</published><updated>2011-05-17T15:56:02.718-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>"Cluster cannot be empty" or "only one interface defined" error on Checkpoint R70 and R71</title><content type='html'>&lt;style type="text/css"&gt;body { margin: 0pt; padding: 0pt; }td, div { font-family: Segoe UI; font-size: 9pt; vertical-align: top; }body { margin: 0pt; padding: 0pt; overflow: hidden; }.transcript { background-color: rgb(210, 210, 210); }.messageBlock { padding-left: 10px; padding-right: 10px; margin-bottom: 3px; }.message { padding-left: 20px; margin-left: 95px; word-wrap: break-word; white-space: pre-wrap; }.messageCont { padding-left: 20px; margin-left: 95px; word-wrap: break-word; white-space: pre-wrap; }.other { font-size: 11px; color: rgb(57, 87, 122); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.myself { font-size: 11px; color: rgb(218, 129, 3); font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont { font-size: 8px; text-align: right; color: rgb(57, 87, 122); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.myselfCont { font-size: 8px; text-align: right; color: rgb(218, 129, 3); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.system { font-size: 11px; word-wrap: break-word; color: rgb(218, 129, 3); font-style: normal; font-weight: normal; white-space: pre-wrap; }.showTimestamp { padding-left: 20px; font-size: 11px; float: right; color: rgb(153, 153, 153); font-style: normal; font-weight: normal; }.other1 { font-size: 11px; color: rgb(172, 32, 0); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont1 { font-size: 8px; text-align: right; color: rgb(172, 32, 0); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other2 { font-size: 11px; color: rgb(60, 159, 168); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont2 { font-size: 8px; text-align: right; color: rgb(60, 159, 168); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other3 { font-size: 11px; color: rgb(226, 86, 20); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont3 { font-size: 8px; text-align: right; color: rgb(226, 86, 20); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other4 { font-size: 11px; color: rgb(11, 106, 200); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont4 { font-size: 8px; text-align: right; color: rgb(11, 106, 200); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other5 { font-size: 11px; color: rgb(178, 50, 144); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont5 { font-size: 8px; text-align: right; color: rgb(178, 50, 144); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other6 { font-size: 11px; color: rgb(2, 231, 199); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont6 { font-size: 8px; text-align: right; color: rgb(2, 231, 199); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other7 { font-size: 11px; color: rgb(91, 50, 132); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont7 { font-size: 8px; text-align: right; color: rgb(91, 50, 132); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.highlight { background-color: rgb(190, 214, 248); }.datestamp { padding-right: 0px; font-size: 11px; cursor: default; margin-bottom: 1px; background-color: rgb(192, 192, 192); width: 100%; float: left; text-align: right; color: rgb(255, 255, 255); font-weight: bold; font-style: italic; }#chatAlert { float: left; border-bottom: 1px solid rgb(232, 208, 145); padding: 6px; width: 100%; color: rgb(165, 117, 76); }#chatAlertImage { float: left; }#chatAlertText { float: left; margin-left: 6px; }#chatAlertClose { float: right; margin-right: 10px; padding-right: 6px; margin-top: 0px; }#chatAlertText a { color: rgb(165, 117, 76); }#chatAlertText a:hover { color: rgb(165, 117, 76); text-decoration: none; }.tsDisplay { display: block; }.dsDisplay { display: none; }&lt;/style&gt;    &lt;br /&gt;&lt;table&gt;Checkpoint has confirmed that this is a bug that occurs occasionally when pushing policy to clusters.&amp;nbsp;&lt;/table&gt;&lt;table&gt;&lt;i&gt; &lt;/i&gt;&lt;/table&gt;&lt;table&gt;&lt;i&gt;Example:&lt;/i&gt;&lt;/table&gt;&lt;table&gt;&lt;i&gt;Firewall and Address Translation Policy Verification:&lt;/i&gt;&lt;i&gt; Verifier warnings: There is only one interface defined for object &lt;object_name&gt;. At least one more interface must be configured for this object in order to use the Anti-Spoofing feature.&lt;/object_name&gt;&lt;/i&gt;&lt;/table&gt;&lt;table&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/table&gt;&lt;table&gt;&lt;/table&gt;&lt;table&gt;or&lt;/table&gt;&lt;table&gt;&amp;nbsp;&lt;/table&gt;&lt;table&gt;&lt;i&gt;"Verifier warnings: A Cluster cannot be empty. It must have Cluster members"&lt;/i&gt;&lt;/table&gt;&lt;br /&gt;&lt;table&gt;To resolve the issue, open the cluster object for the gateway that you are pushing policy for,&amp;nbsp;&lt;/table&gt;&lt;table&gt;and go into the Topology. Click OK, then OK on the Cluster object and Save.  The error should go away.&lt;/table&gt;&lt;table&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/table&gt;&lt;table&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/table&gt;&lt;table&gt;&lt;i&gt;If this does not fix the issue, the next step would be to perform another Get on the topology and restart the Management Station. &lt;/i&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-4652769274628523000?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/4652769274628523000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/04/cluster-cannot-be-empty-or-only-one.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4652769274628523000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4652769274628523000'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/04/cluster-cannot-be-empty-or-only-one.html' title='&quot;Cluster cannot be empty&quot; or &quot;only one interface defined&quot; error on Checkpoint R70 and R71'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-1913216442611089776</id><published>2011-02-02T16:41:00.000-08:00</published><updated>2011-02-02T16:41:43.023-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>ERROR: This license does not allow configuring more than 2 interfaces with  nameif and without a "no forward" command on this interface or on 1 interface(s) with nameif already configured.</title><content type='html'>This error will occur during the configuration of a ne wVLAN on an ASA 5505.&lt;br /&gt;&lt;br /&gt;This error occurs because there is only a Base license installed on the ASA. The license will need to be upgraded to a Security Plus license.&lt;br /&gt;&lt;br /&gt;A base license will only allow 3 VLANS to be created.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-1913216442611089776?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/1913216442611089776/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/02/error-this-license-does-not-allow.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1913216442611089776'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1913216442611089776'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/02/error-this-license-does-not-allow.html' title='ERROR: This license does not allow configuring more than 2 interfaces with  nameif and without a &quot;no forward&quot; command on this interface or on 1 interface(s) with nameif already configured.'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6265395169476506615</id><published>2011-01-31T09:23:00.000-08:00</published><updated>2011-01-31T09:23:21.405-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Checkpoint R71 bug that will cause migrations to fail</title><content type='html'>Checkpoint has acknowledged that there is a bug in R71 that will cause any policy migrations from older versions to fail if there is a tilde (~) in the name of a policy being migrated. This is true even if the policy is not used.&lt;br /&gt;Therefore any policies with a tilde in the name should be renamed before migrating.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6265395169476506615?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6265395169476506615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/01/checkpoint-r71-bug-that-will-cause.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6265395169476506615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6265395169476506615'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/01/checkpoint-r71-bug-that-will-cause.html' title='Checkpoint R71 bug that will cause migrations to fail'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-4692702985816855288</id><published>2011-01-24T12:01:00.001-08:00</published><updated>2011-01-24T12:01:39.553-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Where are database revision control files stored?</title><content type='html'>&lt;span style="color: silver;"&gt; &lt;span style="color: black;"&gt;$FWDIR/conf/db_versions/repository/&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-4692702985816855288?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/4692702985816855288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/01/where-are-database-revision-control.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4692702985816855288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4692702985816855288'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/01/where-are-database-revision-control.html' title='Where are database revision control files stored?'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2540330891075987230</id><published>2011-01-17T10:12:00.000-08:00</published><updated>2011-01-17T10:12:44.508-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Static many-to-one nats on a Cisco ASA</title><content type='html'>Prior to 8.3&amp;nbsp; many-to-one static nats were not allowed. Basically each unique private address required a unique public addresss. The following example was not allowed:&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;static (inside,outside) 10.1.1.1 172.16.1.1 netmask 255.255.255.255&lt;/i&gt;&lt;br /&gt;&lt;i&gt;static (inside,outside) 10.1.1.2 172.16.1.1 netmask 255.255.255.255&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;In 8.3, this is now possible with the use of the unidirectional statement:&lt;br /&gt;&lt;i&gt;&lt;span style="font-family: sans-serif; font-size: x-small;"&gt;object network host-172.16.1.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: sans-serif; font-size: x-small;"&gt;&amp;nbsp; host 172.16.1.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: sans-serif; font-size: x-small;"&gt;object network host-10.1.1.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: sans-serif; font-size: x-small;"&gt;&amp;nbsp;  host 10.1.1.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: sans-serif; font-size: x-small;"&gt;object network  host-10.1.1.2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: sans-serif; font-size: x-small;"&gt;&amp;nbsp; host 10.1.1.2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: sans-serif; font-size: x-small;"&gt;nat (outside,inside) 5 source static any any  destination static host-10.1.1.1 host-172.16.1.1 unidirectional&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: sans-serif; font-size: x-small;"&gt;nat (outside,inside)6 source static any any  destination static host-10.1.12 host-172.16.1.1 unidirectional&lt;/span&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2540330891075987230?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2540330891075987230/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2011/01/static-many-to-one-nats-on-cisco-asa.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2540330891075987230'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2540330891075987230'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2011/01/static-many-to-one-nats-on-cisco-asa.html' title='Static many-to-one nats on a Cisco ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3925587183259233175</id><published>2010-12-27T10:44:00.000-08:00</published><updated>2010-12-27T10:44:16.554-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cisco ids'/><title type='text'>How to perform a packet capture on a Cisco IDS</title><content type='html'>To perform a tcpdump on a Cisco IDS from the Cisco shell, do the following:&lt;br /&gt;&lt;style type="text/css"&gt;body { margin: 0pt; padding: 0pt; }td, div { font-family: Tahoma; font-size: 8pt; vertical-align: top; }body { margin: 0pt; padding: 0pt; overflow: hidden; }.transcript { background-color: rgb(210, 210, 210); }.messageBlock { padding-left: 10px; padding-right: 10px; margin-bottom: 3px; }.message { padding-left: 20px; margin-left: 95px; word-wrap: break-word; white-space: pre-wrap; }.messageCont { padding-left: 20px; margin-left: 95px; word-wrap: break-word; white-space: pre-wrap; }.other { font-size: 11px; color: rgb(57, 87, 122); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.myself { font-size: 11px; color: rgb(218, 129, 3); font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont { font-size: 8px; text-align: right; color: rgb(57, 87, 122); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.myselfCont { font-size: 8px; text-align: right; color: rgb(218, 129, 3); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.system { font-size: 11px; word-wrap: break-word; color: rgb(218, 129, 3); font-style: normal; font-weight: normal; white-space: pre-wrap; }.showTimestamp { padding-left: 20px; font-size: 11px; float: right; color: rgb(153, 153, 153); font-style: normal; font-weight: normal; }.other1 { font-size: 11px; color: rgb(172, 32, 0); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont1 { font-size: 8px; text-align: right; color: rgb(172, 32, 0); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other2 { font-size: 11px; color: rgb(60, 159, 168); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont2 { font-size: 8px; text-align: right; color: rgb(60, 159, 168); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other3 { font-size: 11px; color: rgb(226, 86, 20); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont3 { font-size: 8px; text-align: right; color: rgb(226, 86, 20); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other4 { font-size: 11px; color: rgb(11, 106, 200); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont4 { font-size: 8px; text-align: right; color: rgb(11, 106, 200); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other5 { font-size: 11px; color: rgb(178, 50, 144); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont5 { font-size: 8px; text-align: right; color: rgb(178, 50, 144); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other6 { font-size: 11px; color: rgb(2, 231, 199); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont6 { font-size: 8px; text-align: right; color: rgb(2, 231, 199); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.other7 { font-size: 11px; color: rgb(91, 50, 132); vertical-align: top; font-weight: bold; font-style: normal; float: left; width: 95px; }.otherCont7 { font-size: 8px; text-align: right; color: rgb(91, 50, 132); font-family: Arial,Lucida Grande; font-style: normal; vertical-align: top; font-weight: bold; float: left; width: 95px; }.highlight { background-color: rgb(190, 214, 248); }.datestamp { padding-right: 0px; font-size: 11px; cursor: default; margin-bottom: 1px; background-color: rgb(192, 192, 192); width: 100%; float: left; text-align: right; color: rgb(255, 255, 255); font-weight: bold; font-style: italic; }#chatAlert { border-bottom: 1px solid rgb(232, 208, 145); padding: 6px; float: left; width: 100%; color: rgb(165, 117, 76); }#chatAlertImage { float: left; }#chatAlertText { float: left; margin-left: 6px; }#chatAlertClose { float: right; margin-right: 10px; padding-right: 6px; margin-top: 0px; }#chatAlertText a { color: rgb(165, 117, 76); }#chatAlertText a:hover { color: rgb(165, 117, 76); text-decoration: none; }.tsDisplay { display: block; }.dsDisplay { display: none; }&lt;/style&gt;    &lt;br /&gt;&lt;table&gt;&lt;i&gt;packet display &lt;interface name=""&gt; &lt;tcpdump expression=""&gt;&lt;/tcpdump&gt;&lt;/interface&gt;&lt;/i&gt;&lt;/table&gt;&lt;table&gt;example: "packet display GigabitEthernet1/2"&amp;nbsp; &lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3925587183259233175?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3925587183259233175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/12/how-to-perform-packet-capture-on-cisco.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3925587183259233175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3925587183259233175'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/12/how-to-perform-packet-capture-on-cisco.html' title='How to perform a packet capture on a Cisco IDS'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-7321634999476301080</id><published>2010-12-07T14:16:00.000-08:00</published><updated>2010-12-07T14:16:15.269-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>DNS doctoring on the Cisco ASA</title><content type='html'>Occasionally DNS requests may need to be modified to for web servers with both public and private addresses. A normal Static statement would not work in this case because the static would only modify the header and not the DNS request itself. To perform DNS doctoring, follow these steps:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;First turn on DNS inspection:&lt;/b&gt;&lt;br /&gt;&lt;i&gt;policy-map type inspect dns MY_DNS_INSPECT_MAP&lt;/i&gt;&lt;br /&gt;&lt;i&gt;parameters&lt;/i&gt;&lt;br /&gt;&lt;i&gt;message-length maximum 512&lt;/i&gt;&lt;br /&gt;&lt;i&gt;exit&lt;/i&gt;&lt;br /&gt;&lt;i&gt;exit&lt;/i&gt;&lt;br /&gt;&lt;i&gt;show run policy-map type inspect dns&lt;/i&gt;&lt;br /&gt;&lt;i&gt;policy-map global_policy&lt;/i&gt;&lt;br /&gt;&lt;i&gt;class inspection_default&lt;/i&gt;&lt;br /&gt;&lt;i&gt;inspect dns MY_DNS_INSPECT_MAP&lt;/i&gt;&lt;br /&gt;&lt;i&gt;exit&lt;/i&gt;&lt;br /&gt;&lt;i&gt;exit&lt;/i&gt;&lt;br /&gt;&lt;i&gt;show run policy-map&lt;/i&gt;&lt;br /&gt;&lt;i&gt;!&lt;/i&gt;&lt;br /&gt;&lt;i&gt;show run service-policy&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Now configure the static:&lt;/b&gt;&lt;br /&gt;&lt;i&gt;static (dmz,outside) 172.20.1.10 10.10.10.10 netmask 255.255.255.255 dns&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;In the above example, the DNS Server resolves the server as 172.20.1.10 but the ASA modifies the DNS record to the physical IP of 10.10.10.10&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-7321634999476301080?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/7321634999476301080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/12/dns-doctoring-on-cisco-asa.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7321634999476301080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7321634999476301080'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/12/dns-doctoring-on-cisco-asa.html' title='DNS doctoring on the Cisco ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2475691664416120616</id><published>2010-11-22T12:01:00.000-08:00</published><updated>2010-12-26T12:30:00.746-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>SSH server Internal Error on Cisco ASA</title><content type='html'>The following error occurs every few minutes, even when no users are connected:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;MSSTimestamp=1287962073, FN=syslog, origLog=Oct 24 2010 23:14:33: %ASA-6-315011: SSH session from 10.16.1.24 on interface outside for user "" disconnected by SSH server, reason: "Internal error" (0x00)&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;According to Cisco TAC, this is an undocumented caveat from the 8.2.3 code. This will not be fixed until 8.2.4 is released.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;UPDATE: 8.2.4 has been released&amp;nbsp;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;UPDATE#2:&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Discovered that this error occurs when a blank user name is sent over during an SSH attempt. The error is generated. On non8.2.4 versions, over time this causes the RSA Key to become corrupt. &lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2475691664416120616?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2475691664416120616/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/11/ssh-server-internal-error-on-cisco-asa.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2475691664416120616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2475691664416120616'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/11/ssh-server-internal-error-on-cisco-asa.html' title='SSH server Internal Error on Cisco ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3557175281139632902</id><published>2010-11-15T13:55:00.000-08:00</published><updated>2010-11-15T14:52:13.838-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Large number of phantom routes in netstat -rn on IPSO</title><content type='html'>So the other day I was rebuilding an IPSO IP330 and I noticed that the routes in Voyager and Clish do not match the routes on netstat -rn. I expected a few additional routes to account for directly connected routes and proxy arps, but I found hundreds of additional routes with the iSUW flags.&lt;br /&gt;&lt;br /&gt;I discovered that this is a mechanism called Route Cloning that dynamically adds routes for quicker lookups. Basically it will subnet larger static route networks into 32 bit routes for active hosts. For more information, please review Checkpoint sk41131&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3557175281139632902?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3557175281139632902/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/11/large-number-of-phantom-routes-in.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3557175281139632902'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3557175281139632902'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/11/large-number-of-phantom-routes-in.html' title='Large number of phantom routes in netstat -rn on IPSO'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-8133527301545621652</id><published>2010-10-19T09:31:00.000-07:00</published><updated>2010-10-19T09:34:02.875-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Juniper Netscreen'/><title type='text'>Junpier Netscreen Policy Based VPN</title><content type='html'>I noticed that I had several articles on Route Based VPNS but none on Policy Based. So here goes...&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Steps:&lt;/b&gt;&lt;br /&gt;1. Configure the address object for the local and remote encryption domains.&lt;br /&gt;2. Configure the Phase 1 (IKE Gateway) parameters.&lt;br /&gt;3. Configure the Phase 2 (VPN) parameters.&lt;br /&gt;4. Configure the policy.&lt;br /&gt;5. Verify and check the status of the IPSec VPN.&lt;br /&gt;Additionally,as wth all VPNS,&amp;nbsp; be cognizant of natting.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 1:&amp;nbsp;&lt;/b&gt; Configure the address object for the local and remote encryption domains.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;set address trust &lt;local_domain&gt; &lt;net_address mask=""&gt;&lt;br /&gt;set address untrust &lt;remote_domain&gt; &lt;net_address mask=""&gt;&lt;/net_address&gt;&lt;/remote_domain&gt;&lt;/net_address&gt;&lt;/local_domain&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 2:&amp;nbsp;&lt;/b&gt; Configure the Phase 1 (IKE Gateway) parameters.&lt;br /&gt;&lt;br /&gt;For ScreenOS Version 5.x.x, use the following command:&lt;br /&gt;&lt;br /&gt;set ike gateway &lt;gw_name&gt; address &lt;ip_address&gt; main outgoing-interface &lt;interface_name&gt; preshare &lt;key-string&gt; proposal &lt;p1-proposal&gt;&lt;br /&gt;&lt;br /&gt;For ScreenOS Version 4.x.x, use the following command:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;set ike gateway &lt;gw_name&gt; ip &lt;ip_address&gt; main outgoing-interface &lt;interface_name&gt; preshare &lt;key-string&gt; proposal &lt;p1-proposal&gt;&lt;br /&gt;&lt;/p1-proposal&gt;&lt;/key-string&gt;&lt;/interface_name&gt;&lt;/ip_address&gt;&lt;/gw_name&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 3:&amp;nbsp;&lt;/b&gt; Configure the Phase 2 (VPN) parameters.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;set vpn &lt;vpn_name&gt; gateway &lt;gw_name&gt; proposal &lt;p2-proposal&gt;&lt;br /&gt;set vpn &lt;vpn_name&gt; monitor&lt;/vpn_name&gt;&lt;/p2-proposal&gt;&lt;/gw_name&gt;&lt;/vpn_name&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 4:&amp;nbsp;&lt;/b&gt; Configure the policy.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;set policy top from trust to untrust &lt;local_domain&gt; &lt;remote_domain&gt; any tunnel vpn &lt;vpn_name&gt; log&lt;br /&gt;set policy top from untrust to trust &lt;remote_domain&gt; &lt;local_domain&gt; any tunnel vpn &lt;vpn_name&gt; log&lt;/vpn_name&gt;&lt;/local_domain&gt;&lt;/remote_domain&gt;&lt;/vpn_name&gt;&lt;/remote_domain&gt;&lt;/local_domain&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Note: If you have multiple encryption domains, you need to add multiple encryption rules for each pair of encryption domains.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Step 5:&amp;nbsp; &lt;/b&gt;Verify and check the status of the IPSec VPN.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;get sa&lt;br /&gt;get vpn&lt;br /&gt;get ike p1-proposal&lt;br /&gt;get ike p2-proposal&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;EXAMPLE:&lt;/b&gt;&lt;br /&gt;Parameters &amp;nbsp;&amp;nbsp;&amp;nbsp; Atlanta &amp;nbsp;&amp;nbsp;&amp;nbsp; to Tokyo&lt;br /&gt;Firewall Hostname &amp;nbsp;&amp;nbsp;&amp;nbsp; atla-us-ns &amp;nbsp;&amp;nbsp;&amp;nbsp; tkyo-jp-ns&lt;br /&gt;External Interface IP Address &amp;nbsp;&amp;nbsp;&amp;nbsp; 111.222.191.18 &amp;nbsp;&amp;nbsp;&amp;nbsp; 222.33.43.73&lt;br /&gt;Encryption Domain &amp;nbsp;&amp;nbsp;&amp;nbsp; atl-192.168.1.0/24 &amp;nbsp;&amp;nbsp;&amp;nbsp; Tokoyo-172.16.1.0/24&amp;nbsp; 172.16.2.0/24&lt;br /&gt;Encryption Algorithm &amp;nbsp;&amp;nbsp;&amp;nbsp; 3DES &amp;nbsp;&amp;nbsp;&amp;nbsp; 3DES&lt;br /&gt;Authentication Algorithm &amp;nbsp;&amp;nbsp;&amp;nbsp; SHA-1 &amp;nbsp;&amp;nbsp;&amp;nbsp; SHA-1&lt;br /&gt;Authentication Method &amp;nbsp;&amp;nbsp;&amp;nbsp; Pre-Share &amp;nbsp;&amp;nbsp;&amp;nbsp; Pre-Share&lt;br /&gt;Pre-Shared Key &amp;nbsp;&amp;nbsp;&amp;nbsp; abc123! &amp;nbsp;&amp;nbsp;&amp;nbsp; abc123!&lt;br /&gt;Perfect Forward Secrecy &amp;nbsp;&amp;nbsp;&amp;nbsp; No &lt;br /&gt;Key Exchange &amp;nbsp;&amp;nbsp;&amp;nbsp; DH Group 2 &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For Atlanta Site (ScreenOS 5.x.x):&lt;br /&gt;&lt;i&gt;&lt;br /&gt;set address trust net-192.168.1.0/24 192.168.1.0/24&lt;br /&gt;&lt;br /&gt;set address untrust net-172.16.1.0/24 172.16.1.0/24&lt;br /&gt;&lt;br /&gt;set address untrust net-172.16.2.0/24 172.16.2.0/24&lt;br /&gt;&lt;br /&gt;set ike gateway gw-tkyo-ns-222.33.43.73 address 222.33.43.73 main outgoing-interface ethernet1 preshare abc123! proposal pre-g2-3des-sha&lt;br /&gt;&lt;br /&gt;set vpn vpn-tkyo-ns-222.33.43.73 gateway gw-tkyo-ns-222.33.43.73 proposal nopfs-esp-3des-sha&lt;br /&gt;&lt;br /&gt;set vpn vpn-tkyo-ns-222.33.43.73 monitor&lt;br /&gt;&lt;br /&gt;set policy top from trust to untrust net-192.168.1.0/24 net-172.16.1.0/24 any tunnel vpn vpn-tkyo-ns-222.33.43.73 log&lt;br /&gt;&lt;br /&gt;set policy top from trust to untrust net-192.168.1.0/24 net-172.16.2.0/24 any tunnel vpn vpn-tkyo-ns-222.33.43.73 log&lt;br /&gt;&lt;br /&gt;set policy top from untrust to trust net-172.16.1.0/24 net-192.168.1.0/24 any tunnel vpn vpn-tkyo-ns-222.33.43.73 log&lt;br /&gt;&lt;br /&gt;set policy top from untrust to trust net-172.16.2.0/24 net-192.168.1.0/24 any tunnel vpn vpn-tkyo-ns-222.33.43.73 log&lt;/i&gt;&lt;br /&gt;&lt;/p1-proposal&gt;&lt;/key-string&gt;&lt;/interface_name&gt;&lt;/ip_address&gt;&lt;/gw_name&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-8133527301545621652?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/8133527301545621652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/10/junpier-netscreen-policy-based-vpn.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8133527301545621652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8133527301545621652'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/10/junpier-netscreen-policy-based-vpn.html' title='Junpier Netscreen Policy Based VPN'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6678975847107719193</id><published>2010-10-18T08:48:00.001-07:00</published><updated>2010-10-18T08:48:26.627-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><title type='text'>Clearing the cache on a ProxySG</title><content type='html'>To clear the entire cache of a Bluecoat Proxy SG:&lt;br /&gt;&lt;i&gt;#clear-cache&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Additionally the cache can be cleared for a specific object store:&lt;br /&gt;&lt;i&gt;#clear-cache byte-cache&lt;br /&gt;#clear-cache dns-cache&lt;br /&gt;#clear-cache object-cache&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;To delete the cache for a specfic site:&lt;br /&gt;content delete regex &lt;site&gt;&lt;br /&gt;for example: &lt;i&gt;content delete http://www.yahoo.com&lt;/i&gt;&lt;/site&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6678975847107719193?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6678975847107719193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/10/clearing-cache-on-proxysg.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6678975847107719193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6678975847107719193'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/10/clearing-cache-on-proxysg.html' title='Clearing the cache on a ProxySG'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2151077862528767490</id><published>2010-08-24T17:21:00.000-07:00</published><updated>2011-05-11T11:56:43.480-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Cisco ASA order of operations</title><content type='html'>1. FLOW-LOOKUP- This will check for existing connections. I a connection exists, the flow is automatically allowed&lt;br /&gt;&lt;br /&gt;2. ROUTE-LOOKUP - This is the inbound route lookup which includes reverse patch, if enabled.&lt;br /&gt;&lt;br /&gt;3. Inbound ACCESS-LIST- Checks for an interface ACL&lt;br /&gt;&lt;br /&gt;4. CONN-SETTINGS - Application layer checks (Class maps)&lt;br /&gt;&lt;br /&gt;5. IP-OPTIONS- RFC 791&lt;br /&gt;&lt;br /&gt;6. NAT&lt;br /&gt;&lt;br /&gt;7. Outbound ACCESS-LIST (if an outbound access list exists on the egress interface). &lt;br /&gt;&lt;br /&gt;9.FLOW-CREATION&lt;br /&gt;&lt;br /&gt;10.ROUTE LOOKUP - Destination route lookup&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2151077862528767490?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2151077862528767490/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/08/cisco-asa-order-of-operations.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2151077862528767490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2151077862528767490'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/08/cisco-asa-order-of-operations.html' title='Cisco ASA order of operations'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-7659037541665238680</id><published>2010-08-24T14:56:00.000-07:00</published><updated>2010-08-24T14:56:08.200-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Cisco VPN error: Secure VPN connection terminated locally by the Client. Reason 412: The remote peer is no longer responding</title><content type='html'>This error occurs for the following reasons: &lt;br /&gt;&lt;ul&gt;&lt;li&gt;The user is behind a firewall that is blocking ports UDP 4500/500 and/or ESP.&lt;/li&gt;&lt;li&gt;The VPN client is using connecting on TCP and the default TCP port 10000 for NATT is blocked.&lt;/li&gt;&lt;li&gt;The internet connection is not stable and some packets are not  reaching the VPN concentrator/server or the replies from the  server/concentrator aren’t getting to the client, hence the client  thinks the server is no longer available.&lt;/li&gt;&lt;li&gt;The VPN client is behind a NAT device and the VPN Server doesn’t  have NAT-T enabled. In this case the user will not be able to send or  receive traffic at all. It will be able to connect but that’s all. After  some time the software client deletes the VPN tunnel.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-7659037541665238680?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/7659037541665238680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/08/cisco-vpn-error-secure-vpn-connection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7659037541665238680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7659037541665238680'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/08/cisco-vpn-error-secure-vpn-connection.html' title='Cisco VPN error: Secure VPN connection terminated locally by the Client. Reason 412: The remote peer is no longer responding'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2861313813673331186</id><published>2010-08-17T13:44:00.000-07:00</published><updated>2010-08-24T13:59:41.657-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>How to redirect traffic to a CSC module on an ASA</title><content type='html'>First create an ACL that defines what traffic should be scanned.&lt;br /&gt;&lt;i&gt;access-list acl_CSC&amp;nbsp; permit tcp any any eq www &lt;br /&gt;access-list acl_CSC extended permit tcp any any eq smtp &lt;br /&gt;access-list acl_CSC extended permit tcp any any eq pop3&amp;nbsp; &lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Define a class map and associate the new acl.&lt;br /&gt;&lt;i&gt;class-map csc_inspect&lt;br /&gt;&amp;nbsp;match access-list acl_CSC&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Associate the class map to a policy map.&lt;br /&gt;&lt;i&gt;&amp;nbsp;policy-map csc_inspect_policy&lt;br /&gt;&amp;nbsp;class csc_inspect&lt;br /&gt;&amp;nbsp; csc fail-open&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Specify the interfaces that should redirect to the CSC module&lt;br /&gt;&lt;i&gt;service-policy csc_inspect_policy interface outside&lt;br /&gt;service-policy csc_inspect_policy interface inside&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;For more information on configuring the CSC blade or troubleshooting, please refer to &lt;a href="http://www.cisco.com/en/US/docs/security/csc/csc61/administration/guide/csc8.pdf"&gt;Cisco's CSC guide.&amp;nbsp; &lt;/a&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2861313813673331186?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2861313813673331186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/08/how-to-redirect-traffi-to-csc-module-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2861313813673331186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2861313813673331186'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/08/how-to-redirect-traffi-to-csc-module-on.html' title='How to redirect traffic to a CSC module on an ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5063011680317458968</id><published>2010-08-17T09:19:00.000-07:00</published><updated>2010-08-17T09:22:27.450-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='high availability'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>How to immediately know if you are logged into the active or standby firewal on ASA</title><content type='html'>The &lt;i&gt;prompt&lt;/i&gt; (introduced in 7.2(1)) command allows you to customize the hostname of the ASA to include dynamic elements.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;prompt state&lt;/i&gt; will display the state of the firewall.&lt;br /&gt;for example:&lt;br /&gt;&lt;i&gt;lab-dev-01# config t&lt;/i&gt;&lt;br /&gt;&lt;i&gt;lab-dev-01 (config)# prompt state&amp;nbsp;&lt;/i&gt; &lt;br /&gt;&lt;i&gt;lab-dev-01/act(config)#&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;•act—Failover is enabled, and the unit is actively passing traffic.&lt;br /&gt;&lt;br /&gt;•stby— Failover is enabled, and the unit is not passing traffic and is in a standby, failed, or other non-active state.&lt;br /&gt;&lt;br /&gt;•actNoFailover—Failover is not enabled, and the unit is actively passing traffic.&lt;br /&gt;&lt;br /&gt;•stbyNoFailover—Failover is not enabled, and the unit is not passing traffic. This might happen when there is an interface failure above the threshold on the standby unit. &lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5063011680317458968?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5063011680317458968/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/08/how-to-immediately-know-if-you-are.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5063011680317458968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5063011680317458968'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/08/how-to-immediately-know-if-you-are.html' title='How to immediately know if you are logged into the active or standby firewal on ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-9186351954618021132</id><published>2010-08-04T11:56:00.000-07:00</published><updated>2010-08-04T12:07:18.036-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>How to allow users to select a group during WebVPN login</title><content type='html'>There are 3 ways a group can be selected using WebVPN for Anyconnect. This can be done by specifying a group URL, group alias, or using a certificate map.&lt;br /&gt;&lt;br /&gt;To create a Tunnel Group drop down on the Web VPN login screen do the following:&lt;br /&gt;&lt;br /&gt;&lt;span class="content"&gt;&lt;pre&gt;&lt;i&gt;lab1#&lt;b&gt;configure t&lt;/b&gt;&lt;/i&gt;&lt;/pre&gt;&lt;pre&gt;&lt;i&gt;lab1(config)#&lt;b&gt;tunnel-group AdminGroup1 webvpn-att&lt;/b&gt;&lt;br /&gt;lab1(config-tunnel-webvpn)#&lt;b&gt;group-alias Admins enable&lt;/b&gt;&lt;br /&gt;lab1(config-tunnel-webvpn)#&lt;b&gt;exit&lt;/b&gt;&lt;br /&gt;lab1(config)#&lt;b&gt;webvpn&lt;/b&gt;&lt;br /&gt;lab1(config-webvpn)#&lt;b&gt;tunnel-group-list enable&lt;/b&gt;&lt;/i&gt;&lt;/pre&gt;&lt;pre&gt;&lt;i&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/i&gt;&lt;/pre&gt;&lt;pre&gt;This will create a drop down that includes a group called Admins that is connected to the AdminGroup1 Tunnel Group.&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;A group URL is simular to the Group Alias but the other group names are not displayed.&lt;br /&gt;&lt;span class="content"&gt;&lt;pre&gt;lab1#&lt;b&gt;configure t&lt;/b&gt;&lt;br /&gt;lab1(config)#&lt;b&gt;tunnel-group MarketingGroup type remote-access&lt;/b&gt;&lt;br /&gt;lab1(config)#&lt;b&gt;tunnel-group &lt;/b&gt;&lt;b&gt;MarketingGroup&lt;/b&gt;&lt;span class="content"&gt;&lt;/span&gt;&lt;span class="content"&gt;&lt;/span&gt;&lt;b&gt; general-attributes&lt;/b&gt;&lt;br /&gt;lab1(config)#&lt;b&gt;group-url https://asa-DNS-name/Marketing enable&lt;/b&gt; &lt;br /&gt;lab1(config)#&lt;b&gt;webvpn&lt;/b&gt;&lt;br /&gt;lab1(config-webvpn)#&lt;b&gt;tunnel-group-list enable&lt;/b&gt;&lt;/pre&gt;&lt;/span&gt;Certificate access will be covered later&lt;/pre&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-9186351954618021132?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/9186351954618021132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/08/how-to-allow-users-to-select-group.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/9186351954618021132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/9186351954618021132'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/08/how-to-allow-users-to-select-group.html' title='How to allow users to select a group during WebVPN login'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6817305586674821069</id><published>2010-08-02T17:35:00.000-07:00</published><updated>2010-08-02T17:35:27.121-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Check Point Software Technologies Reports Record Second Quarter 2010 Financial Results</title><content type='html'># Revenue: $261.1 million, representing a 17 percent increase year over year&lt;br /&gt;&lt;br /&gt;# Product Revenues: $103.9 million, representing a 25 percent increase year over year&lt;br /&gt;&lt;br /&gt;# Non-GAAP Operating Income: $144.7 million, representing a 24 percent increase year over year or 55 percent of revenues versus 52 percent a year ago&lt;br /&gt;&lt;br /&gt;# Non-GAAP EPS: $0.58, representing a 21 percent increase year over year&lt;br /&gt;&lt;br /&gt;# Cash Flow from Operations: $148.9 million, representing a 32 percent increase year over year&lt;br /&gt;&lt;br /&gt;Read the rest of the article at &lt;a href="http://www.checkpoint.com/press/2010/q210earnings072110.html"&gt;Checkpoint.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6817305586674821069?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6817305586674821069/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/08/check-point-software-technologies.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6817305586674821069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6817305586674821069'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/08/check-point-software-technologies.html' title='Check Point Software Technologies Reports Record Second Quarter 2010 Financial Results'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5595224725231978476</id><published>2010-08-02T17:00:00.000-07:00</published><updated>2010-08-02T17:00:16.259-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><title type='text'>Bluecoat policies overview</title><content type='html'>There are 3 types of policies:&lt;br /&gt;Central policy- Contains global settings and behavioral analysis for generic threats.&lt;br /&gt;Forwarding policy-defines forwarding rules&lt;br /&gt;Local policy- user created policies&lt;br /&gt;VPM- Visual Policy Manager. Gui Policy editor.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;b&gt;Default policy enforcement order:&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;VPM &amp;gt; File-local &amp;gt;Policy File-central &amp;gt;Policy file-forward file&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;When changing the policy file evaluation order, remember that final decisions can differ because&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;decisions from files later in the order can override decisions from earlier files (the Forward policy file&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;order cannot be changed).&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;b&gt;To configure policy order via the Management Console:&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Configuration&amp;gt; Policy &amp;gt;&lt;span&gt;&amp;nbsp; &lt;/span&gt;Policy Options&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Via the cli:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;(config) policy order v l c&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;v(VPM) c(central) l(local)&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To change the default polcy from the Management Colsole:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Configuration &amp;gt; Policy &amp;gt; Policy Options&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Via the cli:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;(config) policy proxy-default {allow | deny}&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;b&gt;Policy tracing records every policy event at all layers:&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To turn on policy tracing via the Management Console:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Configuration &amp;gt; Policy &amp;gt; Policy Options and select Trace all &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;Individual policy rules can also be traced by selecting Trace on the rule in the VPM&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Via the cli:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Policy trace {all|none}&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To view the currently installed policy:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;If an HTTPS-Console is configured, use&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;a href="https://ip_address_of_ProxySG:HTTPS-Console_port/Policy/current"&gt;https://ip_address_of_ProxySG:HTTPS-Console_port/Policy/current&lt;/a&gt; (the default&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;port is 8082).&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Via the cli&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;(config) show policy&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;b&gt;To view the uncompiled policy:&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;(config) show configuration&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Or&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;(config) show sources policy {central | local | forward | vpm-cpl |vpm-xml}&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5595224725231978476?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5595224725231978476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/08/bluecoat-policies-overview.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5595224725231978476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5595224725231978476'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/08/bluecoat-policies-overview.html' title='Bluecoat policies overview'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2252151275806656591</id><published>2010-08-02T10:00:00.000-07:00</published><updated>2010-08-02T10:00:13.197-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Downgrading from Cisco ASA 8.3</title><content type='html'>8.3 is the new major update from Cisco that contains so many philosophical changes that it should be considered 9.x.&amp;nbsp; Besides changing the way inbound ACLs are defined, they have also gone to a object based configuration and Natting has been revamped. Unfortunately all of the bugs have not been worked out yet and many people are downgrading. To make matters worse, all new appliances are being sent with 8.3 preloaded, which requires a conversion to get older configurations to work. To properly downgrade, the downgrade command must be used. Cisco has indicated that this command merely replaces some of the manual commands that are ran during a downgrade, like setting the bootsystem, write mem, and loading the config, however I have received confirmation that other steps are actually performed behind the scenes, that does not take place when a manual downgrade is performed.&lt;br /&gt;&lt;br /&gt;To downgrade do the following:&lt;br /&gt;&lt;span class="content"&gt;&lt;pre&gt;ASA(config)# &lt;b class="cBold"&gt;downgrade &lt;/b&gt;[&lt;b class="cBold"&gt;/noconfirm&lt;/b&gt;] &lt;em class="cEmphasis" style="font-style: italic;"&gt;old_image_url old_config_url&lt;/em&gt;&lt;span style="color: black; font-style: normal; font-weight: bold;"&gt; &lt;/span&gt;[&lt;b class="cBold" style="font-weight: bold;"&gt;activation-key &lt;/b&gt;&lt;span style="color: black; font-style: italic; font-weight: normal;"&gt;old_key&lt;/span&gt;]&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;Ofcourse this assumes that the old image and old config are on the appliance. If you received a new appliance&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;and would like to downgrade, the image and config should be copied over first. &lt;/pre&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2252151275806656591?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2252151275806656591/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/08/downgrading-from-cisco-asa-83.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2252151275806656591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2252151275806656591'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/08/downgrading-from-cisco-asa-83.html' title='Downgrading from Cisco ASA 8.3'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-7073484016321236584</id><published>2010-07-26T08:42:00.001-07:00</published><updated>2010-07-26T08:42:54.048-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><category scheme='http://www.blogger.com/atom/ns#' term='tcpdump'/><title type='text'>ICMP error codes</title><content type='html'>&lt;pre&gt;Type 0 Echo Reply &lt;br /&gt;Type 3 Destination Unreachable &lt;br /&gt;&lt;br /&gt;Code &lt;br /&gt;0 = net unreachable; &lt;br /&gt;1 = host unreachable; &lt;br /&gt;2 = protocol unreachable; &lt;br /&gt;3 = port unreachable; &lt;br /&gt;4 = fragmentation needed and DF set; &lt;br /&gt;5 = source route failed. &lt;br /&gt;&lt;br /&gt;Type 4 Source Quench &lt;br /&gt;Type 5 Redirect &lt;br /&gt;&lt;br /&gt;Code &lt;br /&gt;0 = Redirect datagrams for the Network. &lt;br /&gt;1 = Redirect datagrams for the Host. &lt;br /&gt;2 = Redirect datagrams for the Type of Service and Network. &lt;br /&gt;3 = Redirect datagrams for the Type of Service and Host. &lt;br /&gt;&lt;br /&gt;Type 8 Echo &lt;br /&gt;Type 11 Time Exceeded &lt;br /&gt;Code &lt;br /&gt;&lt;br /&gt;0 = time to live exceeded in transit; &lt;br /&gt;1 = fragment reassembly time exceeded. &lt;br /&gt;&lt;br /&gt;Type 12 Parameter Problem &lt;br /&gt;&lt;br /&gt;Code 0 = pointer indicates the error. &lt;br /&gt;Type 13 Timestamp &lt;br /&gt;Type 14 Timestamp Reply &lt;br /&gt;Type 15 Information Request &lt;br /&gt;Type 16 Information Reply &lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-7073484016321236584?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/7073484016321236584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/07/icmp-error-codes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7073484016321236584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7073484016321236584'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/07/icmp-error-codes.html' title='ICMP error codes'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-133452957014668148</id><published>2010-07-20T15:19:00.000-07:00</published><updated>2010-07-20T15:19:18.935-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Natting'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Cisco ASA Policy Based Nat</title><content type='html'>&lt;b&gt;Example:&lt;/b&gt;&lt;br /&gt;Source address 10.1.1.1 should be translated to 192.168.1.1 when going to 172.16.1.1 and translated to 192.168.1.2 when going to 172.16.1.2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;access-list policy_nat1 permit ip host 10.1.1.1 host 192.168.1.1&lt;br /&gt;access-list policy_nat2 permit ip host 10.1.1.1 host 192.168.1.2&lt;br /&gt;&lt;br /&gt;static (inside,outside) 172.16.1.1 access-list policy_nat1&lt;br /&gt;static (inside,outside) 172.16.1.2 access-list policy_nat2&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-133452957014668148?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/133452957014668148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/07/cisco-asa-policy-based-nat.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/133452957014668148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/133452957014668148'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/07/cisco-asa-policy-based-nat.html' title='Cisco ASA Policy Based Nat'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-930264099217969787</id><published>2010-07-20T12:35:00.000-07:00</published><updated>2010-07-20T12:35:52.596-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Viewing overlapping encryption domains on Checkpoint</title><content type='html'>&lt;span style="font-family: Courier New;"&gt;&lt;b&gt;vpn overlap_encdom [communities|traditional]&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Courier New;"&gt;&lt;b&gt;#&amp;gt; vpn overlap_encdom&lt;br /&gt;The objects LabFirewall and Lab2 have overlapping encryption  domains.&lt;br /&gt;The overlap domain is:&lt;br /&gt;10.2.5.0 - 10.2.5.255&lt;/b&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-930264099217969787?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/930264099217969787/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/07/viewing-overlapping-encryption-domains.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/930264099217969787'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/930264099217969787'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/07/viewing-overlapping-encryption-domains.html' title='Viewing overlapping encryption domains on Checkpoint'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-1972913180308829139</id><published>2010-06-27T18:24:00.000-07:00</published><updated>2010-06-27T18:24:48.227-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Cisco ASA Reverse Path Forwarding</title><content type='html'>&lt;b&gt;Reverse Path Forwarding&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;RPF errors are typically NAT related (traffic is natted one way in one direction and another way in the other direction).&lt;br /&gt;&lt;br /&gt;Example: ---&amp;gt;no nat&lt;br /&gt;&amp;lt;--- hide nat&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example of this error:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&amp;nbsp;%ASA-5-305013: Asymmetric NAT rules matched for forward and reverse flows; Connection for icmp src outside:192.168.25.100 dst dmz:192.168.28.12 (type 8, code 0) denied due to NAT reverse path failure&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;The other reason is if RPF checking is turned on and the source host comes in on an interface where a route is not defined for the host. This type of RPF check must be configured on a per interface basis, which will cause the firewall to examine the source IP of each packet. This also adds a little additional overhead. &lt;br /&gt;&lt;br /&gt;To turn on interface RPF checking run the following interface config command:&lt;br /&gt;&lt;i&gt;ip verify reverse-path interface outside&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-1972913180308829139?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/1972913180308829139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/06/cisco-asa-reverse-path-forwarding.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1972913180308829139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1972913180308829139'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/06/cisco-asa-reverse-path-forwarding.html' title='Cisco ASA Reverse Path Forwarding'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6599675603446086798</id><published>2010-06-16T09:21:00.000-07:00</published><updated>2010-10-19T09:16:06.726-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Juniper SRX'/><category scheme='http://www.blogger.com/atom/ns#' term='Command Reference'/><title type='text'>Juniper SRX notes</title><content type='html'>Note, unlike ScreenOS, changes are not actually implimented on the command line until the &lt;i&gt;commit&lt;/i&gt; command is entered.At which time, the commands entered on the Control Plane are pushed to the Forwarding Plane(data plane).&lt;br /&gt;&lt;br /&gt;Juniper releases SRX updates quarterly. R1 is the only yearly update that contains new features. The other 3 releases are maintenance releases.&lt;br /&gt;&lt;br /&gt;SRX retains the last 50 configs which can be rolled back at any time using the &lt;i&gt;rollback&lt;/i&gt; command. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;When you log in as root, your in the bsd shell (denoted by the % symbol).&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Type&lt;span style="font-style: italic;"&gt; cli&lt;/span&gt; to enable cli mode (denoted by the &amp;gt; symbol).&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;From cli mode, the &lt;span style="font-style: italic;"&gt;start shell&lt;/span&gt; command takes you back to bsd. And type &lt;span style="font-style: italic;"&gt;exit&lt;/span&gt; to go back to cli.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To enter config mode, type &lt;span style="font-style: italic;"&gt;con(# denotes config mode)&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Piping is now&lt;span style="font-style: italic;"&gt; "| match &lt;string&gt;"&lt;/string&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;In addition to match, you can view the "last" screen full, "except" particular data, "save" to a file, etc.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&amp;nbsp; &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Reboot from config mode&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;Run request system reboot&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Upgrade:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;Request system software add &lt;path&gt;&lt;/path&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Show chassis - displays hardware info.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Show interface terse&amp;nbsp;&amp;nbsp;&amp;nbsp; - state of all interfaces&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Show interfaces &lt;int&gt; extensive&amp;nbsp; -collisions, cdc, traffic, speed, duplex, mac&lt;/int&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Monitor interface &lt;int&gt; - view real time usage details (counters)&lt;/int&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Monitor traffic&amp;nbsp; -decode packets&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Show version&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To run operational commands via config mode, type &lt;span style="font-style: italic;"&gt;run&lt;/span&gt; followed by the command.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Top level:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;System&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Interfaces&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Protocols&amp;nbsp;&amp;nbsp; -routing&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Policy-options&amp;nbsp; -routing policy&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Security&amp;nbsp;&amp;nbsp; - zones, trafic, vpns&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Snmp&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To enter&amp;nbsp; a config level type edit &lt;name&gt;&lt;/name&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;For example,&lt;span style="font-style: italic;"&gt; edit security&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&amp;nbsp;The &lt;span style="font-style: italic;"&gt;up&lt;/span&gt; command moves you up one level&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;span style="font-style: italic;"&gt;Top&lt;/span&gt; takes you to the top level&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To view the config for a specific level, type &lt;span style="font-style: italic;"&gt;show&lt;/span&gt;&amp;nbsp; at that level&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To revert to a previous config, use the &lt;span style="font-style: italic;"&gt;rollback&lt;/span&gt; command.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&amp;nbsp;  &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;b&gt;Configuring zones:&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;Set security zones &lt;security-zone&gt;&lt;name&gt;&lt;/name&gt;&lt;/security-zone&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;Edit security zones&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;Set security-zone&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;Set security-zone &lt;/i&gt;&lt;zone&gt;&lt;i&gt; interface &lt;/i&gt;&lt;interface.unit#&gt;&lt;/interface.unit#&gt;&lt;/zone&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To control what services is allowed to an interface:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Set security-zone &lt;zone&gt; host-inbound- traffic system services &lt;service&gt;&lt;/service&gt;&lt;/zone&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Show security zones&amp;nbsp;&amp;nbsp; -displays zone info.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Onboard default IDP (Screening)&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Edit security screen&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Show&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Show security screen statistics zone &amp;lt; zone&amp;gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Show security screen ids-opt &lt;screen name=""&gt;&lt;/screen&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Each policy must contain a unique name (which can also be a number).&amp;nbsp; &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;b&gt;Policy example:&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Set policies from-zone trust to-zone untrust policy &lt;name&gt; match source-add any destination-add 10.1.1.1/32 application HTTP&lt;/name&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Set policy from-zone trust to zone-untrust policy &lt;name&gt; then permit&lt;/name&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-weight: bold; margin: 0in;"&gt;To verify the changes;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;[edit]&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;user@host# &lt;span style="font-weight: bold;"&gt;commit check | display xml&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To display a detailed trace of commit script processing, issue the commit check | display detail command: &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;[edit]&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;user@host# &lt;span style="font-weight: bold;"&gt;commit check | display detail&lt;/span&gt;&lt;/div&gt;&lt;div style="color: #666666; font-family: Tahoma; font-size: 8pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #666666; font-family: Tahoma; font-size: 8pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Config private- only commits changes implemented, not the entire config&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;span style="font-style: italic;"&gt;Delete&lt;/span&gt; removes a config setting.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;The &lt;span style="font-style: italic;"&gt;deactivate&lt;/span&gt; command allows you to temporarily disable a config&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 16pt; font-weight: bold; margin: 0in;"&gt;Save configuration&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Saves your entire configuration to a filename.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-weight: bold; margin: 0in;"&gt;admin@router# save &lt;configuration file="" name=""&gt;&lt;/configuration&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To compare a rollback config to the active config:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;user@host# &lt;span style="font-weight: bold;"&gt;show | compare &lt;/span&gt;(&lt;span style="font-style: italic;"&gt;filename&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;|&lt;span style="font-weight: bold;"&gt; rollback &lt;/span&gt;&lt;span style="font-style: italic;"&gt;n&lt;/span&gt;)&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;/div&gt;&lt;div style="color: #666666; font-family: Tahoma; font-size: 8pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="color: #666666; font-family: Tahoma; font-size: 12pt; margin: 0in;"&gt;To display the xml version of the commit changes:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;user@host# &lt;span style="font-weight: bold;"&gt;show | display commit-scripts view&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-weight: bold; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;If you want to recreate a configuration by hand, you can see the commands needed by passing a &lt;span style="font-weight: bold;"&gt;| display&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;set&lt;/span&gt; command &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-weight: bold; margin: 0in;"&gt;[edit]&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-weight: bold; margin: 0in;"&gt;admin@router# show | display set&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;b&gt;Interfaces:&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;root#edit interfaces&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;[edit interfaces]&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;root#set ge-0/0/1 unit 0 family inet address 192.168.5.1/28&lt;/div&gt;&lt;ul style="direction: ltr; margin-bottom: 0in; margin-left: 0.75in; margin-top: 0in; unicode-bidi: embed;" type="disc"&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;review configuration and      commit changes&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;root#run show interfaces terse&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;root#run show security zones&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;root#commit check&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;root#commit and-quit&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&amp;nbsp;  &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;VLAN tagging:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Edit interface &amp;lt; interface&amp;gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Set vlan-tagging&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Set unit &amp;lt;#&amp;gt; vlan-id &amp;lt;#&amp;gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Edit interface &lt;int&gt;&lt;/int&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Set speed &lt;speed&gt;&lt;/speed&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;IP Addressing&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Edit unit &amp;lt;#&amp;gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Set family inet address &lt;ip mask=""&gt;&lt;/ip&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To view preshared keys on an IPSEC VPN:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;show security ike pre-shared key &lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;&lt;master-key&gt;&lt;span style="font-style: italic;"&gt;master-key&lt;/span&gt; &amp;gt; &lt;/master-key&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;&lt;user-id&gt;&lt;span style="font-style: italic;"&gt;user-id&lt;/span&gt; &amp;gt;&amp;nbsp;&lt;/user-id&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;Password reset:&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;/div&gt;&lt;div style="font-family: Arial; font-size: 10pt; margin: 0in 0in 0in 0.375in;"&gt;1. Have a console access to the SRX device.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Arial; font-size: 10pt; margin: 0in 0in 0in 0.375in;"&gt;2. Reboot or power cycle the device.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Arial; font-size: 10pt; margin: 0in 0in 0in 0.375in;"&gt;3. At the boot prompt issue the boot -s command to boot the system into single user mode.&lt;/div&gt;&lt;div style="font-family: Arial; font-size: 10pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;ol style="direction: ltr; font-family: Calibri; font-size: 11pt; margin-bottom: 0in; margin-left: 0.375in; margin-top: 0in; unicode-bidi: embed;" type="1"&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;" value="4"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Enter recovery when prompted&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;i&gt; &lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6599675603446086798?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6599675603446086798/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/06/juniper-srx-notes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6599675603446086798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6599675603446086798'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/06/juniper-srx-notes.html' title='Juniper SRX notes'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-7085073351901071077</id><published>2010-06-08T08:34:00.000-07:00</published><updated>2010-06-08T08:34:02.271-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Juniper Netscreen'/><title type='text'>How to update a ScreenOS license from the cli</title><content type='html'>Enter the following:&lt;br /&gt;&lt;br /&gt;&lt;i&gt; exec license-key [license key]&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;i&gt;      ns5gt_lab-&amp;gt; exec lic 3gLnDlIRMfDshDjjhdKfakljiehnfvaliKSmUUnbIKGWQggJY9&lt;/i&gt;&lt;br /&gt;&lt;i&gt;Buhkqte8aqVBQDWJ8twNT/UrH2shN3hPVK5mx3Ak3b50m94kEgVjMfetiVxQRTdoiKg6nPYuoIyLYmccowbaQ8BEtI8/INdzbOTP1P&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You have to reset the device to activate the license key.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have a version 1 license key, which is 16 characters in length and is only loaded on ScreenOS 4.0.0 and below, then enter the following command:&lt;br /&gt;&lt;br /&gt;For the Capacity Key:&lt;br /&gt;&lt;i&gt;set envar capacity_key=[license key]&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;For the HA/NSRP Key:&lt;br /&gt;&lt;i&gt;set envar nsrp_key=[license key]&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-7085073351901071077?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/7085073351901071077/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/06/how-to-update-screenos-license-from-cli.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7085073351901071077'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7085073351901071077'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/06/how-to-update-screenos-license-from-cli.html' title='How to update a ScreenOS license from the cli'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3887606195683628823</id><published>2010-06-07T17:57:00.001-07:00</published><updated>2010-06-07T17:57:02.118-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nokia'/><title type='text'>Common Clish commands on Nokia IPSO appliances</title><content type='html'>---setting default gateway&lt;br /&gt;set static-route default nexthop gateway address 192.168.29.2 priority 1 on&lt;br /&gt;&lt;br /&gt;---adding static routes&lt;br /&gt;set static-route 172.23.124.150/32 nexthop gateway address 192.168.29.50 on&lt;br /&gt;&lt;br /&gt;---Add proxy arp&lt;br /&gt;add arpproxy address 192.168.29.56 macaddress 0:a0:8e:7d:13:d0&lt;br /&gt;add arpproxy address 192.168.29.57 macaddress 0:a0:8e:7d:13:d0&lt;br /&gt;&lt;br /&gt;---Add an interface&lt;br /&gt;set interface eth1 speed 100M duplex full active on&lt;br /&gt;add interface eth1c0 address 192.168.29.54/24&lt;br /&gt;set interface eth1c0 enable&lt;br /&gt;&lt;br /&gt;---VRRP&lt;br /&gt;&lt;br /&gt;set vrrp accept-connections on&lt;br /&gt;set vrrp coldstart-delay 60&lt;br /&gt;&lt;br /&gt;set vrrp interface eth1c0 monitored-circuit vrid 54 monitored-interface eth2c0 on&lt;br /&gt;set vrrp interface eth1c0 monitored-circuit vrid 54 monitored-interface eth2c0 priority-delta 10&lt;br /&gt;set vrrp interface eth1c0 monitored-circuit vrid 54 monitored-interface eth3c0 on&lt;br /&gt;set vrrp interface eth1c0 monitored-circuit vrid 54 monitored-interface eth3c0 priority-delta 10&lt;br /&gt;set vrrp interface eth1c0 monitored-circuit vrid 54 priority 100&lt;br /&gt;set vrrp interface eth1c0 monitored-circuit vrid 54 hello-interval 1&lt;br /&gt;set vrrp interface eth1c0 monitored-circuit vrid 54 vmac-mode default-vmac&lt;br /&gt;set vrrp interface eth1c0 monitored-circuit vrid 54 backup-address 192.168.29.1 on&lt;br /&gt;&lt;br /&gt;---Set ntp servers&lt;br /&gt;&lt;br /&gt;add ntp server 10.1.1.2 version 3 prefer yes&lt;br /&gt;add ntp server 10.1.1.1 version 3 prefer yes&lt;br /&gt;&lt;br /&gt;---Setting Time zone&lt;br /&gt;&lt;br /&gt;set date timezone-city "Greenwich (GMT)"&lt;br /&gt;&lt;br /&gt;---Add hostname&lt;br /&gt;&lt;br /&gt;set hostname testbox&lt;br /&gt;&lt;br /&gt;---Add Host address assignments&lt;br /&gt;&lt;br /&gt;add host name testbox ipv4 192.168.29.54&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3887606195683628823?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3887606195683628823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/06/common-clish-commands-on-nokia-ipso.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3887606195683628823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3887606195683628823'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/06/common-clish-commands-on-nokia-ipso.html' title='Common Clish commands on Nokia IPSO appliances'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3930171804769428647</id><published>2010-06-07T17:53:00.001-07:00</published><updated>2010-06-07T17:53:51.824-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Firemon'/><title type='text'>Adding Checkpoint and Netscreen devices into Firemon</title><content type='html'>&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;b&gt;Adding a Checkpoint firewall into Firemon.&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;In Smart Dashboard:&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;First create an OPSEC object. Select LEA and CPM.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Select NEW next to the host box, and create a host with the IP address of Firemon.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;If your vendor appliance is not listed, select Undetermined (as long as LEA and CPM are selected, everything will work).&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Initiate SIC and enter a SIC password.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Additionally the firemon server needs to be added to the GUI client (Cpconfig or via the Provider).&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;In Firemon:&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;New&amp;gt; Device&amp;gt; Checkpoint&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Select Smartcenter Environment Wizard.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Enter the Smartcenter IP and provide credentials for a user with atleast Read Only access. &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Click Connect and enter the SIC password when prompted.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;If a separate log server (MLM) is used, it will automatically be added along with all devices managed by that Smartcenter server. &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;If a separate log server is used, go into the properties of that log server and change the authentication method to clear. &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;b&gt;Adding a Netscreen to firemon&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Point your syslog stream to Firemon &lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;ssg1-&amp;gt; set syslog config "10.16.179.70"&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;ssg1-&amp;gt; set syslog config "10.16.70" facilities local0 local0&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;ssg1-&amp;gt; set syslog config "10.16.179.70" log traffic&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;b&gt;In Firemon:&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Right click on the device group and select New Device&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Select ScreenOS&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Provide the name, ip and credentials&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3930171804769428647?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3930171804769428647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/06/adding-checkpoint-and-netscreen-devices.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3930171804769428647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3930171804769428647'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/06/adding-checkpoint-and-netscreen-devices.html' title='Adding Checkpoint and Netscreen devices into Firemon'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6857982786180777780</id><published>2010-05-25T08:43:00.001-07:00</published><updated>2010-06-01T19:03:50.051-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><title type='text'>Notes on SSL Proxy for the Bluecoat Proxy SG</title><content type='html'>&lt;b&gt;Benefits of SSL Forwarding&amp;nbsp; Proxy:&lt;/b&gt;&lt;br /&gt;Security is increased by Server cert validation , including CRLs and Virus scanning and Url filtering.&lt;br /&gt;There is also an increase in log visibility. In addition, intercepted data can be cached.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The ProxySg will act as a man in the middle. The client will get a digital cert that appears to be from the server but will really be from the ProxySG.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Client sends HELLO to ProxySG&lt;br /&gt;ProxySG sends HELLO to server&lt;br /&gt;Server sends server cert to ProxySG&lt;br /&gt;ProxySG sends its own certificate to client(either its own ca or self signed).&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;The cert from the ProxySG will look like a server cert but it will not be signed by Verisign or another&amp;nbsp; CA.&lt;br /&gt;&lt;br /&gt;The proxy cannot handle client certs (bidirectional certs). Therefore sites that require client certs cannot be intercepted. &lt;br /&gt;&lt;br /&gt;The default policy behavior is not to intercept SSL traffic.&lt;br /&gt;You can selectively intercept traffic . For example, you may not want to intercept banking sites.&lt;br /&gt;&lt;br /&gt;There is an ssl coprocessor that handles most of the work and does not add a lot of overhead.&lt;br /&gt;&lt;br /&gt;The ssl proxy has the ability to distinguish between SSL and non-SSL on the same port. &lt;br /&gt;&lt;br /&gt;Determining what HTTPS traffic to intercept:&lt;br /&gt;&lt;br /&gt;The Proxy SG has the ability to make intercept decisions based on the certificate host name or site categorization. &lt;br /&gt;&lt;b&gt;&lt;br /&gt;Bluecoat provides the following recommendations on intercepting traffic:&lt;/b&gt;&lt;br /&gt;- Intercept Intranet Traffic&lt;br /&gt;- Intercept suspicious Internet sites, especially those categorized as NONE.&lt;br /&gt;- Intercept web mail based sites.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can notify users of ssl intercepted traffic by using&amp;nbsp; the HTML Notify User object after the interception. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;SSL Proxy detects the following certificate errors:&lt;/b&gt;&lt;br /&gt;-Expired certificates&lt;br /&gt;-Untrusted issuer&lt;br /&gt;-Certificate has been revoked&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to selectively intercept SSL traffic:&lt;/b&gt;&lt;br /&gt;1. Launch VPM&lt;br /&gt;2. Add a new SSL Intercept Layer&lt;br /&gt;3. Right click on the destination and select New.&lt;br /&gt;4. Select the Certificate Category then choose your content filter (Bluecoat, Websense, etc).&lt;br /&gt;5. Select the categories you want to intercept.&lt;br /&gt;6. Click OK, then OK&lt;br /&gt;7. Right click on the ACTION field and select NEW.&lt;br /&gt;8. Select SSL Forward Proxy Object and then check the Intercept as HTTPS and Issuer Keyring.&lt;br /&gt;9. Select Ok then OK&lt;br /&gt;10. Apply the policy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6857982786180777780?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6857982786180777780/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/05/notes-on-ssl-proxy-for-bluecoat-proxy.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6857982786180777780'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6857982786180777780'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/05/notes-on-ssl-proxy-for-bluecoat-proxy.html' title='Notes on SSL Proxy for the Bluecoat Proxy SG'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3358416043123552520</id><published>2010-05-24T15:33:00.001-07:00</published><updated>2010-05-24T15:33:34.429-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Great Cisco TAC podcast on Anyconnect</title><content type='html'>This podcast covers an overview of Anyconnect as well as some great troubleshooting procedures.&lt;br /&gt;&lt;a href="http://cisco-podcast.streamguys.net/cdc/security/tac/TACSecurityShow_episode_11.mp3"&gt;http://cisco-podcast.streamguys.net/cdc/security/tac/TACSecurityShow_episode_11.mp3&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3358416043123552520?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3358416043123552520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/05/great-cisco-tac-podcast-on-anyconnect.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3358416043123552520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3358416043123552520'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/05/great-cisco-tac-podcast-on-anyconnect.html' title='Great Cisco TAC podcast on Anyconnect'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-1071402627853976902</id><published>2010-05-23T14:48:00.001-07:00</published><updated>2010-05-23T14:48:22.699-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><title type='text'>Forwarding vs Reverse proxies</title><content type='html'>&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Forward proxy- The proxy is on the same networks  as the clients&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Reverse proxy- The proxy is on the same network  as the servers (inbound)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;For example:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;If a proxy manages all outbound traffic to the  web, it is a forward proxy.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;If a proxy sits in front of several web servers  and uses round robin to balance the load, it is a reverse proxy.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-1071402627853976902?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/1071402627853976902/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/05/forwarding-vs-reverse-proxies.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1071402627853976902'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1071402627853976902'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/05/forwarding-vs-reverse-proxies.html' title='Forwarding vs Reverse proxies'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-7798151898859902170</id><published>2010-05-23T14:47:00.000-07:00</published><updated>2010-05-23T14:47:23.172-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><title type='text'>Bluecoat Transparent vs Explicit proxy.</title><content type='html'>&lt;div class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;Explicit vs  Transparent Proxy:&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;In an explicit proxy, the client is configured to communicate with a proxy. In transparent, the client attempts to  communicate directly wit a site and the request is intercepted. Neither option is configured on the Proxy SG.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;&lt;u&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Types of proxy configurations:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Explicit Proxy&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;: Requires client config (ie proxy settings  in browser)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Src:client Ip&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;DST: SG IP&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Src:SG  IP&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;DST:Server IP&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Application must be proxiable&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;One way to deploy explicit proxy can be to use a  PAC file (pg 223 of gu&lt;span&gt;&amp;nbsp; &lt;/span&gt;ide).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Another method is Proxy Auto-discovery.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Recommended method is group policy.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Traffic must match a service policy&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;In explicit proxy, when a connection is made for a  service that is not running on ProxySG, the connection is rejected.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;b&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Transparent:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;The SG intercepts the requests.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Option: reflect Client IP can make the SG mock  the client IP. Rarely used but can reflect accurate sources on servers where  required. This is a global option.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Transparent proxy can use WCCP to redirect  traffic or a layer 4 switch can be used to rewrite the mac. Last but not least, LBs  can be used. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;Also a transparent proxy also does its own DNS  lookup but can be turned off (Trust dst Ip).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;If the proxy is in bridging mode or acting as a  gateway, a service group does not need to be matched.Routing modes requires IP  forwarding enabled&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-family: Calibri; font-size: 10pt;"&gt;The proxysg can also be used as a default  gateway, which is not recommended. &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-7798151898859902170?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/7798151898859902170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/05/bluecoat-transparent-vs-explicit-proxy.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7798151898859902170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7798151898859902170'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/05/bluecoat-transparent-vs-explicit-proxy.html' title='Bluecoat Transparent vs Explicit proxy.'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-4405109632527142046</id><published>2010-05-17T13:36:00.001-07:00</published><updated>2010-05-17T13:37:14.521-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><title type='text'>Bluecoat Authentication descriptions</title><content type='html'>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul style="direction: ltr; margin-bottom: 0in; margin-left: 0.375in; margin-top: 0in; unicode-bidi: embed;" type="disc"&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Auto:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; The default; the mode      is automatically selected, based on the request.&amp;nbsp; Auto can choose any      of proxy, origin, origin-ip, or origin-cookie-redirect, depending on the      kind of connection (explicit or transparent) and the transparent      authentication cookie configuration.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Proxy:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; The ProxySG uses an      explicit proxy challenge.&amp;nbsp; No surrogate credentials are used.&amp;nbsp;      This is the typical mode for an authenticating explicit proxy.&amp;nbsp; In      some situations proxy challenges do not work; origin challenges are then      issued.&lt;br /&gt;&lt;br /&gt;If you have many requests consulting the back-end authentication      authority (such as LDAP, RADIUS, or the BCAAA service), you can configure      the ProxySG (and possibly the client) to use persistent connections.&amp;nbsp;      This dramatically reduces load on the back-end authentication authority      and improves the all-around performance of the network.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Proxy-IP:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; The ProxySG uses an      explicit proxy challenge and the client's IP address as a surrogate      credential.&amp;nbsp; Proxy-IP specifies an insecure forward proxy, possibly      suitable for LANs of single-user workstations.&amp;nbsp; In some situations      proxy challenges do not work; origin challenges are then issued.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Origin:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; The ProxySG acts like      an OCS and issues OCS challenges.&amp;nbsp; The authenticated connection      serves as the surrogate credential.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Origin-IP:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; The ProxySG acts like      an OCS and issues OCS challenges.&amp;nbsp; The client IP address is used as a      surrogate credential.&amp;nbsp; Origin-IP is used to support IWA      authentication to the upstream device when the client cannot handle cookie      credentials.&amp;nbsp; This mode is primarily used for automatic downgrading,      but it can be selected for specific situations.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Origin-cookie:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; The ProxySG acts like      an origin server and issues origin server challenges.&amp;nbsp; A cookie is      used as the surrogate credential.&amp;nbsp; Origin-cookie is used in forward      proxies to support pass-through authentication more securely than      origin-ip if the client understands cookies.&amp;nbsp; Only the HTTP&amp;nbsp;and      HTTPS protocols support cookies; other protocols are automatically      downgraded to origin-ip.&lt;br /&gt;&lt;br /&gt;This mode could also be used in reverse proxy situations if      impersonation (where the proxy uses the user credentials to connect to      another computer and access content that the user is authorized to see) is      not possible and the origin server requires authentication.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Origin-cookie-redirect:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; The client is      redirected to a virtual URL to be authenticated, and cookies are used as      the surrogate credential.&amp;nbsp; The ProxySG does not support      origin-redirects with the CONNECT method.&amp;nbsp; For forward proxies, only      origin-*-redirect modes are supported for Kerberos/IWA      authentication.&amp;nbsp; (Any other mode uses NTLM authentication).&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;NOTE:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp;&amp;nbsp;During      cookie-based authentication, the redirect request to strip the      authentication cookie from the URL is logged as a 307 (or 302)      TCP_DENIED.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Origin-IP-redirect:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; The client is      redirected to a virtual URL to be authenticated, and the client IP address      is used as a surrogate credential.&amp;nbsp; The ProxySG does not support      origin-redirects with the CONNECT method.&amp;nbsp; For forward proxies, only      origin-*-redirect modes are supported for Kerberos/IWA      authentication.&amp;nbsp; (Any other mode uses NTLM authentication.)&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;SG2:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; The mode is selected      automatically, based on the request, and uses the SGOS 2.x-defined      rules.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Form-IP:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; A form is presented to      collect the user's credentials.&amp;nbsp; The form is presented whenever the      user's credential cache entry expires.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Form-Cookie:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; A form is presented to      collect the user's credentials.&amp;nbsp; The cookies are set on the OCS      domain only, and the user is presented with the form for each new      domain.&amp;nbsp; This mode is most useful in reverse proxy scenarios where      there are a limited number of domains.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Form-Cookie-Redirect:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; A form is presented to      collect the user's credentials. The user is redirected to the      authentication virtual URL before the form is presented.&amp;nbsp; The      authentication cookie is set on both the virtual URL and the OCS      domain.&amp;nbsp; The user is only challenged when the credential cache entry      expires.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0pt; margin-top: 0pt; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Form-IP-redirect:&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp; This is similar to      form-ip except that the user is redirected to the authentication virtual      URL before the form is presented.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-4405109632527142046?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/4405109632527142046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/05/bluecoat-authentication-descriptions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4405109632527142046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4405109632527142046'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/05/bluecoat-authentication-descriptions.html' title='Bluecoat Authentication descriptions'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5605864170944910234</id><published>2010-05-17T11:00:00.000-07:00</published><updated>2010-05-17T11:14:29.493-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='high availability'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Everything you need to know about troubleshooting VRRP on Nokia Checkpoints</title><content type='html'>&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;VRRP failover happens when one of the following events takes place:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;-a monitored interface looses its link state&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;-VRRP hello packets from the master not seen on the secondary device&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;-a critical Checkpoint service or daemon fails to report its status. This requires FW Monitoring to be turned on in Voyager. If turned on, whenever the clock is set backwards, a failover will also occur.&amp;nbsp; &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;i&gt;tcpdump -nni eth1 proto VRRP&lt;/i&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;The packets will contain the &lt;span style="font-weight: bold;"&gt;vrid&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;priority&lt;/span&gt;.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;When a failure occurs, the failed device sends out a priority 0 message on all good interfaces. This tells the secondary to take over. &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-weight: bold; margin: 0in;"&gt;Example:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;PrimaryHA-fw1[admin]# tcpdump -i eth-s1p1c0 proto vrrp&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;tcpdump: listening on eth-s4p2c0&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;00:46:11.379961 O 192.168.1.1 &amp;gt; 224.0.0.18: VRRPv2-adver 20: vrid 100 pri 100 [tos 0xc0]&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;00:46:12.399982 O 192.168.1.1 &amp;gt; 224.0.0.18: VRRPv2-adver 20: vrid 100 pri 100 [tos 0xc0]&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;00:46:13.479985 O 192.168.1.1 &amp;gt; 224.0.0.18: VRRPv2-adver 20: vrid 100 pri 100 [tos 0xc0]&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;00:46:14.560007 O 192.168.1.1 &amp;gt; 224.0.0.18: VRRPv2-adver 20: vrid 100 pri 0 [tos 0xc0]&lt;/div&gt;&lt;div style="color: #666666; font-family: Tahoma; font-size: 8pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;If both firewalls are broadcasting vrrp, and the packets are not seen by the other firewall,&amp;nbsp; there could be a communication problem between the firewalls.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Also ensure that the vrid matches on both firewalls.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Proper VRRP failovers usually only cause 1 or 2 packets lost .&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;VRRP multicast address is 224.0.0.18 &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-weight: bold; margin: 0in;"&gt;To capture vrrp traffic in fw monitor:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;fw monitor -e “accept ip_p = 112;”&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;Clish&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;show vrrp&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;This will show you which devices are in master and backup&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;Example:&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;PrimaryFW-A&amp;gt; sh vrrp&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;VRRP State&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;Flags: On&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;6 interface enabled&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;6 virtual routers configured&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;0 in Init state&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;0 in Backup state&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;6 in Master state&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;PrimaryFW-A&amp;gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;PrimaryFW-A&amp;gt; exit&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;Bye.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;PrimaryFW-A[admin]# &lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;SecondaryFW-B[admin]# iclid&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;SecondaryFW-B&amp;gt; sh vrrp&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;VRRP State&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;Flags: On&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;6 interface enabled&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;6 virtual routers configured&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;0 in Init state&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;4 in Backup state&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;2 in Master state&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;SecondaryFW-B&amp;gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;SecondaryFW-B&amp;gt; exit&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;show vrrp interfaces&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;Detailed configuration of VRRP, including priority, hello&amp;nbsp; interval, and VRID&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;clish -c "show interfacemonitor"&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;Displays interface transitions&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; font-style: italic; margin: 0in;"&gt;cphaprob -i list&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;Displays Checkpoint critical processes and their timeouts.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To log critical process failures:&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 11pt; font-style: italic; margin: 0in;"&gt;ipsctl -w net:log:partner:status:debug 1&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 11pt; font-style: italic; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;That will log to the console and to /var/log/messages. If you want to turn off:&lt;/div&gt;&lt;div style="font-size: 11pt; margin: 0in;"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;; font-style: italic; font-weight: bold;"&gt;ipsctl -w net:log:sink:console 0&lt;/span&gt;&lt;span style="font-family: Calibri; font-style: italic;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;To change the timeout value of a monitored process:&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;; font-size: 11pt; font-style: italic; margin: 0in;"&gt;cphaprob -d [device] -t [timeout] -s [state] -p register&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5605864170944910234?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5605864170944910234/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/05/everything-you-need-to-know-about.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5605864170944910234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5605864170944910234'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/05/everything-you-need-to-know-about.html' title='Everything you need to know about troubleshooting VRRP on Nokia Checkpoints'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3898501868847620039</id><published>2010-05-05T10:44:00.000-07:00</published><updated>2011-05-16T09:30:02.631-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Password Reset'/><category scheme='http://www.blogger.com/atom/ns#' term='Juniper SRX'/><category scheme='http://www.blogger.com/atom/ns#' term='Junos'/><title type='text'>Password reset on a Juniper SRX</title><content type='html'>&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Arial;"&gt;1. Have a console  access to the SRX device.&lt;/span&gt;&lt;br style="font-family: Arial;" /&gt;&lt;br style="font-family: Arial;" /&gt;&lt;span style="font-family: Arial;"&gt;2. Reboot  or power cycle the device.&lt;/span&gt;&lt;br style="font-family: Arial;" /&gt;&lt;br style="font-family: Arial;" /&gt;&lt;span style="font-family: Arial;"&gt;3. At the  boot prompt issue the boot -s command to boot the system into single  user mode.&lt;/span&gt;&lt;br style="font-family: Arial;" /&gt;&lt;br style="font-family: Arial;" /&gt;&lt;span style="font-family: Arial;"&gt;4. Perform password recovery  using the passwd &lt;username&gt; command.&lt;/username&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3898501868847620039?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3898501868847620039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/05/password-reset-on-juniper-srx.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3898501868847620039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3898501868847620039'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/05/password-reset-on-juniper-srx.html' title='Password reset on a Juniper SRX'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5726963498824737677</id><published>2010-05-04T09:08:00.000-07:00</published><updated>2010-05-04T09:11:58.869-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VLAN'/><category scheme='http://www.blogger.com/atom/ns#' term='Command Reference'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Vlan tagging on Cisco firewalls (FWSM, ASA, and Pix)</title><content type='html'>&lt;b&gt;Fwsm:&lt;/b&gt; &lt;i&gt;interface vlan &amp;lt;#&amp;gt;&lt;/i&gt;&lt;br /&gt;&lt;b&gt;6.3 &lt;/b&gt;: &lt;i&gt;interface NAME VLAN_ID &lt;name&gt; &lt;vlan_id&gt; &lt;name&gt; &lt;vlan_id&gt; logical&lt;/vlan_id&gt;&lt;/name&gt;&lt;/vlan_id&gt;&lt;/name&gt;&lt;/i&gt;&lt;br /&gt;&lt;b&gt;Asa&lt;/b&gt;: &lt;i&gt;interface NAME.SUBINTERFACE#&lt;name&gt;&lt;name&gt;&lt;subinterface#&gt;&lt;subinterface&gt;&lt;/subinterface&gt;&lt;/subinterface#&gt;&lt;/name&gt;&lt;/name&gt;&lt;/i&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;i&gt;vlan VLAN_ID &lt;vlan_id&gt;&lt;vlan_id&gt;&lt;/vlan_id&gt;&lt;/vlan_id&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Logical vlan interfaces must be carried over physical trunk interfaces.&lt;br /&gt;On the ASA, the subinterface number is&amp;nbsp; an arbitrary number that must be unique.&lt;br /&gt;&lt;br /&gt;Packets sent out of the logical VLAN interface are tagged with the VLAN number as they enter the physical trunk link and then stripped off at the far end of the trunk.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Switch config:&lt;/b&gt;&lt;br /&gt;&lt;i&gt;interface &lt;name&gt;NAME&lt;name&gt;&lt;br /&gt;switchport&lt;br /&gt;switchport trunk encapsulation dot1q&lt;br /&gt;switchport mode trunk&lt;/name&gt;&lt;/name&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5726963498824737677?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5726963498824737677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/05/vlan-tagging-on-cisco-firewalls-fwsm.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5726963498824737677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5726963498824737677'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/05/vlan-tagging-on-cisco-firewalls-fwsm.html' title='Vlan tagging on Cisco firewalls (FWSM, ASA, and Pix)'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-8188458700495475630</id><published>2010-04-28T09:12:00.000-07:00</published><updated>2010-04-28T09:12:45.675-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><category scheme='http://www.blogger.com/atom/ns#' term='WCCP'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Notes on WCCP with an ASA</title><content type='html'>&lt;b&gt;This is not mentioned in the Cisco documentation so I figured I would mention it here:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;-Interface ACLs are enforced before WCCP. Therefore an interface  ACL allowing traffic to be proxied is required.&lt;br /&gt;&lt;br /&gt;- Redirect ACLS do not like service groups. If individual services need  to be redirected (as opposed to ANY), they should be defined  individually. If a service group is used, only the first service in the  group will be redirected.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="NoSpacing"&gt;&lt;span ;="" black;="" color:="" courier="" new="" style="font-size: 12pt;"&gt;-Caveat regarding ASA to Bluecoat WCCP implementations:&lt;/span&gt;&lt;/div&gt;&lt;span ;="" black;="" color:="" courier="" new="" style="font-size: 12pt;"&gt;WCCP  can either use layer 2 or gre to communicate between forwarding and  caching devices. However the ASA only supports gre. One downside of the  Bluecoat is that it can receive gre packets but redirected traffic will  not be forwarded from the Bluecoat through the gre tunnel. So that means  that if traffic proxied by the Bluecoat is then sent back to the ASA to  go out, the ASA will view it as an out of state connection and drop the  packet. The only way that I have been able to get WCCP between and ASA  and BC to work is to send forwarded traffic directly out to the internet  from the BC and not back to the ASA.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span ;="" black;="" color:="" courier="" new="" style="font-size: 12pt;"&gt;&amp;nbsp;-According to documentation, &lt;/span&gt;&lt;span style="font-family: Arial; font-size: 9.5pt; line-height: 115%;"&gt;&lt;span style="color: black;"&gt;the cache instructs the Security Device which  ports and protocols to redirect and how to distribute the traffic. I have found that this does not always work and I typically have to include the forwarded ports in the redirect acl. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span ;="" black;="" color:="" courier="" new="" style="font-size: 12pt;"&gt;-&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 9.5pt;"&gt;using the web-cache  option instead of a service-number you can only redirect port 80, regardless of how the ACL  is configured&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Arial; font-size: 9.5pt;"&gt;-Considering the above 2 bullet points, does this mean that using the web-cache option, with specific ports in the redirect acl will break WCCP?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Arial; font-size: 9.5pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span ;="" black;="" color:="" courier="" new="" style="font-size: 12pt;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;span ;="" black;="" color:="" courier="" new="" style="font-size: 12pt;"&gt;Additional caveats that is included in the WCCP documentation:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span ;="" black;="" color:="" courier="" new="" style="font-size: 12pt;"&gt;-&lt;/span&gt;&lt;span style="color: black; font-family: Arial; font-size: 9.5pt;"&gt;When the adaptive security appliance knows when a packet needs redirection,  it skips TCP state tracking, TCP sequence number randomization, and NAT on these  traffic flows.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;span style="color: black; font-family: Arial; font-size: 9.5pt;"&gt;-&lt;/span&gt;&lt;span style="font-family: Arial; font-size: 9.5pt; line-height: 115%;"&gt;A limitation of WCCP on the ASA is that it cannot  direct traffic across interfaces on the firewall. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family: Arial; font-size: 9.5pt; line-height: 115%;"&gt;This means if you configure WCCP to redirect  traffic on the inside interface of your firewall, you have to have your cache-engine on that  same interface.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Arial; font-size: 9.5pt; line-height: 115%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: Arial; font-size: 9.5pt; line-height: 115%;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: black; font-family: Arial; font-size: 9.5pt;"&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-8188458700495475630?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/8188458700495475630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/04/notes-on-wccp-with-asa.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8188458700495475630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8188458700495475630'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/04/notes-on-wccp-with-asa.html' title='Notes on WCCP with an ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-1491097755826976814</id><published>2010-04-21T10:49:00.000-07:00</published><updated>2010-04-21T11:01:54.851-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Natting'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Fun with the Cisco Alias command</title><content type='html'>I know I know. The Alias command is being deprecated. But it has not gone away yet and with luck, its replacement will be able to perform the same functions. But for now, we are able to accomplish a few things with Alias that we cannot perform with the static command.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;#1.&amp;nbsp; Arp replies for reverse statics. &lt;/b&gt;&lt;br /&gt;Basically, when a standard static is created on an ASA (high, low, low, high), the firewall will respond to arps for inbound requests to the public IP.&lt;br /&gt;&lt;br /&gt;Heres an example:&lt;br /&gt;&lt;i&gt;static (Internal,Outside) 10.239.15.11 10.239.15.68 netmask 255.255.255.255 &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; 4: 15:44:00.780522 arp who-has 10.239.15.11 tell 10.239.15.5 &lt;br /&gt;&amp;nbsp;&amp;nbsp; 5: 15:44:00.780782 arp reply 10.239.15.11 is-at 0:9:b7:5f:8d:c2&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;However, if a reverse static is needed (outbound D-nat), the firewall will not respond to arp requests, even if the arp is manually created.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;i&gt;static (Outside,Internal) 10.239.15.68 10.239.15.12 netmask 255.255.255.255 &lt;br /&gt;&amp;nbsp;arp Outside 10.239.15.12 0009.b75f.8dc2&lt;br /&gt;&lt;br /&gt;&amp;nbsp; 4: 15:47:35.131279 arp who-has 10.239.15.12 tell 10.239.15.5 &lt;br /&gt;&amp;nbsp;&amp;nbsp; 5: 15:47:35.735313 arp who-has 10.239.15.12 tell 10.239.15.3 &lt;br /&gt;&amp;nbsp;&amp;nbsp; 6: 15:47:37.131432 arp who-has 10.239.15.12 tell 10.239.15.5 &lt;/i&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; footnote: Do not get caught up in the interface names in my examples. In the lab, I had to reverse the security levels. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But if we create an alias instead, the firewall will respond to arp requests, and process the D-nat.&lt;br /&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp; alias (Outside) 10.239.15.13 10.239.15.68 255.255.255.255&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11: 16:30:45.160880 arp reply 10.239.15.13 is-at 0:9:b7:5f:8d:c2 &lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;#2. Perform double natting.&lt;/b&gt;&lt;br /&gt;As we all know, nats and statics are processed from top down until a hit is made. Basically the firewall will check for Nat 0&amp;gt; Identity Nat&amp;gt;Statics&amp;gt; Policy nat&amp;gt; Hide nat.&amp;nbsp; Once a hit is made, Nat processing will stop. So if we have both a source and destination nat defined, only one will actually get handled.&amp;nbsp; To get around this limitation, we can use the Alias command to handle the D-nat. &lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;i&gt;&amp;nbsp;nat (Internal) 1 0.0.0.0 0.0.0.0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;global (Outside) 1 interface&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;alias (Internal) 10.239.15.68 10.239.15.13 255.255.255.255&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;As you can see from the packet tracer, both the src and dst nat takes place.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;Phase: 5&lt;br /&gt;Type: NAT&lt;br /&gt;Subtype: host-limits&lt;br /&gt;Result: ALLOW&lt;br /&gt;Config:&lt;br /&gt;nat (Internal) 1 0.0.0.0 0.0.0.0&lt;br /&gt;&amp;nbsp; match ip Internal any Outside any&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic translation to pool 1 (10.239.15.3 [Interface PAT])&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Phase: 6&lt;br /&gt;Type: NAT&lt;br /&gt;Subtype: rpf-check&lt;br /&gt;Result: ALLOW&lt;br /&gt;Config:&lt;br /&gt;&amp;nbsp; match ip Outside host 10.239.15.13 Internal any&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; alias translation to 10.239.15.68&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-1491097755826976814?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/1491097755826976814/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/04/fun-with-cisco-alias-command.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1491097755826976814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1491097755826976814'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/04/fun-with-cisco-alias-command.html' title='Fun with the Cisco Alias command'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2693834974959275914</id><published>2010-04-19T19:04:00.000-07:00</published><updated>2010-04-19T19:05:22.339-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>View VPN defaults on a Cisco ASA</title><content type='html'>We often use the "show run crypto map | in&lt;map id=""&gt;" to view a crypto map configuration on "show run tunnel-group&lt;ip&gt;" to view the tunnel group settings, however, default settings are not displayed. For example, isakmp keep alives, default lifetimes,&amp;nbsp; Peer validation,&amp;nbsp; inheritance, etc, are not commonly configured in tunnels. To view these settings try the following:&lt;/ip&gt;&lt;/map&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;show run all crypto map | in &lt;map id=""&gt;&lt;/map&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;show run all tunnel-group &lt;ip&gt;&lt;/ip&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Sample output:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;crypto map vpn_map 4 match address VPN-acl&lt;br /&gt;crypto map vpn_map 4 set connection-type bi-directional&lt;br /&gt;crypto map vpn_map 4 set peer 192.168.182.100 &lt;br /&gt;crypto map vpn_map 4 set transform-set 3des_sha1&lt;br /&gt;crypto map vpn_map 4 set security-association lifetime seconds 28800&lt;br /&gt;crypto map vpn_map 4 set security-association lifetime kilobytes 4608000&lt;br /&gt;crypto map vpn_map 4 set inheritance rule&lt;br /&gt;crypto map vpn_map 4 set phase1-mode main&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;tunnel-group 192.168.182.100 type ipsec-l2l&lt;br /&gt;tunnel-group 192.168.182.100 general-attributes&lt;br /&gt;&amp;nbsp;no accounting-server-group&lt;br /&gt;&amp;nbsp;default-group-policy DfltGrpPolicy&lt;br /&gt;tunnel-group 192.168.182.100 ipsec-attributes&lt;br /&gt;&amp;nbsp;pre-shared-key *&lt;br /&gt;&amp;nbsp;peer-id-validate req&lt;br /&gt;&amp;nbsp;no chain&lt;br /&gt;&amp;nbsp;no trust-point&lt;br /&gt;&amp;nbsp;isakmp keepalive threshold 10 retry 2&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2693834974959275914?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2693834974959275914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/04/view-vpn-defaults-on-cisco-asa.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2693834974959275914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2693834974959275914'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/04/view-vpn-defaults-on-cisco-asa.html' title='View VPN defaults on a Cisco ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3021524111812576284</id><published>2010-04-14T13:36:00.000-07:00</published><updated>2010-04-14T13:39:31.397-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='high availability'/><category scheme='http://www.blogger.com/atom/ns#' term='Juniper Netscreen'/><title type='text'>Manual failover on Netscreen</title><content type='html'>&lt;span style="font-weight: bold;"&gt; 1&lt;/span&gt;: Display the current NSRP status.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;get nsrp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; 2:&lt;/span&gt; Confirm whether preempt mode is turned on. Preempt mode will force a failover back to the master.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;get config | i nsrp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To turn off preempt&lt;br /&gt;&lt;span style="font-style: italic;"&gt;unset nsrp vsd-group id &lt;vsd_grp_num&gt; preempt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; 3:&lt;/span&gt; Synchronize the real-time objects at the current backup device.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;exec nsrp sync rto all from peer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4:&lt;/span&gt; Set the current master device as primary backup.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;exec nsrp vsd-group &lt;vsd_grp_num&gt; mode pb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5: &lt;/span&gt;If the failover needs to be permanent, decrease the NSRP priority of device that you want to be the master.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;set nsrp vsd-group id &lt;vsd_grp_num&gt; priority &lt;lower&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note: In NSRP, the device with the lowest the priority number is elected as the master if the current one fails or administratively set as inoperable or primary backup.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; 6:&lt;/span&gt; Verify the successful NSRP failover by running the “get nsrp” command.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3021524111812576284?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3021524111812576284/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/04/manual-failover-on-netscreen.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3021524111812576284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3021524111812576284'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/04/manual-failover-on-netscreen.html' title='Manual failover on Netscreen'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-8817074639846915502</id><published>2010-04-13T09:11:00.000-07:00</published><updated>2010-04-13T09:13:06.866-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Allowing communications between interfaces with the same security level on ASA</title><content type='html'>By default, communications between interfaces with the same security level is not allowed.To allow communications, the following command must be entered:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;same-security-traffic permit inter-interface&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To view the security levels of an interface :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;show nameif&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-8817074639846915502?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/8817074639846915502/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/04/allowing-communications-between.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8817074639846915502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8817074639846915502'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/04/allowing-communications-between.html' title='Allowing communications between interfaces with the same security level on ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-4040869254483158996</id><published>2010-04-06T11:50:00.000-07:00</published><updated>2010-04-06T11:51:39.473-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='proventia'/><title type='text'>Allowing multiple VPN clients behind the same nat device</title><content type='html'>In order to accomplish this, you must create multiple Remote IDs (one for each user) located in the Security Gateway. The Client and Primary DNS suffix must also be updated.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-4040869254483158996?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/4040869254483158996/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/04/allowing-multiple-vpn-clients-behind.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4040869254483158996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4040869254483158996'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/04/allowing-multiple-vpn-clients-behind.html' title='Allowing multiple VPN clients behind the same nat device'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5581489498500419647</id><published>2010-04-06T11:46:00.000-07:00</published><updated>2010-04-06T11:47:17.382-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Juniper SRX'/><title type='text'>Navigating between Unix and Screen OS partitions on SRX</title><content type='html'>When your default shell is Screen OS (&gt;), the following command takes you to Unix (%).&lt;br /&gt;root@lab-srxfw1&gt; start shell &lt;br /&gt;root@lab-srxfw1% &lt;br /&gt;&lt;br /&gt;If in the Unix shell, the following command takes you to screen OS&lt;br /&gt;root@lab-srxfw1% cli&lt;br /&gt;&lt;br /&gt;To go back to Unix&lt;br /&gt;root@ab-srxfw1&gt; exit&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5581489498500419647?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5581489498500419647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/04/navigating-between-unix-and-screen-os.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5581489498500419647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5581489498500419647'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/04/navigating-between-unix-and-screen-os.html' title='Navigating between Unix and Screen OS partitions on SRX'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5642705102785201749</id><published>2010-03-30T14:43:00.001-07:00</published><updated>2010-03-30T14:47:44.612-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Netl33ts site update'/><title type='text'></title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_t1Bfn1Ubno8/S7JxRbQSTEI/AAAAAAAAAoM/crInaJ5rrhg/s1600/netl33ts.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 191px; height: 43px;" src="http://4.bp.blogspot.com/_t1Bfn1Ubno8/S7JxRbQSTEI/AAAAAAAAAoM/crInaJ5rrhg/s320/netl33ts.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5454546642886872130" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt;&lt;!--&lt;br /&gt;function add_search_plugin(id,ext,name,cat) {&lt;br /&gt; if (&lt;br /&gt;  (typeof window.sidebar == "object") &amp;&amp;&lt;br /&gt;  (typeof window.sidebar.addSearchEngine == "function")&lt;br /&gt; ) {&lt;br /&gt;  window.sidebar.addSearchEngine(&lt;br /&gt;   "http://www.netleets.com/" + id + ".src",&lt;br /&gt;   "http://www.netleets.com/" + id + "." + ext,&lt;br /&gt;    name,cat);&lt;br /&gt; } else {&lt;br /&gt;  alert("Your browser does not support standard Sherlock search plugins!\nTry using a Mozilla based browser such as Firefox.");&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;//--&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://4.bp.blogspot.com/_t1Bfn1Ubno8/S7JxRbQSTEI/AAAAAAAAAoM/crInaJ5rrhg/s1600/netl33ts.png" height="16" width="16" border="0" alt="netl33ts Icon"&gt; &lt;a href="javascript:add_search_plugin('netl33ts','png','www.netleets.com','Site%20Search')" title="Install the search plugin for Netl33ts site search"&gt;Netl33ts search plugin&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5642705102785201749?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5642705102785201749/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/netl33ts-search-plugin.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5642705102785201749'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5642705102785201749'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/netl33ts-search-plugin.html' title=''/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_t1Bfn1Ubno8/S7JxRbQSTEI/AAAAAAAAAoM/crInaJ5rrhg/s72-c/netl33ts.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6008927183523526914</id><published>2010-03-30T10:13:00.000-07:00</published><updated>2010-03-30T10:25:22.199-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>More Cisco ASA commands</title><content type='html'>&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:usefelayout/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face  {font-family:"MS Mincho";  panose-1:2 2 6 9 4 2 5 8 3 4;  mso-font-alt:"ＭＳ 明朝";  mso-font-charset:128;  mso-generic-font-family:modern;  mso-font-pitch:fixed;  mso-font-signature:-1610612033 1757936891 16 0 131231 0;} @font-face  {font-family:Calibri;  panose-1:2 15 5 2 2 2 4 3 2 4;  mso-font-charset:0;  mso-generic-font-family:swiss;  mso-font-pitch:variable;  mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face  {font-family:"\@MS Mincho";  panose-1:2 2 6 9 4 2 5 8 3 4;  mso-font-charset:128;  mso-generic-font-family:modern;  mso-font-pitch:fixed;  mso-font-signature:-1610612033 1757936891 16 0 131231 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:"MS Mincho";} p  {mso-margin-top-alt:auto;  margin-right:0in;  mso-margin-bottom-alt:auto;  margin-left:0in;  mso-pagination:widow-orphan;  font-size:12.0pt;  font-family:"Times New Roman";  mso-fareast-font-family:"MS Mincho";} @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;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable  {mso-style-name:"Table Normal";  mso-tstyle-rowband-size:0;  mso-tstyle-colband-size:0;  mso-style-noshow:yes;  mso-style-parent:"";  mso-padding-alt:0in 5.4pt 0in 5.4pt;  mso-para-margin:0in;  mso-para-margin-bottom:.0001pt;  mso-pagination:widow-orphan;  font-size:10.0pt;  font-family:"Times New Roman";  mso-fareast-font-family:"Times New Roman";  mso-ansi-language:#0400;  mso-fareast-language:#0400;  mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;i&gt;Show local-host &lt;/i&gt;&lt;ip&gt;&lt;/ip&gt;displays connections and everything related to an ip.&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt; font-family: Calibri; font-size: 11pt;"&gt;To get total concurrent TCP connections, "&lt;i&gt;show local-host | grep TCP flow&lt;/i&gt;". Next copy to notepad and find/replace "/unlimited" with a blank space. Import into excel and sum the count column&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt; font-family: Calibri; font-size: 11pt;"&gt;&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;font-family:Calibri;font-size:11pt;"  &gt;&lt;span style=";font-family:Calibri;font-size:100%;"  &gt;Additionally if you would like to view the active connections for a particular protocol:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style=";font-family:Calibri;font-size:100%;"  &gt;"&lt;i&gt;sh conn pro tcp port 80 detail&lt;/i&gt;"&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style=";font-family:Calibri;font-size:100%;"  &gt;The above command will list all active http connections&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt;"&gt;"&lt;span style="font-style: italic;"&gt;show running-config | grep ^(ssh|https).*91.204.19&lt;/span&gt;" -the output will show both the "ssh" and "http" lines with 91.204.19 in it. The (ssh|http) expression just means that the line should include ssh OR http. Note that I also used a ^ which means as much as "each line beginning with the following character".&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 0.0001pt;"&gt;show startup-config errors&lt;br /&gt;&lt;br /&gt;show proc mem&lt;br /&gt;    Displays memory usage per process&lt;br /&gt;&lt;br /&gt;show mem detail&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=";font-family:Calibri;font-size:11pt;"  &gt;&lt;o:p&gt;&lt;/o:p&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/5582341920102159412-6008927183523526914?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6008927183523526914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/more-cisco-asa-commands.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6008927183523526914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6008927183523526914'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/more-cisco-asa-commands.html' title='More Cisco ASA commands'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-1136211550425586000</id><published>2010-03-23T09:39:00.000-07:00</published><updated>2010-04-13T11:46:01.534-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Content Filtering'/><category scheme='http://www.blogger.com/atom/ns#' term='WCCP'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Configuring WCCP between an ASA and Ironport for caching</title><content type='html'>&lt;span&gt;&lt;span style="font-style: italic;"&gt;Note: Interface ACls are not bypassed with WCCP. Traffic must first match the interface ACL before matching the wccp ACL. &lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;On the ASA:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Allow the Ironport out through the firewall:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;access-list acl_inside extended permit tcp host 192.168.1.1 any &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;2. Create a new acl containing the members of the wccp group. in our example, it is just 1 Ironport&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;access-list ironport-allow extended permit ip host 192.168.1.1 any&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;3. Create an acl that defines what traffic should be redirected to the Ironport&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;access-l ironport-forward extended permit tcp 192.168.1.0 255.255.255.0 any eq http&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;4. Configure wccp&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;wccp web-cache group-list ironport-allow redirect-list ironport-forward&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;5. Enable wccp on an interface.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;wccp interface inside web-cache redirect in&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;6. Confirm configuration&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;show wccp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;On the Ironport:&lt;/span&gt;&lt;br /&gt;Network&gt;Transparent Redirection&lt;br /&gt;Choose &lt;span style="font-style: italic;"&gt;WCCP v2 router&lt;/span&gt;&gt; click&lt;span style="font-style: italic;"&gt; Submit&lt;/span&gt;&lt;br /&gt;Select &lt;span style="font-style: italic;"&gt;Add service&lt;/span&gt;&lt;br /&gt;   Click &lt;span style="font-style: italic;"&gt;Create a standard service ID&lt;/span&gt;, enter the ASA IP address in the box provided&lt;br /&gt;&lt;br /&gt;   Submit changes&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-1136211550425586000?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/1136211550425586000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/configuring-wccp-between-asa-and.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1136211550425586000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1136211550425586000'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/configuring-wccp-between-asa-and.html' title='Configuring WCCP between an ASA and Ironport for caching'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3581226184384272469</id><published>2010-03-22T14:07:00.000-07:00</published><updated>2010-03-22T14:16:15.868-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Redundant ISPs on a Cisco ASA</title><content type='html'>ISP redundancy can be achieved several different ways however we will focus mainly on achieving redundancy with the use of a backup default gateway.&lt;br /&gt;&lt;br /&gt;Basically 2 interfaces need to be configured, each connected to a separate ISP.&lt;br /&gt;Next an SLA monitor needs to be configured that will ping a device on the primary ISP:&lt;br /&gt;&lt;br /&gt;&lt;span class="content"&gt;&lt;pre&gt;&lt;b style="font-style: italic;"&gt;sla monitor TRACK&lt;br /&gt;type echo protocol ipIcmpEcho 192.168.1.1 interface outside&lt;br /&gt;num-packets 3&lt;br /&gt;frequency 10&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Next the sla monitor is scheduled&lt;br /&gt;&lt;br /&gt;&lt;span class="content"&gt;&lt;pre&gt;&lt;b style="font-style: italic;"&gt;sla monitor schedule TRACK life forever start-time now&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Next create a track record that is used to map the sla monitor to your default route&lt;br /&gt;&lt;br /&gt;&lt;span class="content"&gt;&lt;pre&gt;&lt;b style="font-style: italic;"&gt;track 1 rtr TRACK reachability&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Now add the track record to your primary default route&lt;br /&gt;&lt;br /&gt;&lt;span class="content"&gt;&lt;pre&gt;&lt;b style="font-style: italic;"&gt;route outside 0.0.0.0 0.0.0.0 192.168.1.254 1 track 1&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;A secondary default route can now be added for your backup interface&lt;br /&gt;&lt;br /&gt;&lt;span class="content"&gt;&lt;pre&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;route backup 0.0.0.0 0.0.0.0 10.250.250.1 254&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Also keep in mind that all inbound access will need to be duplicated for each ISP interface.&lt;br /&gt;The same goes for any statics.&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3581226184384272469?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3581226184384272469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/redundant-isps-on-cisco-asa.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3581226184384272469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3581226184384272469'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/redundant-isps-on-cisco-asa.html' title='Redundant ISPs on a Cisco ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5477426832629382504</id><published>2010-03-22T10:50:00.000-07:00</published><updated>2010-03-22T10:51:10.992-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Cisco ASA Dynamic Access Policies (DAP)</title><content type='html'>&lt;span style="font-weight: bold;"&gt;&lt;b class="res_word res_word_2"&gt;DAP&lt;/b&gt;  Policies&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;DAP policies were introduced in 8.x to compliment  authentication and filter policies for IPSEC, Remote Access, SSL VPNs  as well as cut through proxies. Dap policies enhance AAA and group  policy configurations by allowing dynamic decisions to be made without  the need to reconfigure user, group, or VPN policies. For example, a dap  policy can be defined assigning a user specific rights when he is a  member of the ADMINS groups in AD and another set of rights if he is in  the USERS group. The dap policy is read from top down, so if the Admin  group dap policy has the highest priority, it will be enforced.  Otherwise, the USERS group will be enforced.&lt;br /&gt;&lt;br /&gt;Another feature of  dap policies is the ability to assign access based on enpoint security  features such as Antivirus software, applications installed, or Registry  keys. For example, a dap policy can be used to specify that a user that  has McAfee AV installed can have access to a file server and webmail.  Conversely, users that do not have McAfee installed only have access to  webmail.&lt;br /&gt;&lt;br /&gt;The important thing to understand is that DAP policies  are configured via ASDM only. A "show run" will not display the dap  configuration because it is stored in a file called dap.xml. To view the  contents of this file type : more dap.xml&lt;br /&gt;&lt;br /&gt;To confirm that a VPN  problem is not related to a DAP policy you can either run debugs (debug  dap errors, debug dap trace) or you can test a DAP policy in ASDM by  selecting VPN&gt;Dynamic Access Policies&gt; and clicking the Test  button.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Configuring DAP  policies:&lt;/span&gt;&lt;br /&gt;Remote Access VPN&gt;Dynamic Access Policies&lt;br /&gt;      The policy is enforced in order of priority.&lt;br /&gt;Select Add and provide a  name for the DAP policy.&lt;br /&gt;Under the selection criteria, select "user  has ANY of the following". If local authentication will be used, select  cisco.username and type the name of the user. This will then require all  local VPN users to be added to the attribute list below. More often,  this feature will be used for AAA authentication. By choosing  "ldap.memberOf", you can specifiy multiple group memberships that the  user must be a member of to authenticate.&lt;br /&gt;&lt;br /&gt;Select an action  (continue will allow the access, terminate will reject).&lt;br /&gt;Select the  access-list that matches the traffic allowed. If this is for 1 tunnel,  you can use the crypto acl. If this is for all tunnels, a non nat acl  can be used.&lt;br /&gt;&lt;br /&gt;Additional unsupported parameters can be configured  that allow for third party applications like AV to be ran before  allowing authentication. In addition, Dap policies can control web  filters, file browsing capabilities, http proxies, and port forwarding.&lt;br /&gt;&lt;br /&gt;For  more information on DAP policies please refer to :&lt;br /&gt;http://www.cisco.com/application/pdf/paws/108000/dap-deploy-guide.pdf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5477426832629382504?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5477426832629382504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/cisco-asa-dynamic-access-policies-dap.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5477426832629382504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5477426832629382504'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/cisco-asa-dynamic-access-policies-dap.html' title='Cisco ASA Dynamic Access Policies (DAP)'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6302570299415061174</id><published>2010-03-10T11:11:00.000-08:00</published><updated>2010-03-10T11:13:43.987-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>rtm monitor in Checkpoint</title><content type='html'>This is a great way to provide trending statistics and troubleshoot bandwidth and throughput issues:&lt;br /&gt;&lt;br /&gt;View the Smartview Monitor status&lt;br /&gt;&lt;span style="font-style: italic;"&gt;rtm drv stat&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If Smartview Monitor is not running this command turns it on:&lt;br /&gt;&lt;span style="font-style: italic;"&gt;rtm drv on&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;rtmstart&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;rtm monitor [options]-g[entity-1…entity-n]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;rtm monitor localhost -filter "[and[[interface 0 [[eth0in]]][svc 1 [telnet http]]]" -y C -g topsrc&lt;/span&gt;&lt;br /&gt;Displays conncurrent connections for the top 50 sources pass on eth0 inbound that is not telnet or http.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;rtm monitor localhost -filter -g topsvc&lt;/span&gt;&lt;br /&gt;Displays the top 50 services passed on any interface in both directions&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;rtm monitor localhost hme1 -g topsvc -y b&lt;/span&gt;&lt;br /&gt;Displays bytes per sec for top 50 services on interface hme1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Other switches:&lt;br /&gt;-i number of seconds&lt;br /&gt;Interface-name specif a specific interface&lt;br /&gt;-y measurement units (bytes,packets, line)&lt;br /&gt;C average concurrent connections&lt;br /&gt;-g grouping optons (svc, src,dst,ip,fgrule,topsvc,topsrc,topdst,topfgrule)&lt;br /&gt;svc monitor according to service&lt;br /&gt;src according to a network object's source&lt;br /&gt;dst&lt;br /&gt;ip monitor src and dst&lt;br /&gt;fgrule QOS rule&lt;br /&gt;topsvc top 50 sources&lt;br /&gt;topdst&lt;br /&gt;topfwm top 50 firewall rules&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6302570299415061174?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6302570299415061174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/rtm-monitor-in-checkpoint.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6302570299415061174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6302570299415061174'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/rtm-monitor-in-checkpoint.html' title='rtm monitor in Checkpoint'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3594350175840199467</id><published>2010-03-10T10:47:00.000-08:00</published><updated>2010-03-10T10:48:39.295-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>How to globally change the expiration date of all users on Checkpoint</title><content type='html'>Steps 1-3 are only required in a Provider environment.&lt;br /&gt;&lt;br /&gt;1. SSH into the MLM for the customer and set your environment to the MLM IP&lt;br /&gt;mdsenv &lt;mlm&gt;&lt;br /&gt;&lt;br /&gt;2. Next "cd $FWDIR" and type "pwd"&lt;br /&gt;&lt;br /&gt;3. Confirm that you are placed into the MLM directory for the customer.&lt;br /&gt;&lt;br /&gt;4. next run the following command:&lt;br /&gt;fwm expdate &lt;dd&gt;-&lt;mm&gt;-&lt;yyyy&gt;&lt;br /&gt;&lt;br /&gt;example: fwm expdate 02-12-2010&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3594350175840199467?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3594350175840199467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/how-to-globally-change-expiration-date.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3594350175840199467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3594350175840199467'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/how-to-globally-change-expiration-date.html' title='How to globally change the expiration date of all users on Checkpoint'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6394422294096448392</id><published>2010-03-10T10:24:00.000-08:00</published><updated>2010-03-10T10:30:53.123-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Logging'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Resolving local logging issues on Checkpoint</title><content type='html'>If logs are not appearing in Smartview Tracker, they are probably logging locally.&lt;br /&gt;To determine if logs are being stored locally on the gateway, go to $FWDIR/log.&lt;br /&gt;Locate the fw.log file and see if it's size is incrementing. There may also be additional fw*.log files that have rolled over.&lt;br /&gt;To resolve the issue, first try restarting the MLM (in a Provider environment or the Log Services in a Smartcenter Server environment).&lt;br /&gt;Next, restart the firewall services on the gateway (&lt;span style="font-style: italic;"&gt;fw kill fwd&lt;/span&gt; followed by &lt;span style="font-style: italic;"&gt;fwd&lt;/span&gt;).&lt;br /&gt;If that does not work, try restarting the firewall.&lt;br /&gt;&lt;br /&gt;Once resolved, you can pull the stored logs from the gateway by running "fw fetchlog &lt;ip&gt;" from the log server. In R70, there is also an option to fetch logs in Smartview Tracker (Tools&gt;Remote Files Mgmt)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6394422294096448392?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6394422294096448392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/resolving-local-logging-issues-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6394422294096448392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6394422294096448392'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/resolving-local-logging-issues-on.html' title='Resolving local logging issues on Checkpoint'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-3177145715977926925</id><published>2010-03-09T18:01:00.000-08:00</published><updated>2010-03-09T18:03:28.107-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Allowing scp to SPLAT boxes</title><content type='html'>&lt;span style="font-style: italic;"&gt;cat /etc/scpusers&lt;/span&gt;     look for the user name that will be sued to scp.&lt;br /&gt;If the user does not exist: &lt;span style="font-style: italic;"&gt;echo &lt;username&gt; &gt;&gt; /etc/scpusers&lt;/span&gt;&lt;br /&gt;In order to use WinSCP,&lt;br /&gt;you must also issue the following to change admin's shell to bash:&lt;br /&gt;&lt;span style="font-style: italic;"&gt;chsh -s /bin/bash admin&lt;/span&gt;&lt;br /&gt;Note: This is a security risk as this bypasses cpshell for this user. Use with&lt;br /&gt;caution.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-3177145715977926925?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/3177145715977926925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/allowing-scp-to-splat-boxes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3177145715977926925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/3177145715977926925'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/allowing-scp-to-splat-boxes.html' title='Allowing scp to SPLAT boxes'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-8582321080537329391</id><published>2010-03-09T17:57:00.000-08:00</published><updated>2010-03-09T17:58:02.335-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Configuring SNMP on SPLAT</title><content type='html'>step 1: service snmpd restart&lt;br /&gt;step 2: edit /etc/snmp/snmpd.users.conf and replace public with your actual&lt;br /&gt;snmp community string&lt;br /&gt;step 3: service snmpd restart&lt;br /&gt;step 4: netstat -an | grep 161&lt;br /&gt;&lt;br /&gt;for checkpoint snmpd port 260:&lt;br /&gt;&lt;br /&gt;step 1: modify the $FWDIR/conf/snmp.C file and place the actual snmp&lt;br /&gt;community inside the read and write (). If you leave the write empty,&lt;br /&gt;it will use "private" as the community string. This is a security risk.&lt;br /&gt;&lt;br /&gt;step 2: run sysconfig and start the checkpoint snmpd extension&lt;br /&gt;&lt;br /&gt;step 3: perform cpstop;cpstart&lt;br /&gt;&lt;br /&gt;step 4: netstat -an | grep 260&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-8582321080537329391?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/8582321080537329391/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/configuring-snmp-on-splat.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8582321080537329391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/8582321080537329391'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/configuring-snmp-on-splat.html' title='Configuring SNMP on SPLAT'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-4183827517279127114</id><published>2010-03-09T17:50:00.001-08:00</published><updated>2010-03-09T17:50:57.399-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Running fsck on a flash based system</title><content type='html'>fsck -fyb 32&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-4183827517279127114?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/4183827517279127114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/running-fsck-on-flash-based-system.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4183827517279127114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4183827517279127114'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/running-fsck-on-flash-based-system.html' title='Running fsck on a flash based system'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6777749758171349238</id><published>2010-03-09T17:30:00.000-08:00</published><updated>2010-03-09T17:42:37.776-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='debug'/><category scheme='http://www.blogger.com/atom/ns#' term='tcpdump'/><category scheme='http://www.blogger.com/atom/ns#' term='Juniper Netscreen'/><title type='text'>Examining a Screen OS debug packet</title><content type='html'>ethernet0/1:10.1.1.1/17152-&gt;192.168.1.1/256,1(8/0)&lt;root&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Protocol&lt;/span&gt; is 1 (ICMP).&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Type 8&lt;/span&gt;: Echo&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Code 0:&lt;/span&gt; No Code&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Result:10.1.1.1 is sending an ping to 192.168.1.1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here is an example of how understanding the type codes could help in troubleshooting a problem.&lt;br /&gt;ethernet0.1:4:10.1.1.1/514-&gt;10.17.3.3/1051,1(3/3)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Type 3:&lt;/span&gt; Destination Unreachable&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Code 3:&lt;/span&gt; Port Unreachable&lt;/root&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6777749758171349238?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6777749758171349238/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/examining-screen-os-debug-packet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6777749758171349238'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6777749758171349238'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/examining-screen-os-debug-packet.html' title='Examining a Screen OS debug packet'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-1663269909330699961</id><published>2010-03-09T15:35:00.000-08:00</published><updated>2010-03-09T17:43:20.143-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='debug'/><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><category scheme='http://www.blogger.com/atom/ns#' term='tcpdump'/><category scheme='http://www.blogger.com/atom/ns#' term='Juniper Netscreen'/><title type='text'>Screen OS Snoop</title><content type='html'>The snoop command is the closest you will get to a tcpdump on a Netscreen running ScreenOS. It will display requested info on all traversing interfaces.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;clear dbuf &lt;/span&gt;   clears the debug output&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;snoop     &lt;/span&gt;enables snoop&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;snoop filter ip&lt;/span&gt; &lt;ip&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        snoop filter ip 10.10.0.1 port 22 interface Untrust direction both&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;        snoop filter ip src-ip 10.1.2.1 dst-ip 192.168.1.2 src-port 80&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;snoop detail len 1514&lt;/span&gt;             turns on full packet capture(as opposed to headers)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;snoop off&lt;/span&gt;          turns off snoop&lt;br /&gt;&lt;br /&gt;Snoop info displays the snoop status&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;get bd stream&lt;/span&gt;        displays L2,3 and 4 headers of each incoming (i) and outgoing (o) packet.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;get db stream &gt; tftp        &lt;/span&gt;send output to tftp&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Sample output: Here is an example of a packet entering on eth1/2 (i) and exiting on eth1/1(o). It also shows that the destination is also translated.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;11358520.0: ethernet1/2(i) len=98:0006d6b83019-&gt;0010dbff2080/0800&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;10.1.1.1 -&gt; 192.168.1.1/1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;vhl=45, tos=00, id=0, frag=4000, ttl=42 tlen=84&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;icmp:type=8, code=0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;11358520.0: ethernet1/1(o) len=98:0010dbff2070-&gt;002347b4ce80/0800&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;10.1.1.1 -&gt; 172.16.1.1/1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;vhl=45, tos=00, id=0, f&lt;/span&gt;&lt;/ip&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-1663269909330699961?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/1663269909330699961/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/screen-os-snoop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1663269909330699961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1663269909330699961'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/screen-os-snoop.html' title='Screen OS Snoop'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-4748953938221839187</id><published>2010-03-07T13:06:00.000-08:00</published><updated>2011-05-16T09:31:53.537-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='NSM'/><category scheme='http://www.blogger.com/atom/ns#' term='Juniper Netscreen'/><title type='text'>Adding or removing static routes in NSM</title><content type='html'>Networks&amp;gt; Virtual Routes&lt;br /&gt;From here double click on the virtual router that contains the route in question.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-4748953938221839187?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/4748953938221839187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/adding-or-removing-static-routes-in-nsm.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4748953938221839187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/4748953938221839187'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/adding-or-removing-static-routes-in-nsm.html' title='Adding or removing static routes in NSM'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-858038581873740512</id><published>2010-03-07T13:03:00.000-08:00</published><updated>2010-03-07T13:04:25.571-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Changing the ASDM and SSL VPN port on the Cisco ASA</title><content type='html'>This command is useful when implementing SSL VPN, which uses tcp port 443 by default.&lt;br /&gt;&lt;br /&gt;ASA(config)# http server enable 444&lt;br /&gt;ASA(config)# http 100.100.100.1 255.255.255.255 outside&lt;br /&gt;ASA(config)# webvpn&lt;br /&gt;ASA(config-webvpn)# enable outside&lt;br /&gt;For the above scenario, ASDM listens on port 444 while SSL VPN uses the default port 443. With this configuration, the remote administrator user on address 100.100.100.1 initiates ASDM sessions by entering https://&lt;outside-address&gt;:444 in the browser. Normal SSL VPN users initiate SSL VPN sessions by entering https://&lt;outside-address&gt;&lt;br /&gt;B. Change the port of SSL VPN&lt;br /&gt;ASA(config)# http server enable&lt;br /&gt;ASA(config)# http 100.100.100.1 255.255.255.255 outside&lt;br /&gt;ASA(config)# webvpn&lt;br /&gt;ASA(config-webvpn)# port 444&lt;br /&gt;ASA(config-webvpn)# enable outside&lt;br /&gt;For the above scenario, ASDM listens on default port 443 while SSL VPN uses port 444. With this configuration, the remote administrator user on address 100.100.100.1 initiates ASDM sessions by entering https://&lt;outside-address&gt; in the browser. Normal SSL VPN users initiate SSL VPN sessions by entering https://&lt;outside-address&gt;:444&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-858038581873740512?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/858038581873740512/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/changing-asdm-and-ssl-vpn-port-on-cisco.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/858038581873740512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/858038581873740512'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/changing-asdm-and-ssl-vpn-port-on-cisco.html' title='Changing the ASDM and SSL VPN port on the Cisco ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5297289352453270909</id><published>2010-03-07T13:00:00.000-08:00</published><updated>2010-03-07T13:02:24.390-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Cisco Anyconnect sample config</title><content type='html'>config t&lt;br /&gt;webvpn&lt;br /&gt; svc image disk0:/anyconnect-win-2.0.0343-k9.pkg 1&lt;br /&gt;! this is a customerized vpn profile, if client does not needed, you can remove the following line using cisco default&lt;br /&gt;! svc profiles VitalProf disk0:/vpn-vig-tdc.xml&lt;br /&gt; tunnel-group-list enable&lt;br /&gt; enable outside&lt;br /&gt; svc enable&lt;br /&gt;exit&lt;br /&gt;ip local pool SSLClientPool 192.168.100.1-192.168.100.50 mask 255.255.255.0&lt;br /&gt;access-list NONAT extended permit ip 192.168.5.0 255.255.255.0 192.168.100.0 255.255.255.0&lt;br /&gt;access-list vpnssl-split extended permit ip 192.168.5.0 255.255.255.0 192.168.100.0 255.255.255.0&lt;br /&gt;nat (inside) 0 access-list NONAT&lt;br /&gt;username userA password test123&lt;br /&gt;username userA attributes&lt;br /&gt; service-type remote-access&lt;br /&gt;exit&lt;br /&gt;username userB password test12345&lt;br /&gt;username userB attributes&lt;br /&gt; service-type remote-access&lt;br /&gt;exit&lt;br /&gt;group-policy SSLCLientPolicy internal&lt;br /&gt;group-policy SSLCLientPolicy attributes&lt;br /&gt; dns-server value 192.168.1.51 192.168.1.61&lt;br /&gt; wins-server value 192.168.1.51 192.168.1.61&lt;br /&gt; address-pools value SSLClientPool&lt;br /&gt; split-tunnel-policy tunnelspecified&lt;br /&gt; split-tunnel-network-list value vpnssl-split&lt;br /&gt; webvpn&lt;br /&gt;   vpn-tunnel-protocol svc&lt;br /&gt;   svc keep-installer installed&lt;br /&gt;  !svc profiles value VitalProf&lt;br /&gt;exit&lt;br /&gt;&lt;br /&gt;sysopt connection permit-vpn&lt;br /&gt;tunnel-group SSLClientProfile type remote-access&lt;br /&gt;tunnel-group SSLClientProfile general-attributes&lt;br /&gt; default-group-policy SSLCLientPolicy&lt;br /&gt;tunnel-group SSLClientProfile webvpn-attributes&lt;br /&gt; group-alias SSLVPNClient enable&lt;br /&gt;exit&lt;br /&gt;wr mem&lt;br /&gt;wr stand&lt;br /&gt;&lt;br /&gt;debug command&lt;br /&gt;sh vpn-sessiondb svc,&lt;br /&gt;please be noticed, the default license for asa for web vpn or ssl vpn is only 2, you need to notify the client for this license limitation&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5297289352453270909?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5297289352453270909/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/cisco-anyconnect-sample-config.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5297289352453270909'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5297289352453270909'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/cisco-anyconnect-sample-config.html' title='Cisco Anyconnect sample config'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6620611724243964165</id><published>2010-03-07T12:56:00.000-08:00</published><updated>2010-04-25T08:41:04.367-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Creating a Read Only SPLAT user</title><content type='html'>&lt;b&gt;Creating a user&lt;/b&gt;&lt;br /&gt;1. SSH to the firewall where account will be setup on.&lt;br /&gt;2. From the command line type “adduser &lt;username&gt;”, here we will add the user with username testuser. The command should read “adduser testuser”&lt;br /&gt;3. Input the desired password when prompted to do so&lt;/username&gt;&lt;br /&gt;&lt;username&gt;&lt;br /&gt;&lt;b&gt;Changing the users shell&lt;/b&gt;&lt;br /&gt;1. Open the passwd file for editing by typing “vi /etc/passwd”&lt;br /&gt;2. Find the line corresponding to the user you just created. If you have created a user with username “testuser”, the line you are looking for is “testuser:x:0:0::/home/test:/bin/cpshell”&lt;br /&gt;3. Change the users shell, to do this we will change “/bin/cpshell” to “&lt;path new="" shell="" to=""&gt;/path/to/shell”.&lt;br /&gt;Before the change the line should read:&lt;br /&gt;“testuser:x:0:0::/home/test:/bin/cpshell”&lt;br /&gt;After the change the line will read:&lt;br /&gt;“testuser:x:0:0::/home/test:/etc/scripts/myshell.sh”&lt;/path&gt;&lt;/username&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6620611724243964165?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6620611724243964165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/creating-read-only-splat-user.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6620611724243964165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6620611724243964165'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/creating-read-only-splat-user.html' title='Creating a Read Only SPLAT user'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-1855416125088656948</id><published>2010-03-07T12:53:00.000-08:00</published><updated>2010-03-07T12:55:36.968-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Modifying the SPLAT Webmanager port</title><content type='html'>The SecurePlatform WebUI default access port is HTTPS 443.&lt;br /&gt;&lt;br /&gt;To change it, log in to the SecurePlatform CLI in Standard mode, and run the following command:&lt;br /&gt;&lt;br /&gt;webui enable&lt;br /&gt;&lt;br /&gt;The firewall presents the following output:&lt;br /&gt;&lt;br /&gt;Shutting down cp_http_server_wd [OK]&lt;br /&gt;&lt;br /&gt;Shutting down cpwmd_wd [OK]&lt;br /&gt;&lt;br /&gt;Running cp_http_server_wd [OK]&lt;br /&gt;&lt;br /&gt;Running cpwmd_wd [OK]&lt;br /&gt;&lt;br /&gt;To disable access to the WebUI, run the command:&lt;br /&gt;&lt;br /&gt;webui disable&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-1855416125088656948?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/1855416125088656948/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/modifying-splat-webmanager-port.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1855416125088656948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1855416125088656948'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/modifying-splat-webmanager-port.html' title='Modifying the SPLAT Webmanager port'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2449497106824986246</id><published>2010-03-03T18:41:00.000-08:00</published><updated>2010-03-03T18:42:47.229-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco ASA'/><title type='text'>Creating a self signed SSL vertificate on an ASA</title><content type='html'>asa(config)#crypto key generate rsa label sslvpnkey &lt;br /&gt;asa(config)#crypto ca trustpoint localtrust &lt;br /&gt;asa(config-ca-trustpoint)#enrollment self &lt;br /&gt;asa(config-ca-trustpoint)#fqdn sslvpn. mycompany.com &lt;br /&gt;asa(config-ca-trustpoint)#subject-name CN=sslvpn.mycompany.com &lt;br /&gt;asa(config-ca-trustpoint)#keypair sslvpnkey &lt;br /&gt;asa(config-ca-trustpoint)#crypto ca enroll localtrust noconfirm &lt;br /&gt;asa(config)# ssl trust-point localtrust outside&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Show crypto ca certificate     displays the cert&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2449497106824986246?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2449497106824986246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/creating-self-signed-ssl-vertificate-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2449497106824986246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2449497106824986246'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/creating-self-signed-ssl-vertificate-on.html' title='Creating a self signed SSL vertificate on an ASA'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-7295829642366062922</id><published>2010-03-03T10:19:00.001-08:00</published><updated>2010-03-03T10:20:57.820-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Checkpoint port list</title><content type='html'>&lt;p face="Calibri" size="11pt" style="margin: 0in;"&gt;TCP 256: CA and DH key exchange, net topology fetch on older SC versions, and port used to push policy to remote firewalls.&lt;br /&gt;&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 257: Logging&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 258: Mgt console&lt;span style=""&gt;  &lt;/span&gt;listens for remote GUI connections&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 259: Client Auth via telnet&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;UDP 259: manages encrypted sessions&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;UDP 260: SNMP for the Checkpoint daemon&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 262: Single Sign-on daemon. &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 264: SC topology fetch.&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;UDP 500: ISAKMP&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 900: HTTP client auth.&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 4532: Session Auth agent&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 18181: Content Vectoring Protocol&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 18182: URL Filtering Protocol.&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 18183: Suspecious Activity Monitoring for IPS.&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 18186: SIC between OPSEC products and the gateway.&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 18190: Gateway listens for management clients.&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 18191: CPD process for communications such as policy installation and certificate revocation. &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;TCP 18192: CPD monitoring&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-7295829642366062922?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/7295829642366062922/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/checkpoint-port-list.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7295829642366062922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/7295829642366062922'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/checkpoint-port-list.html' title='Checkpoint port list'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2764279673964314314</id><published>2010-03-03T10:03:00.001-08:00</published><updated>2010-03-03T10:03:47.467-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkpoint'/><title type='text'>Trobleshooting the Checkpoint Daemon (CPD)</title><content type='html'>The cpd process is responsible for all inter-module communications, and  therefore plays a role in SIC initilization.&lt;br /&gt;&lt;br /&gt;To check whether the  Checkpoint Daemon (cpd) is running, run the following command:&lt;br /&gt;&lt;span style="font-style: italic;"&gt;ps -aux | grep cpd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The&lt;span style="font-style: italic;"&gt; &lt;/span&gt;&lt;span style="font-family: Calibri; font-style: italic;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;cpwd_admin  list &lt;/span&gt; command will also display the status of the daemon.&lt;br /&gt;&lt;br /&gt;Cat the &lt;span style="font-style: italic;"&gt;$CPDIR/log/cpd.elg&lt;/span&gt; file. Look for  any indication of a problem.&lt;br /&gt;&lt;br /&gt;To restart the daemon:&lt;br /&gt; &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;$CPDIR/bin/cpd &amp;amp;&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;To debug the  daemon (for example, if the daemon is stopping):&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;  &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;cpd_admin debug on TDERROR_ALL_ALL=5 ; cpd_admin debug on OPSEC_DEBUG_LEVEL=3&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;  &lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Once  CPD dies on both, they should come back up in non-debug mode, but just to be safe  run...&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;cpd_admin debug off ; cpd_admin debug off&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Next generate a cpinfo and send the results to  Checkpoint:&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;cpinfo -z -o &lt;filename&gt;&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;Also you can enable a CPD daemon core dump  by doing the following:&lt;br /&gt;1) Run 'um_core enable'&lt;br /&gt;2) Run 'ulimit -c  unlimited'&lt;br /&gt;3) reboot&lt;br /&gt;&lt;/p&gt;      Once the daemon dies again, the core will be dumped to&lt;span style="font-style: italic;"&gt; /var/log/dump/usermode&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2764279673964314314?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2764279673964314314/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/03/trobleshooting-checkpoint-daemon-cpd.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2764279673964314314'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2764279673964314314'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/03/trobleshooting-checkpoint-daemon-cpd.html' title='Trobleshooting the Checkpoint Daemon (CPD)'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-1179520113323764273</id><published>2010-02-15T09:26:00.001-08:00</published><updated>2010-10-18T08:55:14.000-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='tcpdump'/><title type='text'>Display top sources using tcpdump</title><content type='html'>If you need to know the top sources of traffic in real time, you can run the following command:&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;tcpdump -tnn -c 20000 -i eth0 | awk -F "." '{print $1"."$2"."$3"."$4}' | sort | uniq -c | sort -nr | awk ' $1 &amp;gt; 100 '&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Replace eth0 with the name of the interface that you are working on and change 20000 to a higher number if you want to capture more traffic.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Sample output:&lt;/span&gt;&lt;br /&gt;tcpdump: listening on eth3c0&lt;br /&gt;363 I 204.&lt;ip suppressed=""&gt;1.1.1&lt;br /&gt;287 O 212.1.1.1&lt;ip suppressed=""&gt;&lt;br /&gt;161 I 204.1.1.1&lt;ip suppressed=""&gt;&lt;br /&gt;152 O 204.1.1.1&lt;ip suppressed=""&gt;&lt;br /&gt;137 I 204.1.1.1&lt;ip suppressed=""&gt;&lt;br /&gt;122 I 204.1.1.1&lt;ip suppressed=""&gt;&lt;br /&gt;105 O 203.1.1.1&lt;ip suppressed=""&gt;&lt;br /&gt;89 O 10.1.1.1&lt;ip suppressed=""&gt;&lt;br /&gt;56 O 10.1.1.1&lt;ip suppressed=""&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-1179520113323764273?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/1179520113323764273/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/02/display-top-sources-using-tcpdump.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1179520113323764273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/1179520113323764273'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/02/display-top-sources-using-tcpdump.html' title='Display top sources using tcpdump'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-2274247504139621533</id><published>2010-02-15T09:24:00.000-08:00</published><updated>2010-02-15T09:33:30.926-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='tcpdump'/><title type='text'>Display top destination ports using tcpdump</title><content type='html'>&lt;span style="text-decoration: underline; font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;tcpdump -tnn -c 2000 -i eth2c0 | awk -F "." '{print $9}' | awk -F ":" '{print $1}' | sort | uniq -c | sort -nr | awk ' $1 &gt; 50 '&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Modifying the script to fit your needs:&lt;br /&gt;&lt;br /&gt;-c is the number of packets to capture&lt;br /&gt;&lt;br /&gt;-i is the interface to capture on&lt;br /&gt;&lt;br /&gt;"&gt; 50"  will display the counts over 50&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Sample output:&lt;/span&gt;&lt;br /&gt;hafw1[admin]# tcpdump -tnn -c 2000 -i eth2c0 | awk -F "." '{print $9}' | awk -F ":" '{print $1}' | sort | uniq -c | sort -nr | awk ' $1 &gt; 10 '&lt;br /&gt;tcpdump: listening on eth2c0&lt;br /&gt;442 80&lt;br /&gt;151 443&lt;br /&gt;129 8443&lt;br /&gt;128 1749&lt;br /&gt;71 1748&lt;br /&gt;53 4620&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-2274247504139621533?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/2274247504139621533/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/02/display-top-destination-ports-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2274247504139621533'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/2274247504139621533'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/02/display-top-destination-ports-using.html' title='Display top destination ports using tcpdump'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5607962412446678042</id><published>2010-02-01T09:51:00.001-08:00</published><updated>2010-03-30T14:30:15.902-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Content Filtering'/><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><title type='text'>BlueCoat appliance LED guide</title><content type='html'>&lt;span style="font-family:Calibri;"&gt;LED reference guide:&lt;br /&gt;&lt;/span&gt;  &lt;p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;"&gt;210 Model:&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Disk LED:&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Green- drive being accessed&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Off- no disk activity&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Net Adapter:&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Off- no link&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Green- Link is up&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Flashing green to amber- Link is up and network activity is occuring&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;System indicator:&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Off- nothing to report or not powered on&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Green- Unit is healthy&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Amber- Unit is unhealthy. Perform maintenance check before it becomes critical&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Flashing green to amber- critically unhealthy&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;"&gt;510/810 Model:&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Disk drive:&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Off-drive not connected&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Green-drive being accessed&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;Solid amber-drive not well&lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt; &lt;/p&gt;  &lt;p style="margin: 0in; font-family: Calibri; font-size: 11pt;"&gt;LCD display- illuminates when the Proxy SG is powered up. The front panel LCD turns off after 30 seconds. This is configurable. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5607962412446678042?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5607962412446678042/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/02/bluecoat-appliance-led-guide.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5607962412446678042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5607962412446678042'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/02/bluecoat-appliance-led-guide.html' title='BlueCoat appliance LED guide'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-5235956983293781336</id><published>2010-02-01T09:48:00.000-08:00</published><updated>2010-03-30T14:30:45.046-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Content Filtering'/><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><category scheme='http://www.blogger.com/atom/ns#' term='Command Reference'/><title type='text'>Defining proxy rules on the Proxy SG</title><content type='html'>&lt;p class="MsoNormal" style=""&gt;&lt;span style="font-size:100%;"&gt;The Visual Policy Manager (VPM) is graphical policy editor included with the Proxy&lt;i&gt;SG&lt;/i&gt;. VPM allows&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-size:100%;"&gt;you to define Web access and resource control policies without having an in-depth knowledge of Blue&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-size:100%;"&gt;Coat Systems Content Policy Language (CPL) and without the need to manually edit policy files.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;This chapter&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;Policies tell the Proxy SG what to do with intercepted traffic. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;Traffic can be forwarded, blocked, redirected to another host or port, sent for webfiltering or AV scanning, etc.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;Standard policies are created in the Visual Policy Manager and more complex policies are configured on the command line CPL (not covered here).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;Like most policies, the VPN is read from top down in the following order:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="color: rgb(0, 0, 159);font-size:100%;" &gt;• &lt;/span&gt;&lt;span style=";font-size:100%;color:black;"  &gt;Administration Authentication—Determines how administrators accessing Proxy&lt;i&gt;SG &lt;/i&gt;must&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style=";font-size:100%;color:black;"  &gt;authenticate.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="color: rgb(0, 0, 159);font-size:100%;" &gt;• &lt;/span&gt;&lt;span style=";font-size:100%;color:black;"  &gt;Administration Access—Determines who can access the Proxy&lt;i&gt;SG &lt;/i&gt;to perform administration&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style=";font-size:100%;color:black;"  &gt;tasks.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="color: rgb(0, 0, 159);font-size:100%;" &gt;• &lt;/span&gt;&lt;span style=";font-size:100%;color:black;"  &gt;DNS Access—Determines how the Proxy&lt;i&gt;SG &lt;/i&gt;processes DNS requests.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="color: rgb(0, 0, 159);font-size:100%;" &gt;• &lt;/span&gt;&lt;span style=";font-size:100%;color:black;"  &gt;SOCKS Authentication—Determines the method of authentication for that access the proxy&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style=";font-size:100%;color:black;"  &gt;through SOCKS.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="color: rgb(0, 0, 159);font-size:100%;" &gt;• &lt;/span&gt;&lt;span style=";font-size:100%;color:black;"  &gt;Web Authentication—Determines whether user clients that access the proxy or the Web must&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style=";font-size:100%;color:black;"  &gt;authenticate.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="color: rgb(0, 0, 159);font-size:100%;" &gt;• &lt;/span&gt;&lt;span style=";font-size:100%;color:black;"  &gt;Web Access—Determines what user clients accessing the proxy or the Web can access and any&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style=";font-size:100%;color:black;"  &gt;restrictions that apply.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="color: rgb(0, 0, 159);font-size:100%;" &gt;• &lt;/span&gt;&lt;span style=";font-size:100%;color:black;"  &gt;Web Content—Determines caching behavior, such as verification and ICAP redirection.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="color: rgb(0, 0, 159);font-size:100%;" &gt;• &lt;/span&gt;&lt;span style=";font-size:100%;color:black;"  &gt;Forwarding—Determines forwarding hosts and methods. &lt;/span&gt;&lt;span style="font-size:100%;"&gt;Unlike most policies, each policy can have multiple layers. For example, there can be several Web Authentication layers. In the event that multiple layers exist, enforcement is read from left to right. When a hit is made on a particular layer, it then proceeds to the next layer to the right. THE ACTION OF THE LAST LAYER WILL BE ENFORCED.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;NOTE:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;If a policy is configured to bypass, the proxy traffic must be transparent since all explicit traffic is directed to the proxy server itself and a bypass rule is telling the proxy to ignore this traffic.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;After new policies are created, they must be installed by selecting File&gt;Install Policies. If this is not done, all new policies will be lost once the VPM is closed. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;span style="font-size:100%;"&gt;However new rules can be created and disabled.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-5235956983293781336?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/5235956983293781336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/02/defining-proxy-rules-on-proxy-sg.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5235956983293781336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/5235956983293781336'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/02/defining-proxy-rules-on-proxy-sg.html' title='Defining proxy rules on the Proxy SG'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5582341920102159412.post-6443114688945560170</id><published>2010-02-01T09:47:00.000-08:00</published><updated>2010-02-01T09:48:15.780-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BlueCoat'/><category scheme='http://www.blogger.com/atom/ns#' term='Command Reference'/><title type='text'>Defining proxied services on the Proxy SG</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;Service Groups dictate whether policy is bypassed or intercepted and are defined by port and address range.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;Additionally, there is a port detection utility that can be used to detect services over non-standard ports.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;Services are configured in the following location:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;Configuration&gt; Services&gt;Proxy Services.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;If a service is not defined here, it will not be proxied (bypassed).&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;The proxy drop down in the service creation screen defines which proxy service (aka client worker) handles the traffic. For example, if an http service is created and the proxy service is TCP-Tunnel, the traffic will be evaluated at the tcp layer only. If HTTP is selected, more checks can be performed on the traffic.&lt;br /&gt;&lt;span style="font-size: 10pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;If there are overlapping services, the more specific service will be used (for example if one service uses a network and the other uses a host, and both match traffic, the host configuration will be used).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt;"&gt;If a service is configured to intercept traffic, policies are checked to determine the action.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Calibri;"&gt;If the client connects explicitly to the ProxySG but there is not a service matching that connection that is set to intercept, the connection is refused and the client displays an error.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Calibri;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Calibri;"&gt;When the client is transparently proxied, there is a difference between bridging mode and all other transparent proxy deployments. In bridging mode the traffis is allowed to reach the requested origin content server. For all other deployments, verify that the settting ENABLE IP FORWARDING in the management console under Config&gt;Network&gt;Routing&gt;gateways is checked. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Calibri;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Calibri;"&gt;Traffic flow:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Calibri;"&gt;1.All traffic is processed at the network layer. If traffic matched the bypass list the traffic is passed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0.0001pt;"&gt;&lt;span style="font-size: 10pt; font-family: Calibri;"&gt;2.The remaining traffic is processed at the service level. If it matches an intercept, the proces moves to step 3.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;span style="font-size: 10pt; font-family: Calibri;"&gt;3.Intercepted traffic goes through policy processing.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5582341920102159412-6443114688945560170?l=www.netleets.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.netleets.com/feeds/6443114688945560170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.netleets.com/2010/02/defining-proxied-services-on-proxy-sg.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6443114688945560170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5582341920102159412/posts/default/6443114688945560170'/><link rel='alternate' type='text/html' href='http://www.netleets.com/2010/02/defining-proxied-services-on-proxy-sg.html' title='Defining proxied services on the Proxy SG'/><author><name>Jerome</name><uri>http://www.blogger.com/profile/05159276767938275083</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
