Skip to content

No IPv6 autoconfiguration #48

@steglicd

Description

@steglicd

currently net.ipv6.conf.all.accept_ra is set to true but net.ipv6.conf.all.forwarding is also set to true. This means that net.ipv6.conf.all.accept_ra is ignored and no RA's are accepted.

To fix this net.ipv6.conf.all.accept_ra needs to be set to a value of 2.

(If freedombox should accept RA's). As freedombox uses IPv4 DHCP on default, I would assume that the box should behave same on IPv6 (and do automatic configuration).

for Details see here:
http://strugglers.net/~andy/blog/2011/09/04/linux-ipv6-router-advertisements-and-forwarding/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions