arnab wrote:
Dear All,
I've installed Koha in a machine "A" ( IP - 192.168.128.80 ). Now I'm trying to access the modules INTRANET and OPAC from another machine "B" (IP - 192.168.128.66).
When writing "http:\\192.168.128.80" in the browser I can easily access the OPAC module but cannot access the INTRANET module.
As I don't have a DNS server, so I've put the following two lines 192.168.128.80 opac 192.168.128.80 intranet in the host file of the machine "B". I can access the OPAC module but what should be written in the browser of the machine "B" to access the INTRANET module.
I've tried with "http:\\192.168.128.80\intranet"... but it is not working.
Hi arnab You should be able to do http://opac/ on machine B to access the opac, and http://intranet/ to access the intranet Chris