Hey, I deploy Airbyte on docker on my pc and i tr...
# ask-community-for-troubleshooting
s
Hey, I deploy Airbyte on docker on my pc and i try to connect to sql server that also on my pc, i can reach the database with talend but i can't with airbyte, any help please ?
🙏 1
✍️ 1
🚨 1
@Marcos Marx (Airbyte) any help please ?
u
@[DEPRECATED] Marcos Marx turned this thread into Zendesk ticket 2545 to ensure timely resolution!
m
Try other dns:
localhost
or
host.docker.internal
this is something you need to configure the Docker network to make containers to find each others. Other way is to use the container IP directly, you can google it to discover how to do it.
s
Hello @Marcos Marx (Airbyte) Thanks for reply it work on my local pc. Now i'm doing the same thing but in different architecture, i deploy Airbyte on docker in EC2 instance in AWS in private subnet and the database in Azure VM Machine and between this two cloud we created VPN ( you will find attached the architecture) i can ping the azure vm from the terminal of the private instance, but with airbyte i can't reach the database, any help please ?
m
@Sami RIAHI for this you must talk to your infra team. This will needs some security work and Airbyte can’t help you on creating/organizing those measures.
s
@Marcos Marx (Airbyte) we add the ips in security groups and as i say from the terminal of the private instace we can reach the ip adresse of the server, what else we can do ?