Hello Team,
We have installed Tailscale on our local machine and also installed it on an instance hosted on OCI based on the recommended document https://tailscale.com/kb/1149/cloud-oracle/?q=Oracle
We have maintained the setting for UDP in Ingress and also maintained Egress rules based on the this document
https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/securityrules.htm#stateful
We are able to ping to other machine install locally, but unable to ping to MySQL DB from outside. We tried to deploy our application locally to connect to the MySQL but receiving a connection error. We are unable to progress on this issue, MySQL doesn’t allow to communicate with MySQL DB from outside, how do we resolve it based on Tailscale claim that we can connect to DB hosted on a Cloud.
We want to resolve this first from local machine and then use the Gitpod to connect to hosted DB on the cloud. We could not find any blog which has a sample.
Any help will be really helpful.