Skip to content

Unable to start due to failing firewall config. #11

Description

@nielsbasjes

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions