Is it necessary to have firewalls rules between trusted nodes communicating on their backend interfaces?
Posted
by
Tom
on Server Fault
See other posts from Server Fault
or by Tom
Published on 2012-06-30T22:59:29Z
Indexed on
2012/07/01
9:17 UTC
Read the original article
Hit count: 223
I have 6 nodes that have internet access on eth1 and private access to one another on eth0. Currently I have firewall rules for eth0, for things like memcached and NFS. Is this necessary? It's a real headache as NFS for example communicates on loads of different ports, and I recently introduced glusterfs which needs more still. Is the headache of figuring out what backend ports to unblock worth the security enhancement?
I should mention that I will of course still have a firewall rule on eth0 to block servers owned by others in the same datacenter.
Thanks
© Server Fault or respective owner