https://www.namecheap.com/support/knowledgebase/article.aspx/9777/2194/how-to-use-tcp-traceroute
Install file
|
|
---|
| C:\Users\jkriker\Downloads\tracetcp_v1.0.3\tracetcp_v1.0.3> |
|
Code Block |
---|
| tracetcp.exe google.com
Tracing route to 216.58.204.14 [lhr35s07-in-f14.1e100.net] on port 80
Over a maximum of 30 hops.
1 3 ms 3 ms 4 ms 192.168.0.1 [SkyRouter.Home]
2 * * * Request timed out.
3 17 ms 17 ms 17 ms 2.120.11.67 [be446.pr2.hobir.isp.sky.com]
4 17 ms 18 ms 16 ms 72.14.203.194
5 18 ms 17 ms 15 ms 74.125.242.65
6 15 ms 15 ms 15 ms 64.233.175.91
7 Destination Reached in 16 ms. Connection established to 216.58.204.14
Trace Complete.
|
|
| set firewall family inet filter protect-RE term 1 from tcp-flags "(syn & !ack) | fin | rst" |
|
|
|
|