On Thu, Apr 11, 2024 at 11:22:54AM +0200, Julian Huhn wrote: > Moin! > > On Wed, Apr 10, 2024 at 04:24:48PM +0200, Julian Huhn wrote: > >I tried unsuccessfully to obtain an IPv6 address with an umb(4) interface. > >As > >umb(4) supports IPv6 since 6.7, I seem to be doing something wrong. Can > >anyone > >give me a hint what I need to do? > > After some further investigation I found a commit for sys/dev/usb/if_umb.c > from > 2020 which says > > IPv6 is no longer on by default. It must be enabled with "inet6 eui64". > > This piece was missing for me. Should this be mentioned in the manpage or in > the FAQ? > > For the sake of completeness my new umb0 config is attached. > > --Huhn > > x270$ cat /etc/hostname.umb0 > inet6 eui64 > apn internet > pin xxxx > roaming > up >
hi. after speaking to some other developers, it seems that that commit message was slightly misleading. ip6 is handled for umb like for everything. you can use static or the autoconf method. "inet6 eui64" is if you just want link level address (i am advised!) so whatever works for you, fine, but it is not that umb is a special case. having said that, we're discussing whether the page warrants an example config or not... glad you got it working though, and great you managed to dig through commit logs to find answers! jmc