question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] static ipv6 address setting gets wiped upon applying iface settings in LuCI

See original GitHub issue

18.06 trunk


Whilst LuCI is lacking an option to set/specify a static ipv6 address for an iface via odhcp it is still possible to do so manually in /etc/config/network with

list ip6addr 'ipv6 address'

However, manipulating the iface settings later on via LuCI and pressing apply the aforementioned setting simply gets wiped from /etc/config/network

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, May 28, 2019

It confused me that LuCI removes a setting that works for netifd and thus I opened this as a bug report, since I also could not find said exclusivity documented.

If it is a feature however then please feel at liberty to close the issue. I am aware of what is happening with LuCI and handle the matter accordingly (editing /etc/config/network via ssh instead).

1reaction
jow-commented, May 28, 2019

The ip6assign and ip6addr options are mutually exclusive (in LuCI) - that is why ip6addr gets removed upon save. Will clarify if they`re exclusive in netifd as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problems getting native IPv6 to work with LUCI - OpenWrt Forum
The client recieves the ULA and public addresses properly, no problem here. ... My goal is it to get the config properly through...
Read more >
Debian ignores static IPv6 configuration - Unix Stack Exchange
I'm trying to configure a static IPv6 address for my Debian container (running on LXD) but the system keeps ignoring my configuration. Currently ......
Read more >
Configure static IPv6 on Ubuntu - Server Fault
My provider gave me a "/64" (whatever that is - I'm still confused) of IPv6 addresses. However, when I try to use them,...
Read more >
IPv6 on FiOS? - Ubiquiti Community
Any gateway should be able to get an IPv6 address on its WAN interface without ... the application needs to wipe out the...
Read more >
IPv6 - OpenStack Docs
On the other hand, external router ports are allowed to have a dual-stack configuration with both an IPv4 and an IPv6 address assigned...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found