Honest question.
Xip.io - a magic domain name that provides wildcard DNS for any IP address
11–20 of 128 posts
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#12Earlier quoted context omitted.
Because then you can only serve one site from that address. With this you could serve as many different sites as you want based on the first part of the domain name.
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…
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#13What is the use case that requires http://test.10.0.0.3.xip.io/test-page rather than http://10.0.0.3/test-page ? I've been using the latter on iphones and ipads with no problem. Honest question.
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#14What is the use case that requires http://test.10.0.0.3.xip.io/test-page rather than http://10.0.0.3/test-page ? I've been using the latter on iphones and ipads with no problem. Honest question.
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#15Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#16Earlier quoted context omitted.
Well, if you don't : https://github.com/sstephenson/xipd
We have no proof that the code on the repo is related in any way to the code the actual site is running.
Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#17Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#18Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#19Re: Xip.io - a magic domain name that provides wildcard DNS for any IP address
#20Earlier 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?
Not sure what you mean. If you're referring to the bit about binding MAC to an address, I should probably have said "fixed IP" rather than "static IP", sorry about that.
Also don't most routers attempt to give IPs back to the MAC that last had them?
I'm hopping between different networks (with different DHCP servers) quite a lot, maybe it's less useful when you're always on the same network.