<?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: Cisco PIX 7.0 - Multi-contexts configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440019#M528613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should be easy to get going, are you able to paste your whole admin and system config for me to see and debug.... thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2006 19:58:02 GMT</pubDate>
    <dc:creator>itchampnz</dc:creator>
    <dc:date>2006-01-13T19:58:02Z</dc:date>
    <item>
      <title>Cisco PIX 7.0 - Multi-contexts configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440017#M528605</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last week, I started a placement (Internship) in France and I'm working on the PIX 7.0(4) appliance software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood almost all features and managed to make everything word pretty well, but I can't manage to make contexts work properly with subinterfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, I did exactly what's indicated in the first sample of this page : &lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a008045247c.html" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a008045247c.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, even if I only use one subinterface and only one context, I'm unable to communicate between the PIX and a directly connected computer. IP adresses are all right on both sides, nameif are set, so is "icmp permit any inside".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I try to send a ping request from/to the PIX, I never manage to get an answer. It seems like the PIX subinterface do not receive anything at all. If I create a capture on this interface, I see outgoing icmp packets but no reply coming back. On the other hand, when capturing packets on the PC, I see the arp request from the PIX (Who has 192.168.1.1 ask 192.168.1.254), the PC sends a reply with its Mac-adress and the PIX never receives it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what my configuration looks like :&lt;/P&gt;&lt;P&gt;PIX : &lt;/P&gt;&lt;P&gt;- Interface Eth 1&lt;/P&gt;&lt;P&gt;-- Interface Eth 1.4&lt;/P&gt;&lt;P&gt;-- Vlan 4&lt;/P&gt;&lt;P&gt;-- Ip adresse 192.168.1.254 255.255.255.0&lt;/P&gt;&lt;P&gt;-- No shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;context admin&lt;/P&gt;&lt;P&gt;- allocate-interface eth 1.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not try to create other contexts because I'd like this one to work first...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:38:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440017#M528605</guid>
      <dc:creator>gaetan.allart</dc:creator>
      <dc:date>2020-02-21T08:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX 7.0 - Multi-contexts configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440018#M528609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the capture from the PIX when sending a ping request from it to 192.168.1.1 directly connected on ETH1 interface :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1: 10:51:25.704782 802.1Q vlan#4 P0 arp who-has 192.168.1.1 tell 192.168.1.254&lt;/P&gt;&lt;P&gt;   2: 10:51:26.793660 802.1Q vlan#4 P0 arp who-has 192.168.1.1 tell 192.168.1.254&lt;/P&gt;&lt;P&gt;   3: 10:51:27.794423 802.1Q vlan#4 P0 arp who-has 192.168.1.1 tell 192.168.1.254&lt;/P&gt;&lt;P&gt;   4: 10:51:31.794560 802.1Q vlan#4 P0 arp who-has 192.168.1.1 tell 192.168.1.254&lt;/P&gt;&lt;P&gt;   5: 10:51:36.793812 802.1Q vlan#4 P0 arp who-has 192.168.1.1 tell 192.168.1.254&lt;/P&gt;&lt;P&gt;   6: 10:51:41.794651 802.1Q vlan#4 P0 arp who-has 192.168.1.1 tell 192.168.1.254&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's funny is that I receive this ARP requests on the PC but the PIX does not pay attention to my replies...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 13:46:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440018#M528609</guid>
      <dc:creator>gaetan.allart</dc:creator>
      <dc:date>2006-01-13T13:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX 7.0 - Multi-contexts configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440019#M528613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should be easy to get going, are you able to paste your whole admin and system config for me to see and debug.... thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 19:58:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440019#M528613</guid>
      <dc:creator>itchampnz</dc:creator>
      <dc:date>2006-01-13T19:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX 7.0 - Multi-contexts configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440020#M528616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, I'll post all this stuff on monday, going back to work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 20:58:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440020#M528616</guid>
      <dc:creator>gaetan.allart</dc:creator>
      <dc:date>2006-01-13T20:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX 7.0 - Multi-contexts configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440021#M528619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find enclosed my configuration files for system context and ctx1 context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 10:06:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440021#M528619</guid>
      <dc:creator>gaetan.allart</dc:creator>
      <dc:date>2006-01-16T10:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX 7.0 - Multi-contexts configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440022#M528621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dude, in your messages above you talk about the 192.168.1.x/24 network, i.e. that is what you are trying to ping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in your configs you have attached, your interface is  ip address 192.168.0.254 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the ip address and you may find it works.. &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, 17 Jan 2006 09:54:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440022#M528621</guid>
      <dc:creator>itchampnz</dc:creator>
      <dc:date>2006-01-17T09:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX 7.0 - Multi-contexts configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440023#M528624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course I did use the correct IP@ to ping. This is just a mistake in my firt post...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think the problem comes from this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 12:47:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440023#M528624</guid>
      <dc:creator>gaetan.allart</dc:creator>
      <dc:date>2006-01-17T12:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX 7.0 - Multi-contexts configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440024#M528626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having the same issue of not being able to use the subinterfaces.  Has this issues been resolved?  If so were can I obtain the configuration in order to use the subinterfaces in multiple context mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 20:39:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440024#M528626</guid>
      <dc:creator>info4work</dc:creator>
      <dc:date>2006-03-08T20:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco PIX 7.0 - Multi-contexts configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440025#M528629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it's been resolved. The problem was coming from my switch configuration. Actually, you have to configure a trunk link between the switch and the PIX that allow the 2 Vlan IDs. Then you configure each Vlan Id on the other 2 swich interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I backed-up the configuration file. I'll post it there as soon as I get to to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 07:32:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-7-0-multi-contexts-configuration/m-p/440025#M528629</guid>
      <dc:creator>gaetan.allart</dc:creator>
      <dc:date>2006-03-09T07:32:20Z</dc:date>
    </item>
  </channel>
</rss>

