I need to use the a custom URL name which is accessible from all devices in a LAN.
I know that it can be set in the /etc/hosts file
127.0.0.1 myname 127.0.1.1 system09-System-Product-Name # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters While entering the myname hosts it is available to access myname/urlpath . It is accessible only for my system. How can I make this available systems in my LAN too?