<?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: Pix basic configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-basic-configuration/m-p/323008#M562662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure you do not have a "ip local pool" or a DHCP Server configured on your PIX ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you find this lines in your config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.)&lt;/P&gt;&lt;P&gt;ip local pool YOURPOOLNAME 192.168.1.x-192.168.1.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes just remove it with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no ip local pool YOURPOOLNAME 192.168.1.1-192.168.1.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you have a DHCP configured like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.x-192.168.1.x inside&lt;/P&gt;&lt;P&gt;dhcpd dns dnsIP1 dnsip2&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd yourdomain&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove it:&lt;/P&gt;&lt;P&gt;[no] dhcpd address ip1[-ip2] if_name&lt;/P&gt;&lt;P&gt;[no] dhcpd auto_config [outside]&lt;/P&gt;&lt;P&gt;[no] dhcpd dns dns1 [dns2]&lt;/P&gt;&lt;P&gt;[no] dhcpd wins wins1 [wins2]&lt;/P&gt;&lt;P&gt;[no] dhcpd lease lease_length&lt;/P&gt;&lt;P&gt;[no] dhcpd domain domain_name&lt;/P&gt;&lt;P&gt;[no] dhcpd enable if_name&lt;/P&gt;&lt;P&gt;[no] dhcpd option 66 ascii {server_name | server_ip_str}&lt;/P&gt;&lt;P&gt;[no] dhcpd option 150 ip server_ip1 [ server_ip2]&lt;/P&gt;&lt;P&gt;no dhcpd option code&lt;/P&gt;&lt;P&gt;[no] dhcpd ping_timeout timeout&lt;/P&gt;&lt;P&gt;[no] debug dhcpd event&lt;/P&gt;&lt;P&gt;[no] debug dhcpd packet&lt;/P&gt;&lt;P&gt;show dhcpd [binding|statistics] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then change your inside IP address:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerly&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Sep 2004 15:04:59 GMT</pubDate>
    <dc:creator>piseli</dc:creator>
    <dc:date>2004-09-03T15:04:59Z</dc:date>
    <item>
      <title>Pix basic configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-basic-configuration/m-p/323007#M562660</link>
      <description>&lt;P&gt;I have a Cisco PIX 501 Firewall and I am trying to change its IP internal address. &lt;/P&gt;&lt;P&gt;From the dafault 192.168.1.1 I'm trying to change it to 192.169.x.x with the subnet 255.255.255.0. &lt;/P&gt;&lt;P&gt;The error message that appears is "Interface address is not on same subnet as DHCP pool" and the address changes itself back to 192.168.1.1. &lt;/P&gt;&lt;P&gt;I'm not using DHCP on firewall because it's active on server.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:36:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-basic-configuration/m-p/323007#M562660</guid>
      <dc:creator>ettore.granato</dc:creator>
      <dc:date>2020-02-21T07:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pix basic configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-basic-configuration/m-p/323008#M562662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure you do not have a "ip local pool" or a DHCP Server configured on your PIX ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you find this lines in your config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.)&lt;/P&gt;&lt;P&gt;ip local pool YOURPOOLNAME 192.168.1.x-192.168.1.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes just remove it with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no ip local pool YOURPOOLNAME 192.168.1.1-192.168.1.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you have a DHCP configured like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.x-192.168.1.x inside&lt;/P&gt;&lt;P&gt;dhcpd dns dnsIP1 dnsip2&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd yourdomain&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove it:&lt;/P&gt;&lt;P&gt;[no] dhcpd address ip1[-ip2] if_name&lt;/P&gt;&lt;P&gt;[no] dhcpd auto_config [outside]&lt;/P&gt;&lt;P&gt;[no] dhcpd dns dns1 [dns2]&lt;/P&gt;&lt;P&gt;[no] dhcpd wins wins1 [wins2]&lt;/P&gt;&lt;P&gt;[no] dhcpd lease lease_length&lt;/P&gt;&lt;P&gt;[no] dhcpd domain domain_name&lt;/P&gt;&lt;P&gt;[no] dhcpd enable if_name&lt;/P&gt;&lt;P&gt;[no] dhcpd option 66 ascii {server_name | server_ip_str}&lt;/P&gt;&lt;P&gt;[no] dhcpd option 150 ip server_ip1 [ server_ip2]&lt;/P&gt;&lt;P&gt;no dhcpd option code&lt;/P&gt;&lt;P&gt;[no] dhcpd ping_timeout timeout&lt;/P&gt;&lt;P&gt;[no] debug dhcpd event&lt;/P&gt;&lt;P&gt;[no] debug dhcpd packet&lt;/P&gt;&lt;P&gt;show dhcpd [binding|statistics] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then change your inside IP address:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerly&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2004 15:04:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-basic-configuration/m-p/323008#M562662</guid>
      <dc:creator>piseli</dc:creator>
      <dc:date>2004-09-03T15:04:59Z</dc:date>
    </item>
  </channel>
</rss>

