Comment by [email protected]:

By default tryton only was listening to ipv6 interfaces. So I need to set

jsonrpc = 0.0.0.0:8000 # to listen to just ipv4

or

jsonrpc = *:8000,0.0.0.0:8000 # to listen to both

For more information:
https://code.google.com/p/tryton/wiki/InstallationOnDebian

Reply via email to