localhost name error with linux machines
Posted
by coderex
on Server Fault
See other posts from Server Fault
or by coderex
Published on 2009-12-12T07:22:11Z
Indexed on
2010/03/17
10:01 UTC
Read the original article
Hit count: 302
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!!
© Server Fault or respective owner