security - charlesfg/TPCx-V_setup GitHub Wiki

Extra Security

Since I'm running this benchmark inside a public host, acessible by all Internet, on the [RNP POP-MG|http://www.pop-mg.rnp.br/] I had to take some extra security measurements (which I discovery being warned by leaving too open services running). So some services I've disabled.

Disable mDNS

# edit and enable/disable the specific interface
vim /etc/avahi/avahi-daemon.conf
# To test replace IP
dig +short @"IP" -p 5353 -t any _services._dns-sd._udp.local

Disable RPC-bind

# edit the  TODO