I have a number of Linux servers (dedicated and VPS) with their own fixed IP addresses.
I would like to be able to acquire a set of long-lived IP addresses that could then be assigned to the servers in a manner of my choosing (and to new servers in the future).
My thought is that this would be a service provided by (major) ISPs - IP addresses that they could route as part of their network ops.
Do such services exist? What are they called
(I realise that I could do this with a dedicated server and some proxy setup, but a service would be better)
Thanks for thoughts!
There are none that I'm aware of. I can't help but question why you'd want to do so.
Such a service would have to act as a BINAT between their address range and your own. This would be terribly inefficient, primarily because:
Instead you should really consider:
Your VPS provider should be able to provide you with extra IP addresses if you need them. As far as "long term" goes, nobody can guarantee that you'll have permanent access to any IP space (even if you get your own PI space, those agreements state that you can be required to renumber if the LIR requires it). Don't design your system around requiring static IP addresses, it won't last. Use DNS in the manner in which it was intended.
This is what domain names are for :)