I'm doig my CCNA 4 case study and m stuck!!!!
https://www.dropbox.com/sh/woqojykwmrz5yst/EMtwZNzcct[1]
- PC-2 cannot seem to ping outside its network [PC-1 or 4]
- IP address acheived via DHCP for PC 1 and PC 2 have a default gateway and DNS server of 0.0.0.0 ....
- on pc 1 and 2 when we click static and automatic to get a new dhcp address it selects an ip from the excluded first 99 addresses, ie 100 then 99 then 98 and so on,,
[ open the case study DHCP pkt file]
PS: i'm still doing the case study ...
EDIT: I managed to get the DHCP to give correct DNS address but gateway is still messed up and pc-2 cannot ping
ip dhcp pool R2
network 172.25.0.0 255.255.252.0
default-router 172.25.0.1
dns-server 8.8.8.8
interface FastEthernet0/0
ip address 172.25.4.1 255.255.254.0
ip helper-address 172.25.4.1
no ip split-horizon
ip dhcp pool RTA
network 172.25.4.0 255.255.254.0
default-router 172.25.4.1
dns-server 8.8.8.8
interface FastEthernet0/0
ip address 172.25.0.1 255.255.252.0
ip helper-address 172.25.0.1 no ip split-horizon