J
Jim Rounsville
Does Microsoft advanced firewall support a NETSH command to set ttl/hop count (not global ttl but packet header ttl) for a packet as it leaves the server?
Linux iptables mangle rules can be used to set the following values:
ttl, tos, mtu, tcpmss, mark, secmark, connsecmark
I'm looking for a Windows firewall set value command that could do the same.
Example of rule:
add rule name="Allow TCP 12345 and 5000-5020 and limit ttl to 4" dir=out action=allow edge=yes remoteip=any protocol=TCP localport=12345, 5000-5020 ttl=4
Continue reading...
Linux iptables mangle rules can be used to set the following values:
ttl, tos, mtu, tcpmss, mark, secmark, connsecmark
I'm looking for a Windows firewall set value command that could do the same.
Example of rule:
add rule name="Allow TCP 12345 and 5000-5020 and limit ttl to 4" dir=out action=allow edge=yes remoteip=any protocol=TCP localport=12345, 5000-5020 ttl=4
Continue reading...