Earlier quoted context omitted.
To expand on this, this problem can usually be solved by editing /etc/hosts. But you can't do that on some platforms such as iOS. By the way, a neat trick is to assign an alias to your network interface in order to avoid the trouble of DHCP giving you a different IP address each time you connect. For example, on Mac OS X: $ sudo ifconfig en1 alias 10.99.99.99 netmask 255.0.0.0 This address will only be reachable from…
What is the difference between an alias and a static IP address? Also don't most routers attempt to give IPs back to the MAC that last had them?
And most routers try to minimize IP variations, but it's not perfect. Mine doesn't persist IPMAC associations when I reboot it.