Posted By: dogzillaWhile for a different application, I'd also be very interested in the answer to this question: ie: how to limit access to a port to a single or several ip addresses. I've tried the same approach with no success (in this case to an instance of Wowza running on a non-standard port). Seems like the only choices I have are wide open or completely shut.
Posted By: kuleI used the private IP addresses (shown on the slice manager page); so on the server with mysql you add this:
-A INPUT -i eth1 -s 1.2.3.4 -p tcp --destination-port 3306 -j ACCEPT