Elastic IPs
I'd like to be able to have 2 servers, one in development, one live, and to be able to switch the IP address of each one on the fly..
or rather as Amazon does, point the external IP to a given internal server IP at whim.
I also understand by default Linode servers use DHCP which isn't ideal since DNS entries need to point to a given IP address..
Not sure if I've made myself understood.
3 Replies
See the HA guides
@exiges:
I also understand by default Linode servers use DHCP which isn't ideal since DNS entries need to point to a given IP address..
Your IPs are static. DHCP is just used by default since it's convenient. You can switch to a static configuration if you want to; your IPs (and DNS resolvers) will only change if you move the node to a different data center.
Time to do some reading.
If all you want to do is switch the IPs (and don't mind rebooting), then the Linode manager lets you swap IPs very simply. But if you want to do it on-the-fly (live), then yeah, you'd need the failover stuff.