Home‎ > ‎cisco‎ > ‎

PIX-DHCP

It's easy to setup your pix to present DHCP leases.  The following is an example of how to do that.


dhcpd address 192.168.3.100-192.168.3.110 wireless
dhcpd dns 63.200.115.40
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable wireless

Note that the phrase "wireless" is the name of an interface previously defined in the pix config. 


Comments