<?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 ASA with two trusted interfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800814#M493225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside2&amp;nbsp; x.x.x.x x.x.x.x&amp;nbsp; pointing to 192.168.0.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2011 14:49:38 GMT</pubDate>
    <dc:creator>ajay chauhan</dc:creator>
    <dc:date>2011-11-15T14:49:38Z</dc:date>
    <item>
      <title>ASA with two trusted interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800806#M493213</link>
      <description>&lt;P&gt;I'm going nuts with this ASA5505. This is a secondary firewall used only in emergencies when the primary Checkpoint failes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basics, it has two trusted interfaces, E0/1 and E0/2-6. E0/1, inside2 has 192.168.01/29 and inside is 192.168.200.1/24.&amp;nbsp; I'd like any traffic to be allowed from inside and inside2 to outside and any traffic from the inside interfaces should be routed. No restrictions should apply between the two interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside works just fine but no traffic is going out of inside2, not to outside or to inside.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:50:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800806#M493213</guid>
      <dc:creator>MatsHellman</dc:creator>
      <dc:date>2019-03-11T21:50:54Z</dc:date>
    </item>
    <item>
      <title>ASA with two trusted interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800807#M493215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cna you share your configuraion? That woudl make it easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 13:39:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800807#M493215</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-11-15T13:39:30Z</dc:date>
    </item>
    <item>
      <title>ASA with two trusted interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800808#M493217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ASA5505# show running-config&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.2(1)&lt;BR /&gt;!&lt;BR /&gt;hostname ASA5505&lt;BR /&gt;enable password d5uVb34W3WysZeUQ encrypted&lt;BR /&gt;passwd d5uVb34W3WysZeUQ encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.200.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 91.150.44.37 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface Vlan15&lt;BR /&gt; nameif inside2&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.0.1 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; switchport access vlan 15&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone EEST 2&lt;BR /&gt;clock summer-time EEDT recurring last Sun Mar 3:00 last Sun Oct 4:00&lt;BR /&gt;dns domain-lookup inside&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; name-server 8.8.8.8&lt;BR /&gt; name-server 8.8.4.4&lt;BR /&gt;object-group protocol TCPUDP&lt;BR /&gt; protocol-object udp&lt;BR /&gt; protocol-object tcp&lt;BR /&gt;access-list dmz_access_in remark Implicit rule: Permit all traffic to less secure networks&lt;BR /&gt;access-list dmz_access_in extended permit ip any any&lt;BR /&gt;access-list inside_access_in extended permit ip any any&lt;BR /&gt;access-list inside_access_in extended permit tcp any any eq ssh&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm debugging&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside2 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;icmp permit any outside&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;nat-control&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;access-group inside_access_in in interface inside control-plane&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 91.150.44.33 1&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;aaa authentication enable console LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authorization command LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.200.0 255.255.255.0 inside&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 192.168.200.0 255.255.255.0 inside&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh version 2&lt;BR /&gt;console timeout 0&lt;BR /&gt;management-access inside&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;/P&gt;&lt;P&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;ntp server 87.108.20.70 source outside prefer&lt;BR /&gt;webvpn&lt;BR /&gt;username admin01 password SMkUnOJcgOVHlyRx encrypted privilege 15&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:05f052044953a19c020dcf217571cd86&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to figure out the rules, so right now it's just the basic setup. Getting interface2 out to the internet would be an improvment. inside works for the moment but I can't access inside2 from inside.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 13:48:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800808#M493217</guid>
      <dc:creator>MatsHellman</dc:creator>
      <dc:date>2011-11-15T13:48:19Z</dc:date>
    </item>
    <item>
      <title>ASA with two trusted interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800809#M493219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same-security-traffic permit inter-interface&amp;nbsp; command&amp;nbsp; seems to be missing in this config which will allow inside to communicate inside2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:21:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800809#M493219</guid>
      <dc:creator>ajay chauhan</dc:creator>
      <dc:date>2011-11-15T14:21:30Z</dc:date>
    </item>
    <item>
      <title>ASA with two trusted interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800810#M493220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I might have been a little hasty. The traffic flows between the two inside networks now, but inside2 still can't access the outside. Even if the rules for Inside and Inside2 are the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:39:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800810#M493220</guid>
      <dc:creator>MatsHellman</dc:creator>
      <dc:date>2011-11-15T14:39:35Z</dc:date>
    </item>
    <item>
      <title>ASA with two trusted interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800811#M493222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add this in your configuration then test the connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside2) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:43:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800811#M493222</guid>
      <dc:creator>ajay chauhan</dc:creator>
      <dc:date>2011-11-15T14:43:02Z</dc:date>
    </item>
    <item>
      <title>ASA with two trusted interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800812#M493223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot the dynamic nat rule while testing. So everything works as it should now. Thanks guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:43:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800812#M493223</guid>
      <dc:creator>MatsHellman</dc:creator>
      <dc:date>2011-11-15T14:43:25Z</dc:date>
    </item>
    <item>
      <title>ASA with two trusted interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800813#M493224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; While we are here, in inside2 there is a router 192.168.0.2 and behind it is the 192.168.100.0/24 network. To get the ASA to route to it I only need to add a static route right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:47:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800813#M493224</guid>
      <dc:creator>MatsHellman</dc:creator>
      <dc:date>2011-11-15T14:47:13Z</dc:date>
    </item>
    <item>
      <title>ASA with two trusted interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800814#M493225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside2&amp;nbsp; x.x.x.x x.x.x.x&amp;nbsp; pointing to 192.168.0.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:49:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-with-two-trusted-interfaces/m-p/1800814#M493225</guid>
      <dc:creator>ajay chauhan</dc:creator>
      <dc:date>2011-11-15T14:49:38Z</dc:date>
    </item>
  </channel>
</rss>

