<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Firewall on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/firewall/</link>
    <description>Recent content in Firewall on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 12 Mar 2010 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://a996c8ee.aww-3cz.pages.dev/tags/firewall/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ASA 8.3.1 – Smart Tunnel and NAT Changes</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/03/asa-8-3-1-smart-tunnel-and-nat-changes/</link>
      <pubDate>Fri, 12 Mar 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/03/asa-8-3-1-smart-tunnel-and-nat-changes/</guid>
      <description>&lt;p&gt;&lt;em&gt;I’ll start off with a warning.  I’ve been running 8.3.1 on my home 5505 for a few hours now.  Not only is this not really enough time for a thorough review, it’s also not the environment to test enterprise-level configurations.  There are also a lot of details missing that I just don’t know about yet, so please do some research on your own to figure out what’s going to break if you upgrade your ASA.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Port Forwarding on the ASA/FWSM/PIX</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/05/port-forwarding-on-the-asafwsmpix/</link>
      <pubDate>Tue, 27 May 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/05/port-forwarding-on-the-asafwsmpix/</guid>
      <description>&lt;p&gt;Here&amp;rsquo;s a simple one since I haven&amp;rsquo;t updated in a while. I have my ASA 5505 at home and want to forward TCP/80 traffic to my public IP to my webserver at 10.10.10.10. There are two steps here &amp;ndash; forward the port and open the ACL.&lt;/p&gt;&#xA;&lt;p&gt;To forward the port, I would use the &lt;em&gt;static&lt;/em&gt; directive, but there are two ways to do that. I can either set up a one-to-one NAT or a port redirection. In the one-to-one NAT, you have a outside address that&amp;rsquo;s mapped directly to an inside address, and any traffic to that IP is passed to the inside host (if it passes ACLS, of course). One of the limitation, though, of using this setup is that you can&amp;rsquo;t use that IP as your PAT address, and, since I only have one IP, no other inside hosts would have a outside address to which to be NATted. The other method &amp;ndash; port redirection &amp;ndash; is a much better solution. In this setup, I actually forward a protocol/port on a outside address to a protocol/port on an inside address. Since there are other ports available on that outside address, the address is still available for other hosts to use as a NAT address.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Started with the FWSM</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/05/getting-started-with-the-fwsm/</link>
      <pubDate>Thu, 01 May 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/05/getting-started-with-the-fwsm/</guid>
      <description>&lt;p&gt;Have I talked about the Cisco Firewall Services Module (FWSM) before? It&amp;rsquo;s a firewall on a module for the 6500 and is based on the PIX firewall. The term &amp;ldquo;based on&amp;rdquo; is important here, since it does a lot of stuff the PIX does but everything. It obviously does connection inspection and filtering, but it does not do any VPN stuff. It&amp;rsquo;s not a license thing; it just won&amp;rsquo;t do it. If you want to do VPNs on the 6500, you have to get the IPSec VPN Service Module.  The VPN thing isn&amp;rsquo;t true, actually.  I believe version 3.1 and higher has support for VPNs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ASA &#43; HSRP/VRRP/GLBP = undef</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/04/asa-hsrpvrrpglbp-undef/</link>
      <pubDate>Sat, 05 Apr 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/04/asa-hsrpvrrpglbp-undef/</guid>
      <description>&lt;p&gt;I use Google Analytics to track the 2 or 3 hits I get a day, and sometimes I see some interesting search terms. Yesterday, some googled up the term &amp;ldquo;does the ASA 5505 run HSRP&amp;rdquo;; I think that deserves a short article.&lt;/p&gt;&#xA;&lt;p&gt;The ASA and PIX firewalls don&amp;rsquo;t actually run any of the usual HA solutions you use on routers. They don&amp;rsquo;t do HSPR, VRRP, or GLBP at all. Since firewalls have all sorts of state tables, connection tables, translation tables, blah, blah, blah, they need to share more information than just if they&amp;rsquo;re alive or not, so they use different methods to provide HA.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DHCP on the ASA 5505</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/04/dhcp-on-the-asa-5505/</link>
      <pubDate>Thu, 03 Apr 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/04/dhcp-on-the-asa-5505/</guid>
      <description>&lt;p&gt;Let&amp;rsquo;s keep going with &lt;a href=&#34;http://aconaway.com/2008/04/01/setting-up-vlans-on-an-asa-5505/&#34; title=&#34;AConaway.com -- Setting Up VLANs on an ASA 5505&#34;&gt;our example setup on the ASA 5505&lt;/a&gt; and set up DHCP on this guy. You can set it up to either forward (relay) DHCP requests to a DHCP server somewhere or have it be the DHCP server. Let&amp;rsquo;s do it.&lt;/p&gt;&#xA;&lt;p&gt;To set up DHCP forwarding, you have to configure where the DHCP server is and then enable the relaying on the proper interfaces. Let&amp;rsquo;s say we have a DHCP server on the inside interface at 192.168.14.11 and we want it to serve IPs to the &lt;em&gt;guests&lt;/em&gt; network. Setting up the DHCP server is beyond the scope here, so you&amp;rsquo;ll have to look elsewhere on how to set that up.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Setting Up VLANs on an ASA 5505</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/04/setting-up-vlans-on-an-asa-5505/</link>
      <pubDate>Tue, 01 Apr 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/04/setting-up-vlans-on-an-asa-5505/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve had my ASA 5505 in place at home on my Comcast cable for a few weeks now, and, let me tell you, this thing rocks. I did, however, have a few problems finding a clear answer on how I could set up my VLANs. It turns out that the base license on the ASA 5505 comes with a few restrictions with regards to VLANning &amp;ndash; in particular the number of VLANs and the number of trunks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Default Route via DHCP on an ASA 5505</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/default-route-via-dhcp-on-an-asa-5505/</link>
      <pubDate>Sat, 22 Mar 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/default-route-via-dhcp-on-an-asa-5505/</guid>
      <description>&lt;p&gt;I finally got my ASA 5505 up and running at the house, but I ran into a little problem &amp;ndash; the box wouldn&amp;rsquo;t add the DHCP-provided default route into its routing table.  That one threw me for a loop since the box is made for SOHOs, but it makes sense in some corporate, lazy way.&lt;/p&gt;&#xA;&lt;p&gt;I got an IP from the DHCPD on the 5505, but I couldn&amp;rsquo;t get to the Internet.  I checked the console, and it had an IP from the provider, so I checked ACLs; those were fine.  I looked at the log and found this.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NAT on a PIX/ASA</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/nat-on-a-pixasa/</link>
      <pubDate>Thu, 13 Mar 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/nat-on-a-pixasa/</guid>
      <description>&lt;p&gt;NATting sucks and can be confusing. I&amp;rsquo;m sure everyone agrees to that, but you have to use it at some times. In a PIX/ASA, it&amp;rsquo;s easy to configure a simple setup, but can be super-complicated in larger networks. In a simple lab, we have set up an ASA with inside and outside interfaces, with the inside as your internal and outside as the Internet.&lt;/p&gt;&#xA;&lt;p&gt;The NAT setup here is easy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Commenting Access-lists</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/commenting-access-lists/</link>
      <pubDate>Wed, 12 Mar 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/03/commenting-access-lists/</guid>
      <description>&lt;p&gt;There&amp;rsquo;s a very-overlooked feature of access-lists &amp;ndash; the remark. Yes, this is very basic, but it&amp;rsquo;s worth mentioning, as it has saved me anguish time and time again.&lt;/p&gt;&#xA;&lt;p&gt;I use remarks to document each line of an ACL (on IOS, PIX, FWSM, ASA, etc.) so that when I go back later, I actually know what I did. They&amp;rsquo;re simple to use, and, I promise you, you&amp;rsquo;ll thank yourself for using it when the CTO asks why access to TCP/80 is open from the Internet to the development server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Can&#39;t Login to Your ASA via SSH or Telnet?</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/02/cant-login-to-your-asa-via-ssh-or-telnet/</link>
      <pubDate>Mon, 18 Feb 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/02/cant-login-to-your-asa-via-ssh-or-telnet/</guid>
      <description>&lt;p&gt;I deployed a Cisco ASA at a location and couldn&amp;rsquo;t get logged in via SSH. I would get prompted, but, no matter what username/password I put in, it would just reject me. After some digging, it turns out that I forgot this command.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;aaa authentication ssh console LOCAL&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;When I put this in, it let me right in as expected. I have no clue what the deal was. I guess I assumed that the ASA would use the local userbase if a AAA service wasn&amp;rsquo;t configured. I guessed wrong.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
