geosolutions-it / sciadro-backend

https://waffle.io/geosolutions-it/sciadro-backend
1 stars 3 forks source link

Enable firewall in DEV server #73

Open tdipisa opened 5 years ago

tdipisa commented 5 years ago

The firewall must be setup in DEV server to open only the following ports:

petrus7 commented 5 years ago

Git it, since docker is overwriting iptables all ports exposed in docker compose are accessible and there is no way to prevent this (actually there is: set iptables: false in docker daemon settings but this generates more troubles - for example containers does not have internet connection) Another traffic is prevented.

Which networks should be allowed to get access to ssh port? (current rules allow everybody to try to connect)

tdipisa commented 5 years ago

Which networks should be allowed to get access to ssh port? (current rules allow everybody to try to connect)

79.135.50.112 79.135.50.243

and your IP