Can someone let me know if the following is possible.
I have 2 machines on the 192.168.254 subnet on the private side of the firewall. I have a public ip bound to the external interface of the firewall. I have MySQL server installed on one machine and I have MySQL client installed on the other. I want to be able to make a connection from the MySql client machine to the MySQL server via the external interface IP address.
Here is how I tested.
From MySQL client i tried the following command:
telnet (external ip) 3306
I can not make a connection
Thanks
This thread was automatically locked due to age.