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

Containers don't have internet access #67

Open
NoahAronov opened this issue Jul 2, 2023 · 1 comment
Open

Containers don't have internet access #67

NoahAronov opened this issue Jul 2, 2023 · 1 comment

Comments

@NoahAronov
Copy link

NoahAronov commented Jul 2, 2023

Installed Kasm Workspaces on Ubuntu Server, installed Brave container, successfully opened Brave container, but Brave container has no external internet access. I have tried changing the default DNS settings, but I'm not sure if they applied to the containers in Kasm.

Update: changed DNS settings in the Brave container JSON, but the sites still fail to resolve from inside of the Brave container. The failure actually said DNS error this time though, which is odd considering the container was updated to use Quad9's DNS resolver. "ERR_ADDRESS_UNREACHABLE" is the actual message that shows in Brave typically.

@j-travis
Copy link
Contributor

j-travis commented Jul 6, 2023

You shouldnt need to modify the brave container at all. By default all containers should get DNS information from the host. If for some reason you have a custom setup where this doesnt work, there are additional DNS flags you can pass to docker run to set custom DNS servers. e.g --dns

https://docs.docker.com/engine/reference/commandline/run/#options

Whatever is going on here, has something to do with your host or network level setup.

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

No branches or pull requests

2 participants