11-06-2024 05:49 AM
I have created this https://ibb.co/yQzxjsM
I have my the 4 subnets and I've been trying to ping them from each device in each subnet and I am able to do so until the 4th one (ioT gateway and devices)
I was assuming its when done these
access-list 101 deny ip host 169.254.226.6 0.0.0.31 200.134.199.1
access-list 101 deny ip host 169.254.226.6 0.0.0.31 200.134.199.33
access-list 101 deny ip host 169.254.226.6 0.0.0.31 200.134.199.65
access-list 101 deny ip host 169.254.226.6 0.0.0.31 200.134.199.97
access-list 101 permit udp any any eq 67
access-list 101 permit udp any any eq 68
access-list 101 permit ip 200.134.199.1 0.0.0.31 any
access-list 101 permit ip 200.134.199.33 0.0.0.31 any
access-list 101 permit ip 200.134.199.65 0.0.0.31 any
access-list 101 permit ip 200.134.199.97 0.0.0.31 any
interface g0/1 (do to all interfaces) ip access-group 101 in
I also decided to remove the access list to see if that was the problem and it doesn't seem so either.
This is an assignment for University and I need to follow some rules. For better understanding, I created this access list to deny a laptop IP 169.254.226.6 which it doesn't really do it only requests times out. I decided to remove the access list and it still didn't work. I assume because of the way I've been told to do it by my lecturer which is creating my own IP for gateway being 192.169.1.1 and all its devices around (being what I want to ping) I am getting "Destination host unreachable".
https://ibb.co/q1FYjtG - my ips
I am able to ping my other devices from the gateway laptop as well but not vice versa.
THE ZIP FILE IS THE PROJECT
11-06-2024 06:05 AM
- FYI : Community group for Packet Tracer project questions
M.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide