Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default dns for cf app containers is bad #120

Open
thomasmitchell opened this issue Mar 16, 2020 · 1 comment
Open

default dns for cf app containers is bad #120

thomasmitchell opened this issue Mar 16, 2020 · 1 comment

Comments

@thomasmitchell
Copy link
Contributor

By default, CF app containers get the DNS configuration of the cell host. This has BOSH DNS as the first DNS server. The IP tables rules on the cell drop traffic from app containers to BOSH DNS, so DNS requests to this server time out.

This may be fixed if we hook up silk to garden.
A workaround is manually overriding the garden dns_servers setting to your DNS server list without the BOSH DNS IP.

@dennisjbell
Copy link
Member

Is this still an issue? Was this in the 1.x release branch, or in the 2.x prereleases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants