Security

Iptables configuration to allow specific host connection to mysql:

iptables -A INPUT -i eth0 -p tcp -m tcp --dport 3306 -s IP.ADD.RE.SS -j ACCEPT

Revision #1
Created 2026-03-04 09:51:42 UTC by Diogo Gonçalo Lourenço
Updated 2026-03-04 09:51:42 UTC by Diogo Gonçalo Lourenço