View Single Post
  #2 (permalink)  
Old 2006-10-05
stuartgreen stuartgreen is offline
Member
 
Join Date: 2005-09-15
Posts: 65
Rep Power: 4
stuartgreen has an average reputation (10+)
Default Re: Clarify Static NAT on network object!

think i get what you mean - if so then yes that is normal. If you static to a network range rather than a host it will map the address 1 to 1.

Eg

natting 10.1.1.0 >> 172.16.32.0 will give you...
10.1.1.1 >> 172.16.32.1
10.1.1.2 >> 172.16.32.2

and so on....
Reply With Quote