Edeliver : ports to open

Hi,

I’m having trouble with start/stop with edeliver.

the following commands works fine to the server machine with only port 22(ssh) open:

mix edeliver build release production --skip-mix-clean --verbose
mix edeliver deploy release to production

but the following not. I need to open all ports to work (-I INPUT -p tcp -j ACCEPT ). There is no response just opening port 22.

mix edeliver ping production
mix edeliver start production
etc…
.=

Which port do I need to open to make it work?

Thanks

1 Like

My server has only ports 22, 80 and 443 open and I think edeliver ping works for me.

1 Like

Many thanks,

I reseted all rules and started again. port 22 is enought.

1 Like