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

Unable to start due to failing firewall config. #11

Open
nielsbasjes opened this issue Dec 9, 2023 · 0 comments
Open

Unable to start due to failing firewall config. #11

nielsbasjes opened this issue Dec 9, 2023 · 0 comments

Comments

@nielsbasjes
Copy link

In scripts/start-unsecure-internet.sh there is this statement to allow DNS.

sudo ufw allow dns comment 'Fuchsia qemu DNS'

On my Ubuntu 22.04 LTS machine that gives the error

ERROR: Could not find a profile matching 'dns'

and Fuschsia simply does not start.

On my machine I replaced this with this and now Fuschsia does start

sudo ufw allow proto udp from 0.0.0.0 to 255.255.255.255 port 53 comment 'Fuchsia qemu DNS'

I'm unsure if this is a problem with my machine or something else.

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

1 participant