MySQL / Firewall

2002-05-27 Thread Daniel Kasak
Hi all. I've just been forced to install a hardware firewall by our parent company. We now have our MySQL server in a DMZ zone, and I am having trouble opening up access to it. The firewall doesn't have an entry for the MySQL service, so I create a user-defined service and fill in the following

RE: MySQL / Firewall

2002-05-27 Thread Basil Hussain
Hi, The firewall doesn't have an entry for the MySQL service, so I create a user-defined service and fill in the following details: SourcePort Low: 3306 SourcePort High: 3306 DestPort Low: 3306 DestPort High: 3306 Transport: TCP (choices are TCP-6, UDP-17, and Other) Your problem here