Switches, Hubs, and Modems
1753396 Members
7497 Online
108792 Solutions
New Discussion юеВ

Re: Deactivate DHCP configuration on Cisco Pix 506E firewall

 

Deactivate DHCP configuration on Cisco Pix 506E firewall

Hi everyone

Iam acutally configuring Pix firewall to allocate static ip address inside.

when I check the configuration on firewall the DHCP is enabled.

The outside configuration is working well.
after issuing this command.
ip address outside 10.10.1.1
but when setting up the inside ip address it is coming up with this message.

interface address is not on same subnet as DHCP pool.
Since the default id address under DHCP are different from the one Iam trying to insert.

May some one help me on how to remove the DHCP setup or replace the default IP address with the ones we use.

Regards

Bonnie.
7 REPLIES 7
Jonathan Axford
Trusted Contributor

Re: Deactivate DHCP configuration on Cisco Pix 506E firewall

Hi,

I can't quite remember but try something like :

No service dhcp

If not, you can remove the default IP DHCP Pool by issuing the NO version of the command e.g :

ip local pool [pool_name] w.x.y.z w.x.y.z

Where there is a will there is a way...

Re: Deactivate DHCP configuration on Cisco Pix 506E firewall

Thanks Jonathan

I will get back to you after trying.

Regards

Bonnie.

Mohammed Safadi
Advisor

Re: Deactivate DHCP configuration on Cisco Pix 506E firewall

Hi

it is

no dhcp server

Regards

Re: Deactivate DHCP configuration on Cisco Pix 506E firewall

Thanks Jonathan and Muhammed
for your assistance this is the command I used to disable the dhcp.

no DHCPD address 192.168.1.2-192.168.1.254 inside

This has actually worked.

Regards

Bonnie.
Michael Burns_7
Advisor

Re: Deactivate DHCP configuration on Cisco Pix 506E firewall

no dhcpd enable is the correct command to disable dhcp server on a PIX 506.

The link below defines how to configure dhcp server on a PIX 506 if you are interested in using it however the firewalls primary function is to secure your network. If you have a DHCP server on the network I'd recommend letting it do it's job and letting the firewall do what it is designed to do.


http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=939399

I'd be happy to offer assistance with your firewall configuration. My primary area of expertise is Network Design and Security.

Good Luck!

mike
Michael Burns_7
Advisor

Re: Deactivate DHCP configuration on Cisco Pix 506E firewall

I thought maybe I'd paste in the correct link to the Cisco commands for DHCPD configuration.

http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a008042d6e9.html#wp1025497

Re: Deactivate DHCP configuration on Cisco Pix 506E firewall

Thanks Mike.