iptables -A INPUT -i eth0 -p tcp --destination-port 3306 -j ACCEPT
# The above line accept connection to port 3306
Post a Comment
No comments:
Post a Comment