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

Frigate cannot access IPv6 hosts #201

Open
davidebeatrici opened this issue Jan 6, 2025 · 1 comment
Open

Frigate cannot access IPv6 hosts #201

davidebeatrici opened this issue Jan 6, 2025 · 1 comment

Comments

@davidebeatrici
Copy link

The network interface inside the container only has an IPv4 address:

# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
23: eth0@if24: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default 
    link/ether 02:42:ac:1e:21:01 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet 172.30.33.1/23 brd 172.30.33.255 scope global eth0
       valid_lft forever preferred_lft forever

Possibly related: blakeblackshear/frigate#12944

@davidebeatrici
Copy link
Author

See ppfeufer/docker-compose-files@bb9d6c1 for a possible solution.

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