Saturday, May 16, 2020

HELP!!! I can't get DHCP to work right

I'm designing a network for my CCNA final project and I'm having trouble getting the DHCP to talk to the end devices.My configuration needs to have the following all working on it:-10 or more "host" devices-2 or more routers, configured with PPP and CHAP, OSPFv2-2 or more switches-4 or more VLANS-Inter-VLAN routing-DHCP-NAT

Screenshot: https://imgur.com/a/mfGFAdp

Here's the link to the pkt file, for those who would like to look over it:

https://www.mediafire.com/file/xozykrik5k7i1ca/CCNA4_FINAL_PROJECT.pkt/file

Please let me know what I'm doing wrong

-------------------- FALCON-HEIGHTS -------------------- en conf t no ip domain-lookup banner motd #UNAUTHORIZED ACCESS TO THIS DEVICE IS STRICTLY PROHIBITED!!!# hostname FALCON-HEIGHTS username ROSEVILLE secret cisco int s0/3/0 encapsulation ppp ppp authentication chap service password-encryption enable secret cisco line vty 0 4 password cisco login logging synchronous exit line con 0 password cisco login logging synchronous exit ip dhcp excluded-address 192.168.0.1 ip dhcp excluded-address 192.168.0.129 ip dhcp excluded-address 192.168.0.193 ip dhcp excluded-address 192.168.0.225 ip dhcp pool WORK-VLAN default-router 192.168.0.1 dns-server 8.8.8.8 network 192.168.0.0 255.255.255.128 ip dhcp pool AWAY-VLAN default-router 192.168.0.129 dns-server 8.8.8.8 network 192.168.0.128 255.255.255.192 ip dhcp pool HOME-VLAN default-router 192.168.0.193 dns-server 8.8.8.8 network 192.168.0.192 255.255.255.224 access-list 1 permit 192.168.0.0 0.0.255.255 ip nat inside source list 1 interface g0/0 overload int s0/3/0 clock rate 128000 ip address 10.0.23.1 255.255.255.252 ip nat inside no shut exit int g0/0 ip address 172.16.23.254 255.255.0.0 ip nat outside no shut exit ip route 0.0.0.0 0.0.0.0 g0/0 router ospf 1 network 10.0.23.0 0.0.0.3 area 0 default-information originate passive-interface default no passive-interface s0/3/0 exit ----------------- ROSEVILLE ----------------- en conf t no ip domain-lookup banner motd #UNAUTHORIZED ACCESS TO THIS DEVICE IS STRICTLY PROHIBITED!!!# hostname ROSEVILLE username FALCON-HEIGHTS secret cisco int s0/3/0 encapsulation ppp ppp authentication chap service password-encryption enable secret cisco line vty 0 4 password cisco login logging synchronous exit line con 0 password cisco login logging synchronous exit int g0/0 no shut int g0/0.21 encapsulation dot1q 21 ip address 192.168.0.1 255.255.255.128 ip helper-address 10.0.23.2 exit int g0/1 no shut int g0/1.23 encapsulation dot1q 23 ip address 192.168.0.193 255.255.255.224 ip helper-address 10.0.23.2 exit int g0/2 no shut int g0/2.22 encapsulation dot1q 22 ip address 192.168.0.129 255.255.255.192 ip helper-address 10.0.23.2 exit int s0/3/0 ip address 10.0.23.2 255.255.255.252 no shut exit router ospf 1 network 10.0.23.0 0.0.0.3 area 0 network 192.168.0.0 0.0.0.128 area 0 network 192.168.0.128 0.0.0.192 area 0 network 192.168.0.192 0.0.0.224 area 0 network 192.168.0.224 0.0.0.240 area 0 passive-interface default no passive-interface s0/3/0 exit ---------- SILVER ---------- en conf t no ip domain-lookup hostname SILVER banner motd #UNAUTHORIZED ACCESS TO THIS DEVICE IS STRICTLY PROHIBITED!!!# service password-encryption enable secret cisco line vty 0 15 password cisco login logging synchronous exit line con 0 password cisco login logging synchronous exit vlan 21 name WORK vlan 22 name AWAY vlan 23 name HOME vlan 24 name MGMT exit int g0/1 switchport mode trunk switchport trunk native vlan 24 int f0/16 switchport mode access switchport access vlan 23 int f0/18 switchport mode access switchport access vlan 23 int f0/23 switchport mode access switchport access vlan 23 exit ---------- GOLD ---------- en conf t no ip domain-lookup hostname GOLD banner motd #UNAUTHORIZED ACCESS TO THIS DEVICE IS STRICTLY PROHIBITED!!!# service password-encryption enable secret cisco line vty 0 15 password cisco login logging synchronous exit line con 0 password cisco login logging synchronous exit vlan 21 name WORK vlan 22 name AWAY vlan 23 name HOME vlan 24 name MGMT exit int g0/1 switchport mode trunk switchport trunk native vlan 24 int f0/13 switchport mode access switchport access vlan 21 int f0/15 switchport mode access switchport access vlan 21 int f0/17 switchport mode access switchport access vlan 21 int f0/19 switchport mode access switchport access vlan 21 exit ---------- BLUE ---------- en conf t no ip domain-lookup hostname BLUE banner motd #UNAUTHORIZED ACCESS TO THIS DEVICE IS STRICTLY PROHIBITED!!!# service password-encryption enable secret cisco line vty 0 15 password cisco login logging synchronous exit line con 0 password cisco login logging synchronous exit vlan 21 name WORK vlan 22 name AWAY vlan 23 name HOME vlan 24 name MGMT exit int g0/1 switchport mode trunk switchport trunk native vlan 24 int f0/7 switchport mode access switchport access vlan 22 int f0/9 switchport mode access switchport access vlan 22 int f0/11 switchport mode access switchport access vlan 22 exit 



No comments:

Post a Comment