<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Basic firewall setup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407982#M736809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To ping from outside to inside you will need a static NAT translation, can you add this back into your config -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;static (inside,outside) 10.18.1.2 10.18.1.2 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and retest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2010 13:18:34 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2010-02-18T13:18:34Z</dc:date>
    <item>
      <title>Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407977#M736788</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to Cisco firewalls and so apologise if this is a stupid question....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set up a firewall following the "Securing networks with ASA" cisco press book, but I can get no traffic to traverse my firewall. It is an ASA 5510, and I just want to be able to ping across the device (atleast this would be a great start!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my config:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;ASA Version 8.0(5)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; speed 10&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; speed 10&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.18.1.1 255.255.0.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;access-list acl_outside extended permit ip any any&lt;BR /&gt;access-list acl_inside extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging buffered debugging&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any outside&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;access-group acl_outside in interface outside&lt;BR /&gt;access-group acl_inside in interface inside&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have a laptop in the correct network directly connected to each configured interface, I can see them if i do a "sh arp". They can both ping their local gateway, and I have disabled local firewalls on those hosts. The firewall builds the ICMP connection (I see this in the logs) but I get no replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tried adding the following for my inside host:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;static (inside,outside) 10.18.1.2 10.18.1.2 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And alternatively:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;global (outside) 1 interface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;nat (inside) 1 0 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i enable debug icmp trace I can see the echo-request packets hitting the firewall, but no replies. I can also see the output counter incrementing on the egress interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ip any any's are there just for testing too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some ways I hope this is a very simple issue, because it is driving me crazy and I just want to get it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance, and please let me know if you would like any further info or output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:11:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407977#M736788</guid>
      <dc:creator>jacobs_son</dc:creator>
      <dc:date>2019-03-11T17:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407978#M736791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assumng both the outside and inside interfaces are showing as up then are you sure you do not have a personal firewall enabled on the PC that would be blocking ICMP requests ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other then i'm assuming you have set the correct default-gateways on the PCs ie. their respective firewall interfaces ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 16:36:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407978#M736791</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-02-17T16:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407979#M736796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have definitely disabled the personal firewall on both laptops. They are both clean builds (windows firewall disabled), and I was using them to test other features with this same firewall yesterday. All I have done is flash the firewall config and go from scratch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only software on 1 of the laptops is an ftp server that I have used before to upload files to other devices, so I know connections are allowed in to that laptop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the inside and outside interfaces are up, and i can ping those interfaces successfully from each laptop. Those laptops are configured with addresses in the correct subnet (192.168.1.0/24 and 10.18.1.0/16), with the correct gateway. When I execute a ping from either side, I see the ICMP connection being built in the logs, and the echo-request going through on the icmp debug. As I mentioned above, I also see the output counter going up on either egress interface, and the translation being built when the NAT config is in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just get no reply either way... (and I can't connect to the FTP server either! TCP connection goes out, then teardown due to SYN timeout)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 18:35:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407979#M736796</guid>
      <dc:creator>jacobs_son</dc:creator>
      <dc:date>2010-02-17T18:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407980#M736802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;James&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a quick test - can you ping each PC from the firewall ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 18:44:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407980#M736802</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-02-17T18:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407981#M736806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can now ping the moutside host from the inside host and the firewall, (AV client was block the reply from that one...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still can't ping the inside host from outside, or from the firewall, but I can from our production network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what im missing to allow traffic inbound to the inside host?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 09:47:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407981#M736806</guid>
      <dc:creator>jacobs_son</dc:creator>
      <dc:date>2010-02-18T09:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407982#M736809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To ping from outside to inside you will need a static NAT translation, can you add this back into your config -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;static (inside,outside) 10.18.1.2 10.18.1.2 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and retest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 13:18:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407982#M736809</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-02-18T13:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407983#M736815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already have a static in the config for it, and still can't ping from Outside. Should I not be able to ping it from the firewall anyway?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the output counter going up on the inside interface, just still not getting a reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config now looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ASA Version 8.0(5)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.18.1.1 255.255.0.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;access-list acl_outside extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging buffered debugging&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any outside&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;static (inside,outside) 10.18.1.2 10.18.1.2 netmask 255.255.255.255&lt;BR /&gt;access-group acl_outside in interface outside&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:b3f43531b9958ece808e647c1d476ca6&lt;BR /&gt;: end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 13:53:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407983#M736815</guid>
      <dc:creator>jacobs_son</dc:creator>
      <dc:date>2010-02-18T13:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407984#M736830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The logs look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%ASA-7-609001: Built local-host outside:192.168.1.2&lt;BR /&gt;%ASA-7-609001: Built local-host inside:10.18.1.2&lt;BR /&gt;%ASA-6-302020: Built inbound ICMP connection for faddr 192.168.1.2/1 gaddr 10.18.1.2/0 laddr 10.18.1.2/0&lt;BR /&gt;%ASA-6-302021: Teardown ICMP connection for faddr 192.168.1.2/1 gaddr 10.18.1.2/0 laddr 10.18.1.2/0&lt;BR /&gt;%ASA-7-609002: Teardown local-host outside:192.168.1.2 duration 0:00:04&lt;BR /&gt;%ASA-7-609002: Teardown local-host inside:10.18.1.2 duration 0:00:04&lt;/P&gt;&lt;P&gt;%ASA-7-609001: Built local-host outside:192.168.1.2&lt;BR /&gt;%ASA-7-609001: Built local-host inside:10.18.1.2&lt;BR /&gt;%ASA-6-302020: Built inbound ICMP connection for faddr 192.168.1.2/1 gaddr 10.18.1.2/0 laddr 10.18.1.2/0&lt;BR /&gt;%ASA-6-302021: Teardown ICMP connection for faddr 192.168.1.2/1 gaddr 10.18.1.2/0 laddr 10.18.1.2/0&lt;BR /&gt;%ASA-7-609002: Teardown local-host outside:192.168.1.2 duration 0:00:04&lt;BR /&gt;%ASA-7-609002: Teardown local-host inside:10.18.1.2 duration 0:00:04&lt;BR /&gt;%ASA-7-609001: Built local-host outside:192.168.1.2&lt;BR /&gt;%ASA-7-609001: Built local-host inside:10.18.1.2&lt;BR /&gt;%ASA-6-302020: Built inbound ICMP connection for faddr 192.168.1.2/1 gaddr 10.18.1.2/0 laddr 10.18.1.2/0&lt;BR /&gt;%ASA-6-302021: Teardown ICMP connection for faddr 192.168.1.2/1 gaddr 10.18.1.2/0 laddr 10.18.1.2/0&lt;BR /&gt;%ASA-7-609002: Teardown local-host outside:192.168.1.2 duration 0:00:04&lt;BR /&gt;%ASA-7-609002: Teardown local-host inside:10.18.1.2 duration 0:00:04&lt;BR /&gt;%ASA-7-609001: Built local-host outside:192.168.1.2&lt;BR /&gt;%ASA-7-609001: Built local-host inside:10.18.1.2&lt;BR /&gt;%ASA-6-302020: Built inbound ICMP connection for faddr 192.168.1.2/1 gaddr 10.18.1.2/0 laddr 10.18.1.2/0&lt;BR /&gt;%ASA-6-302021: Teardown ICMP connection for faddr 192.168.1.2/1 gaddr 10.18.1.2/0 laddr 10.18.1.2/0&lt;BR /&gt;%ASA-7-609002: Teardown local-host outside:192.168.1.2 duration 0:00:04&lt;BR /&gt;%ASA-7-609002: Teardown local-host inside:10.18.1.2 duration 0:00:04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 14:04:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407984#M736830</guid>
      <dc:creator>jacobs_son</dc:creator>
      <dc:date>2010-02-18T14:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407985#M736853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the inside directly connected to the firewall ? It sounds like it isn't because you say you can ping it from other machines in the production LAN. What default-gateway do you have on the inside host ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 16:03:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407985#M736853</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-02-18T16:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407986#M736869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mis-post &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 16:14:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407986#M736869</guid>
      <dc:creator>Gatling_uk</dc:creator>
      <dc:date>2010-02-18T16:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407987#M736882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Gatling_uk wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The laptops are both directly connected to the inside and outside interfaces. When I said "I can ping it form the production network", I meant that if I disconnect the inside host, reconfigure the NIC details and patch it in to our production network I can ping it from anywhere, and connect to the ftp server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Across this firewall, I cant reach it at all. The setup really is as simple as Laptop &amp;lt;---&amp;gt; Firewall &amp;lt;---&amp;gt; Laptop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should definitely be able to ping it from the firewall. It does sound as though something is still blocking the inbound traffic even though it pings on the production network. Your config looks fine to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets forget about the outside host for a moment as you have proved you can ping that from the inside host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) ping the firewall from the inside host&lt;/P&gt;&lt;P&gt;2) ping the inside host from the firewall&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for keep asking the same sort of questions but your config looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 16:21:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407987#M736882</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-02-18T16:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407988#M736907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 16:23:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407988#M736907</guid>
      <dc:creator>jacobs_son</dc:creator>
      <dc:date>2010-02-18T16:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Basic firewall setup</title>
      <link>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407989#M736914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can ping the firewall from the inside host, but I cannot ping the inside host from the firewall. I can ping the same host from any other network I have connected it to, and routinely use it as an FTP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there is just something strange going on with the laptop... I will find another one and test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the help so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 16:26:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-firewall-setup/m-p/1407989#M736914</guid>
      <dc:creator>jacobs_son</dc:creator>
      <dc:date>2010-02-18T16:26:33Z</dc:date>
    </item>
  </channel>
</rss>

