12-18-2018 06:04 AM - edited 02-21-2020 08:35 AM
If you came into a place where you didn't know what external IPs were in use of the firewall, what would the approach be?
I have a pc outside the firewall that I am using angry IP and nothing is responding. What are some rules I need within the firewall to allow things to reply to icmp requests?
Solved! Go to Solution.
12-18-2018 06:47 AM - edited 12-18-2018 07:28 AM
i guess you dont have access to firewall itself otherwise you wont ask this question.
curious if the firewall external interface is connected to switch you can run a wireshark on your laptop to see what activity is going on.
go on laptop cmd and type arp -a
in firewall give command
icmp permit any
or similar like this
icmp permit host 172.16.2.15 echo-reply outside
icmp permit 172.22.1.0 255.255.0.0 echo-reply outside
12-18-2018 06:47 AM - edited 12-18-2018 07:28 AM
i guess you dont have access to firewall itself otherwise you wont ask this question.
curious if the firewall external interface is connected to switch you can run a wireshark on your laptop to see what activity is going on.
go on laptop cmd and type arp -a
in firewall give command
icmp permit any
or similar like this
icmp permit host 172.16.2.15 echo-reply outside
icmp permit 172.22.1.0 255.255.0.0 echo-reply outside
12-18-2018 09:23 AM
12-18-2018 09:29 AM
Glad I was helpful. You mind to rate if I was helpful.
thanks
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