Installing Odoo CRM on NethServer

, ,

Hello,
as I said, I have installed Odoo.
It works pretty well, but I can not access from outside my LAN.
I opened the 8069 port on my router, and I configured the firewall on NethServer 7 in this way:

config set odoo service status enabled TCPPorts 8069 access green
signal-event firewall-adjust
signal-event runlevel-adjust

Suggestions?

P.S.
I only have one network card (green)

Did you forwarded the port on the router to nethserver?

Yes, 8069

On /var/log/firewall.log you might find dropped connections (net2fw:DROP) to port 8069.

Try editing the odoo service to allow connections from RED zone, from Security -> Network services, or use:

config set odoo service status enabled TCPPorts 8069 access green,red
signal-event firewall-adjust
signal-event runlevel-adjust

Hope it helps. Kind Regards.

Tomorrow I will try.
Thanks

Thanks @dnutan

Your suggestion worked.
Although I do not understand why I had to configure the RED although I have only GREEN.

Anyway, thanks again

1 Like