<?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: trying to get 2 inside interfaces to talk to one another in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022573#M937262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, That worked like a CHAMP...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 17:38:18 GMT</pubDate>
    <dc:creator>davistw</dc:creator>
    <dc:date>2008-05-27T17:38:18Z</dc:date>
    <item>
      <title>trying to get 2 inside interfaces to talk to one another</title>
      <link>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022567#M937255</link>
      <description>&lt;P&gt;I am trying to get two inside interfaces on a pix 515E running 6.3 to talk to one another. I have attached a picture of what I am tring to do. One interace has a security level of 100 the other has a security level of 98.. I cant for the life of me get the 98 level interface to talk to the 100 level interface...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:49:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022567#M937255</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2019-03-11T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: trying to get 2 inside interfaces to talk to one another</title>
      <link>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022568#M937256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list vlan3_access_in permit 192.168.6.0 255.255.252.0 192.168.5.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-group vlan3_access_in in interface vlan3&lt;/P&gt;&lt;P&gt;static (nativevlan,vlan3) 192.168.5.0 192.168.5.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post your config for me to determine correct interface names, if above doesnt work.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 23:39:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022568#M937256</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-05-24T23:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: trying to get 2 inside interfaces to talk to one another</title>
      <link>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022569#M937258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much....&lt;/P&gt;&lt;P&gt;I will give it a try tuesday whan I get into work. Couple of questions though.&lt;/P&gt;&lt;P&gt;What is the purpose of the weird static command? It doesnt look normal.&lt;/P&gt;&lt;P&gt;Wont I have to do a nat0 from nativevlan to vlan3?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2008 11:43:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022569#M937258</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-05-25T11:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: trying to get 2 inside interfaces to talk to one another</title>
      <link>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022570#M937259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Wont I have to do a nat0 from nativevlan to vlan3?"&lt;/P&gt;&lt;P&gt;  Thats correct, and that weird static command does that exactly :).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2008 14:17:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022570#M937259</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-05-25T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: trying to get 2 inside interfaces to talk to one another</title>
      <link>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022571#M937260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks bunches...It almost works...&lt;/P&gt;&lt;P&gt;When I do this I can talk between nativevlan and vlan3 fine. However, my outide nat from vlan3 to outside stops working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the scrubbed pix config..&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan3 logical&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif vlan3 inside_pc_vlan3 security99&lt;/P&gt;&lt;P&gt;/SNIP pasword,hostname,domain-name,fixup stuff/&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any any &lt;/P&gt;&lt;P&gt;access-list inside_pc_vlan3_access_in permit ip 192.168.6.0 255.255.254.0 192.168.5.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;/SNIP pager,logging,icmp,mtu stuff/&lt;/P&gt;&lt;P&gt;ip address outside XXX,YYY.ZZZ.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.5.254 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside_pc_vlan3 192.168.7.254 255.255.254.0&lt;/P&gt;&lt;P&gt;/SNIP audit,pdm,arp stuff/&lt;/P&gt;&lt;P&gt;global (outside) 1 XXX,YYY.ZZZ.20-XXX,YYY.ZZZ.245&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;nat (inside_pc_vlan3) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) XXX,YYY.ZZZ.250 192.168.5.240 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) XXX,YYY.ZZZ.251 192.168.5.241 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) XXX,YYY.ZZZ.252 192.168.5.242 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) XXX,YYY.ZZZ.249 192.168.5.243 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) XXX,YYY.ZZZ.248 192.168.5.244 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) XXX,YYY.ZZZ.247 192.168.5.245 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) XXX,YYY.ZZZ.246 192.168.5.246 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) XXX,YYY.ZZZ.19 192.168.5.13 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) XXX,YYY.ZZZ.18 192.168.5.247 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,inside_pc_vlan3) 192.168.5.0 192.168.5.0 netmask 255.255.255.0 0 0 &lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_pc_vlan3_access_in in interface inside_pc_vlan3&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 XXX,YYY.ZZZ.1 1&lt;/P&gt;&lt;P&gt;/SNIP timeout,aaa,ntp,http,snmp,floodguard,telnet,ssh,console,dhcp,terminal,banner,crypto stuff/&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 14:18:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022571#M937260</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-05-27T14:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: trying to get 2 inside interfaces to talk to one another</title>
      <link>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022572#M937261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats correct. You should permit traffic specifically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example you want your vlan3 clients to reach internet (www), then add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_pc_vlan3_access_in permit tcp 192.168.6.0 255.255.254.0 any eq www&lt;/P&gt;&lt;P&gt;access-list inside_pc_vlan3_access_in permit tcp 192.168.6.0 255.255.254.0 any eq dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For best practise, I strongly recommend you to apply ACLs traffic specific instead any any, so remove access-list 101 permit any any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 14:43:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022572#M937261</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-05-27T14:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: trying to get 2 inside interfaces to talk to one another</title>
      <link>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022573#M937262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, That worked like a CHAMP...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 17:38:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022573#M937262</guid>
      <dc:creator>davistw</dc:creator>
      <dc:date>2008-05-27T17:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: trying to get 2 inside interfaces to talk to one another</title>
      <link>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022574#M937263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome Tom &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 17:41:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trying-to-get-2-inside-interfaces-to-talk-to-one-another/m-p/1022574#M937263</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-05-27T17:41:54Z</dc:date>
    </item>
  </channel>
</rss>

