PIX 515E setting up a DHCPD on my DMZ...

I am having no luck at this at all. I recently installed and got working a DMZ for my PIX 515E running 6.3(3). I want to setup this fragment of my network for visiting people to use the internet with their wireless laptops. If assign the address, it works with no problem. I would like to setup DHCP on the PIX to auto handle these requests. I have read this feature is new to 6.3(3), but I am unable to get it to work. Any help would be greatly appreciated.

PIX Version 6.3(3) interface ethernet0 auto interface ethernet1 auto interface ethernet2 100basetx nameif ethernet0 outside security0 nameif ethernet1 inside security100 nameif ethernet2 dmz1 security50 hostname CS-gateway clock timezone cst -6 clock summer-time cdt recurring fixup protocol dns maximum-length 512 fixup protocol ftp 21 fixup protocol h323 h225 1720 fixup protocol h323 ras 1718-1719 fixup protocol http 80 fixup protocol rsh 514 fixup protocol rtsp 554 fixup protocol sip 5060 fixup protocol sip udp 5060 fixup protocol skinny 2000 fixup protocol smtp 25 fixup protocol sqlnet 1521 fixup protocol tftp 69 names pager lines 24 logging on logging trap warnings mtu outside 1500 mtu inside 1500 mtu dmz1 1500 ip address dmz1 10.10.10.1 255.255.255.0 ip audit info action alarm ip audit attack action alarm no failover failover timeout 0:00:00 failover poll 15 no failover ip address outside no failover ip address inside no failover ip address dmz1 pdm history enable arp timeout 14400 global (outside) 1 interface nat (inside) 1 0.0.0.0 0.0.0.0 0 0 nat (dmz1) 1 0.0.0.0 0.0.0.0 0 0 access-group acl_outside in interface outside timeout xlate 3:00:00 timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225

1:00:00 timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00 timeout uauth 0:05:00 absolute aaa-server TACACS+ protocol tacacs+ aaa-server RADIUS protocol radius aaa-server LOCAL protocol local ntp server 151.164.17.246 source outside no snmp-server location no snmp-server contact no snmp-server enable traps floodguard enable console timeout 0 dhcpd address 10.10.10.100-10.10.10.108 dmz1 dhcpd dns 151.164.17.201 dhcpd lease 3600 dhcpd ping_timeout 750 dhcpd domain example.com dhcpd enable dmz1 terminal width 80
Reply to
Whammer
Loading thread data ...

when the PIX is not busy turn on dhcpd debugging and see if the PIX is receiving and responding DHCP requests

debug dhcpd events debug dhcpd packet

Load Etherreal onto the PC issuing the DHCP requests so you have a complete picture of what is occuring ( or not occuring as the case may be)

Reply to
merv.hrabi

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.