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.... |