View Single Post
  #4   (View Single Post)  
Old 4th February 2014
marciorufino01 marciorufino01 is offline
New User
 
Join Date: Nov 2013
Posts: 9
Default

For example, I have two servers in a DMZ that need to go out to the internet and the old version do 1:1 NAT, so

nat on $ext_if from $srv01 to any -> $ext_if_fw
nat on $ext_if from $srv05 to any -> $ext_if_fw

and the internal network do

nat on $ext_if from $local_network to any -> $ext_if_fw

how would the new version?
Reply With Quote