Dennis, perhaps it has to do with the apache configuration on the VM. Look at the file /etc/koha/koha-httpd.conf, on the lines with <VirtualHost 127.0.0.1:80/8080> you must put <VirtualHost *:80/8080> or your IP address instead of "*", then restart apache (sudo apache2ctl restart)
Hope that helps Bernardo -- Bernardo Gonzalez Kriegel [email protected] On Tue, Sep 4, 2012 at 10:20 AM, Dennis Njuguna <[email protected]> wrote: > Hi all > > I appreciate the advice accorded, so far as newbie in ubuntu/koha now I > have both koha 3.8.2 im running it on an ubuntu VM, my current problem is i > am giving my machine an IP address, 192.168.100.2 successfully since its > even browsing the internet and I can ping it from our LAN but when I try to > access koha I have to access it using 127.0.1.1:8080 how do I change this > to have it run at my ip address or rather I want to access this koha > application from the network. > > I used a godsent link liveCD > > Regards > > -- > > Dennis K. Njuguna > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

