localhost name error with linux machines
- by coderex
Hi,
CASE 1:
I have a Ubuntu machine with name midhun.local
I can access this in http://midhun.local/svn ...
But its can't access from other machines(both Windows and Linux) through this host name. But it works with
http://192.168.1.192/svn
CASE 2:
I have a another machine(windows) having the host-name myname:555
In this case i can access https://myname:555/svn from other windows machines with the same URL. But if am trying to access from the a Linux machine it will not work with the same URL instead of that https://192.1.168.111:555/svn will work.
How can I solve the problem. I need to access via the same name from cross domain. How is it possible in LAN
Thanks in advance!!