<?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 I haven't found a solution in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763780#M177724</link>
    <description>&lt;P&gt;I haven't found a solution yet. I thought it should be pretty straightforward. Is any static route required or perhaps some bug in 7.2(2) code ??&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2015 02:17:48 GMT</pubDate>
    <dc:creator>mo shea</dc:creator>
    <dc:date>2015-10-15T02:17:48Z</dc:date>
    <item>
      <title>Transparent ASA between Client and its default Gateway</title>
      <link>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763776#M177717</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am testing a 5520 ASA running 7.2(2) in Transparent mode. I have connected one PC to the inside (security 100) of the ASA, and connected the layer 3 device (non Cisco), which is the default Gateway of this PC, to the outside&amp;nbsp;(security 0) of the ASA. A server is directly connected to the Layer 3 device. All the above are in the same vlan.&lt;/P&gt;&lt;P&gt;PC ---&amp;gt; (inside) ASA (outside) ---&amp;gt; L3 Gateway &amp;nbsp;---&amp;gt; Server&lt;/P&gt;&lt;P&gt;I have created two ACLs for the inside and outside interfaces permitting icmp and all IP for test sake.&lt;/P&gt;&lt;P&gt;The problem is that I cannot ping the Server or the L3 gateway from the PC. If I remove the ASA and connect PC directly then everything works fine. Once I reconnect the ASA there will be several Ping replies then I receive destination unreachable, although everything is in a single VLAN.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the ASA interfering with broadcast traffic between the PC and its Gateway, although Transparent mode should allow this? &amp;nbsp;I have tried to add icmp inspect and also removed all inspection policies but still no result. &amp;nbsp;&lt;/P&gt;&lt;P&gt;All help is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:45:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763776#M177717</guid>
      <dc:creator>mo shea</dc:creator>
      <dc:date>2019-03-12T06:45:00Z</dc:date>
    </item>
    <item>
      <title>Hi Mo, In transparent mode of</title>
      <link>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763777#M177719</link>
      <description>&lt;P&gt;Hi Mo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In transparent mode of Firewall, you needs to create 2 Vlans (1 for Inside and 1 for outside). Then create bridge group of the vlans (in/out).&lt;/P&gt;&lt;P&gt;Example: Configuration on Inside/outside interfaces:&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vlan 10&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nameif &lt;STRONG&gt;inside&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bridge-group 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; security-level 100&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vlan 20&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nameif &lt;STRONG&gt;outside&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bridge-group 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; security-level 0&lt;/P&gt;&lt;P&gt;Now please configure "BVI" interface in Firewall with one IP from the same IP Subnet for which you want to pass traffic through firewall:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface BVI1&lt;/P&gt;&lt;P&gt;ip address 192.168.10.9 255.255.255.0 standby 192.168.10.10&amp;nbsp; (any free IP can be assigned from subnet)&lt;/P&gt;&lt;P&gt;Your layer 3 device should have same "interface Vlan" number as of Firewall Outside Inetrface vlan number (vlan 20 in this example).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now, please allow interested traffic on ouside Interface via access-list. This will allow traffic through transparent firewall.&lt;/P&gt;&lt;P&gt;Hope this helps !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajneesh&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 16:04:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763777#M177719</guid>
      <dc:creator>Rajneesh Dhiman</dc:creator>
      <dc:date>2015-10-14T16:04:01Z</dc:date>
    </item>
    <item>
      <title>Thanks Rajneesh for the</title>
      <link>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763778#M177721</link>
      <description>&lt;P&gt;Thanks Rajneesh for the explanation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the brdige-group required for ASA running 7.2(2) code, I thought this was introduced for 8.4 and later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moe&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 16:12:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763778#M177721</guid>
      <dc:creator>mo shea</dc:creator>
      <dc:date>2015-10-14T16:12:44Z</dc:date>
    </item>
    <item>
      <title>Hi Moe,Sorry. You are right.</title>
      <link>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763779#M177723</link>
      <description>&lt;P&gt;Hi Moe,&lt;/P&gt;&lt;P&gt;Sorry. You are right. Bridge group feature support on higher version. Please go through below link, this may help.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa72/configuration/guide/conf_gd/fwmode.html#wp1201980"&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa72/configuration/guide/conf_gd/fwmode.html#wp1201980&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajneesh&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 16:40:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763779#M177723</guid>
      <dc:creator>Rajneesh Dhiman</dc:creator>
      <dc:date>2015-10-14T16:40:12Z</dc:date>
    </item>
    <item>
      <title>I haven't found a solution</title>
      <link>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763780#M177724</link>
      <description>&lt;P&gt;I haven't found a solution yet. I thought it should be pretty straightforward. Is any static route required or perhaps some bug in 7.2(2) code ??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 02:17:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763780#M177724</guid>
      <dc:creator>mo shea</dc:creator>
      <dc:date>2015-10-15T02:17:48Z</dc:date>
    </item>
    <item>
      <title>can you show the ACL you have</title>
      <link>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763781#M177725</link>
      <description>&lt;P&gt;can you show the ACL you have on both interfaces? Have you tried to connect to the server with any other protocol besides ICMP? Did you check your log to see why the traffic is not allowed?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 04:08:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/transparent-asa-between-client-and-its-default-gateway/m-p/2763781#M177725</guid>
      <dc:creator>Andre Neethling</dc:creator>
      <dc:date>2015-10-15T04:08:40Z</dc:date>
    </item>
  </channel>
</rss>

