In the predetermined snippet:
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request"
protocol=icmpv4:8,any dir=in action=allow
What would I change exactly to allow incoming ICMP only from a specific IP:
# assuming I want incoming pings from 192.168.1.5 and I use:
remoteip=192.168.1.5
What exactly should my new command be?