M HYPE SPLASH
// general

how to configure windows 2012 SNAT?

By Michael Henderson

I want to change source IP of out packet, on the linux system is easy to done by one iptables ruleiptables -t nat -A POSTROUTING -s 192.168.1.1 -p udp -j SNAT --to-source 192.168.2.1

Is there any way to implement on windows server 2012?

I had try in Routing and remote access tool, but it could not achieve my purpose. thanks~

5 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy