security - how to redirect traffic from my server to one ip to another ip address in windows firewall -
is possible redirect outbound traffic of server 1 ip another? example, 1 of applications trying send traffic ip address a.b.c.d ip address. possible send traffic application trying send a.b.c.d ip address w.x.y.z ip address through windows firewall or other means (but not through network router or firewall)?
no. windows firewall allows rules defined allow outgoing connections either allowed (or allowed conditionally) or blocked.
if application connecting ip directly, out of luck. if application resolves domain ip, may set w.x.y.z ip in hosts file.
otherwise, out of luck , need use fledged firewall supports address rewriting in output chain.
Comments
Post a Comment