dst NAT ports range offset

Is it possible to perform port remap on whole range of ports? Lets say I have 3 servers .2.2, .2.3, .2.4 and one public IP .1.1 Is it possible to remap all 1024 privileged ports in following manner:

,1,1:[8000....9023] -> .2.2:[0..1023]
.1.1:[9024...10047] -> .2.3:[0..1023]
.1.1:[10048..11071] -> .2.4:[0..1023]
...

?

I mean without creating N*1024 NAT rules

yeah, why not? just make dst-nat with portrange rather than one port.