04-24-2023 10:11 AM
Hello
I tried to do an ACL, but it did not really work, so i want to ask for your help guys.
My idea was an one way communication. I wanted the PC3 (blue) to be a supervisor pc, which can access to every other pc, but nobody can (gain?) access to PC3.
I tried this:
access-list 100 deny ip any host *blue pc IP-address*
access-list 100 permit ip host *blue pc IP-address* any
but it did not work
Solved! Go to Solution.
04-24-2023 10:52 AM
access-list 100 permit icmp any host *ip address* echo-reply
access-list 100 deny icmp any host *ip address* echo
this make only echo-reply accept and echo deny
04-24-2023 10:15 AM
Hi
Where did you applied the ACL ? Can you share you project? zip it first.
04-24-2023 10:43 AM
04-24-2023 10:19 AM - edited 04-24-2023 10:46 AM
allow only the ping-reply from any to PC3
this make all PC can reply tp ping from PC3 but can not ping PC3
make the ACL of ping-reply direction IN <<- apply it to router.
04-24-2023 10:49 AM
how can i do that?
access-list 100 deny icmp any host *ip address* echo?
04-24-2023 10:52 AM
access-list 100 permit icmp any host *ip address* echo-reply
access-list 100 deny icmp any host *ip address* echo
this make only echo-reply accept and echo deny
04-24-2023 10:58 AM
thank you, and where should i apply the acl if there are only sub interfaces?
04-24-2023 10:59 AM
but are all host in same subnet ?
04-24-2023 11:02 AM
this is how it looks like
the supervisor pc is in the 0/0.30
04-24-2023 11:05 AM - edited 04-24-2023 11:06 AM
then apply the ACL direction IN under the subinteface f0/0.10 and f0/0.20
04-24-2023 11:08 AM
it works, thank you very much!
04-24-2023 11:12 AM
You are so so welcome
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