Machine doesn't respond after IP swap
I've swapped my IP to a restore box, now that I've swapped it back, the machine isn't responding.
2 Replies
There are some things that you want to look at when booting up a Linode after an IP swap. One of the things that might help with a successful boot is enabling Network Helper.
What Network Helper is designed to do is automatically configure static IP address configuration files, and it will update those to the new IP.
If Network Helper is turned off and you've manually configured a static IP address, you would need to update the configuration for that new address.
Another thing to consider if you're unable to reach the IP address after awhile is letting the router directly know that the IP has changed. We've added a note describing how to do this in the section of our 'Remote Access' guide that talks about Swapping IP Addresses:
If the IP is unreachable after a few minutes, you may need to notify the router directly of the IP change with the arp command run on your Linode:
arping -c5 -I eth0 -S 198.51.100.10 198.51.100.1
ping -c5 198.51.100.10 198.51.100.1
Replace 198.51.100.10 with your new IP address, and 198.51.100.1 with the gateway address listed in your Remote Access tab under “Default Gateways”.