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