Workaround
1. Set sourceroutingbehavior to "drop" Use the following command: netsh int ipv4 set global sourceroutingbehavior=drop For more information about ipv4 registry settings see Additional Registry Settings Impact of workaround IPv4 Source routing is considered insecure and is blocked by default in Windows; however, a system will process the request and return an ICMP message denying the request. The workaround will cause the system to drop these requests altogether without any processing. How to undo the workaround To restore to default setting "Dontforward": netsh int ipv4 set global sourceroutingbehavior=dontforward 2. Configure firewall or load balancers to disallow source routing requests