View Single Post
Old 05-14-2017, 08:15 PM   #197
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,490
Karma: 169115146
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by eschwartz View Post

Quote:
Originally Posted by kovidgoyal View Post
FYI: You should use http://127.0.0.1 not 0.0.0.0 as the server IP address.
Is this like a "calibre won't work" thing, or a best-practices-when-referencing-localhost thing? Because zeroes are easier to type really really fast.
Mostly that 127.0.0.1/32 is defined as part of the loopback address block (127.0.0.0/8) -- see RC5735. I've rarely seen any other members of that block used.

0.0.0.0 is defined as part of the 0.0.0.0/8 "current network" block in the same RFC. In practice using either the all zeroes or all ones addresses for an address block is not a good idea since some software treats the all zeroes address in the same way as the all ones address, acting as if it was the broadcast address.
DNSB is offline   Reply With Quote