Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
20.1 Legacy Series
»
Error dhcp6c[10139]: advertise contains NoAddrsAvail status
« previous
next »
Print
Pages: [
1
]
Author
Topic: Error dhcp6c[10139]: advertise contains NoAddrsAvail status (Read 3042 times)
Tugdualenligne
Newbie
Posts: 13
Karma: 0
Error dhcp6c[10139]: advertise contains NoAddrsAvail status
«
on:
April 11, 2020, 10:26:27 pm »
Hi there,
Any idea why I get that error in my logs? I don't have IPv6 configured on my OPNsense (except the WAN address, but with no relay configured)
I get:
dhcp6c[10139]: Sending Solicit
dhcp6c[10139]: advertise contains NoAddrsAvail status
Many thanks in advance
Logged
marjohn56
Hero Member
Posts: 1701
Karma: 179
Re: Error dhcp6c[10139]: advertise contains NoAddrsAvail status
«
Reply #1 on:
April 12, 2020, 09:00:02 am »
Yes, it means the ISPs dhcp6 server you are connecting to is saying there are no available addresses to give you. Your ISP should have logs and be able to find out why.
Logged
OPNsense 24.7
-
Qotom Q355G4
- ISP -
Squirrel 1Gbps
.
Team Rebellion Member
- If we've helped you remember to applaud
franco
Administrator
Hero Member
Posts: 17665
Karma: 1611
Re: Error dhcp6c[10139]: advertise contains NoAddrsAvail status
«
Reply #2 on:
April 12, 2020, 10:09:27 am »
Shouldn't "Request only an IPv6 prefix" fix this in WAN settings?
Cheers,
Franco
Logged
marjohn56
Hero Member
Posts: 1701
Karma: 179
Re: Error dhcp6c[10139]: advertise contains NoAddrsAvail status
«
Reply #3 on:
April 12, 2020, 10:39:40 am »
I think it might be saying there are no addresseses full stop,
even for WAN.
I'd need to look at the source to check that response exactly. Worth trying the Prefix only suggestion though.
Logged
OPNsense 24.7
-
Qotom Q355G4
- ISP -
Squirrel 1Gbps
.
Team Rebellion Member
- If we've helped you remember to applaud
marjohn56
Hero Member
Posts: 1701
Karma: 179
Re: Error dhcp6c[10139]: advertise contains NoAddrsAvail status
«
Reply #4 on:
April 12, 2020, 11:40:28 am »
Yup, no addresses...
switch (evd->type) {
case DHCP6_EVDATA_IAPD:
stcode = DH6OPT_STCODE_NOPREFIXAVAIL;
stcodestr = "NoPrefixAvail";
break;
case DHCP6_EVDATA_IANA:
stcode = DH6OPT_STCODE_NOADDRSAVAIL;
stcodestr = "NoAddrsAvail";
break;
Logged
OPNsense 24.7
-
Qotom Q355G4
- ISP -
Squirrel 1Gbps
.
Team Rebellion Member
- If we've helped you remember to applaud
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
20.1 Legacy Series
»
Error dhcp6c[10139]: advertise contains NoAddrsAvail status