Normal Nat statment\naccess-list nonat extended permit ip \nnat (inside) 0 access-list nonat-inside\nNew nat statment\nobject network vpnpool\nsubnet \nexit\nnat (inside,outside) source static any any destination static vpnpool vpnpool\nThis NAT rule says to keep the source address for anything coming from the internal interface going to the range designated by the vpnpool object while also keeping the destination address the same.\nSeems like a strange way of going about this but this is all i have come across so far. Anyone else has a better way please leave a comment.\n