grogi
Occasional Visitor
How to enable IPv6 on particular interface?
Other interfaces, such as the bridge
It's RT-AC68u running Merlin 386.7_2 if that makes any difference.
ip a show dev eth0
shows only inet
addresses, no inet6
, not even link-local fe80
one. Trying to add one returns an error.
Bash:
#> ip -6 address add fe80::1 dev eth0
RTNETLINK answers: Permission denied
Other interfaces, such as the bridge
br0
, or even those that are part of the bridge (eth1
, eth2
, vlan1
) all have the link-local address.It's RT-AC68u running Merlin 386.7_2 if that makes any difference.