Logging on to the ErpNext server from a windows computer

Hi all,

Hopefully this is a very straight forward question, with an answer just as simples...

I have a ERPNext server running on a stand alone machine, the machine is running CentOs, the Erpnext is working great on the server, the server has two nics on board, 

One is to the outside world so the box can be managed, it has an internal ip address of 192.168.10.123

The other goes to our internal network running on 192.168.1.123, the Windows server is sitting on 192.168.1.2, and there are then local machines to it...

ErpNext works by entering 192.168.1.123 or 192.168.10.123 into firefox on the CentOs box

From the windows machines I can ping the CentOs box, but cannot get the ERPNext to work across the network,

I have read lots on this subject, but no definitive, you must do this for this to work.

So over to you is there a simple answer, or is it long and convoluted, either way I need to get this to work, I have full admin rights to both machines.  

Regards, Jeff.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/f9efbbc5-13d2-461e-bd86-fbfd3674e57b%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

On Wed, Jun 18, 2014 at 12:10 AM, Jeff Arnold je...@gmail.com wrote:

Hi all,

Hopefully this is a very straight forward question, with an answer just as
simples…

I have a ERPNext server running on a stand alone machine, the machine is
running CentOs, the Erpnext is working great on the server, the server has
two nics on board,

One is to the outside world so the box can be managed, it has an internal ip
address of 192.168.10.123

The other goes to our internal network running on 192.168.1.123, the Windows
server is sitting on 192.168.1.2, and there are then local machines to it…

ErpNext works by entering 192.168.1.123 or 192.168.10.123 into firefox on
the CentOs box

From the windows machines I can ping the CentOs box, but cannot get the
ERPNext to work across the network,

I have read lots on this subject, but no definitive, you must do this for
this to work.

So over to you is there a simple answer, or is it long and convoluted,
either way I need to get this to work, I have full admin rights to both
machines.

Regards, Jeff.

Hi Jeff,

Can you try to make nginx listen on the public ip using

listen ip:80;

in yout nginx config?


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much
    information as you can. Please see it from the point of view of the person
    receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do
    not send images as attachments. Links are good. Same goes for any file you
    are going to send.

End of Note

You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/erpnext-developer-forum/f9efbbc5-13d2-461e-bd86-fbfd3674e57b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Pratik
erpnext