
Can't enable DHCP in packet tracer?
No matter what I do, I'm unable to enable DHCP (dhcpd). I've tried restarting same packet tracer lab, following a completely new lab, etc... same error. Have been following lab and video tutorial each time.
I'm following the video "Configuring an ASA Firewall on Cisco Packet Tracer". Video link (part 3 is the DHCP (dhcpd) settup): https://www.youtube.com/watch?v=IQI-Rv8cmYM
In the description of video part 1 is a link to the lab I'm using (part 1 link: https://www.youtube.com/watch?v=SLZS1mSc_VY), it's very basic, nothing pre-set really except the actual devices.
Advice of what to try, or to be pointed in the right direction, would be great!
Commands:
dhcpd address 192.168.1.10-192.168.1.30 inside
dhcpd dns 8.8.8.8 interface inside
dhcpd enable inside
Error message:
"ASA(config)#dhcpd enable inside
need to define address pool range first
dhcpd enable command failed"
Prior Settings:
hostname ASA
domain-name ciscosecurity.com
interface Vlan1
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
interface Vlan2
nameif outside
security-level 0
ip address 209.165.200.226 255.255.255.248
object network inside-net
subnet 192.168.1.0 255.255.255.0
nat (inside,outside) dynamic interface
route outside 0.0.0.0 0.0.0.0 209.165.200.225 1
dhcpd auto_config outside