openerp - Accessing Odoo localhost on LAN -


i testing odoo v10 (formally known openerp) office. have installed on server pc (windows 7 pro) having name "nebula" ip 192.168.1.190 @ port 80 works fine when accesses web address (http:// localhost/) or (http:// 127.0.0.1/) (http:// nebula/) or (http:// 192.168.1.190/) own pc browser have installed it.

but, when tries pc connected same lan, browser unable reach http:// nebula/ or http:// 192.168.1.190/ .

i getting ping reply on lan pc nebula ping nebula , ping 192.168.1.190 but, browser unable connect same server.

currently, not using firewall on server.

please help. how reach 192.168.1.190 browser on lan ?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -