# Failed connections to remote proxysql host

**URL:** https://forums.percona.com/t/failed-connections-to-remote-proxysql-host/11084
**Category:** Percona XtraDB Cluster 8.x
**Tags:** percona
**Created:** [June 28, 2021, 7:35pm UTC](https://forums.percona.com/t/failed-connections-to-remote-proxysql-host/11084 "2021-06-28T19:35:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Mikem](https://avatars.discourse-cdn.com/v4/letter/m/41988e/32.png) [@Mikem](https://forums.percona.com/u/Mikem)
#### Post date: [June 28, 2021, 7:35pm UTC](https://forums.percona.com/t/failed-connections-to-remote-proxysql-host/11084/1 "2021-06-28T19:35:55Z")

</div>

I have Percona Proxysql and Percona Cluster configured and working. My issue is that I cannot connect a remote application to the proxysql port that should reconcile to the cluster. If I am on the proxysql host it works fine.

This is run from the proxysql host iad-app02  
i.e. mysql --user=proxysql\_user -p --port=6033 --host=iad-app02 -Works ok.

If I run the same command from a remote application host, it fails as if it was trying to open Mysql on iad-app02.

[root@iad-app01 ~]# mysql --user=proxysql\_user -p --port=6033 --host=50.116.41.55  
Enter password:  
ERROR 2003 (HY000): Can’t connect to MySQL server on ‘50.116.41.55:6033’ (113)  
[root@iad-app01 ~]#

---

<div class="post-metadata">

### Author: ![Ivan\_Groenewold](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/ivan_groenewold/32/6299_2.png) [@Ivan\_Groenewold](https://forums.percona.com/u/Ivan_Groenewold)
#### Post date: [July 1, 2021, 3:11pm UTC](https://forums.percona.com/t/failed-connections-to-remote-proxysql-host/11084/2 "2021-07-01T15:11:22Z")

</div>

Hi, I’d start by checking if you can reach port 6033 from iad-app01. Also check in proxysql config if you are binding to localhost only.
