I've got tryton running in VIrtualBox using NAT network mode, and I've 
forwarded port 8000 from the client (FreeBSD 10.0) to the host (Win7), but 
the GTK client reports "Could not connect to the server". Can anyone help?

I'm using NAT network mode because I'm in Starbucks at the moment, and the 
vm doesn't get a DHCP address if I used bridged mode. I created a database 
manually using pgadmin3 (port forwarding 5432 works), used "-i all" the 
first time I started tryton, and after starting a second time I can see 
trytond starting up on port 8000 in the log file:

...
[Fri May 16 23:00:58 2014] INFO:server:using /usr/local/etc/trytond.conf as 
configuration file
[Fri May 16 23:00:58 2014] INFO:server:initialising distributed objects 
services
[Fri May 16 23:00:58 2014] INFO:server:starting JSON-RPC protocol on 
localhost:8000
[Fri May 16 23:00:58 2014] INFO:database:connect to "tryton"
[Fri May 16 23:00:59 2014] INFO:modules:ir:registering classes
...

I'm sure this is something stupid I've done (or not done!). Can anyone show 
me the error of my ways?

Reply via email to