IPv6 Monitoring stuck on pending
-
Hi all,
My IPv6 Gateway Monitoring stopped working 2 weeks ago for some reason. Also nothing in Routing Logs about it either, there was 2 weeks ago. I can ping the Monitoring IP via Diagnosics | Ping OK.
What could be wrong?
-
@gregeeh Maybe a reboot helps?
-
@Bob-Dig Unfortunately not.
-
@gregeeh Then I would delete and recreate the gateway. At least there is nothing I can think about, that could be the cause in your case.
Do you have another IPv6 Gateway? Diagnostics is using this if WAN6 is not up. -
@Bob-Dig Thanks for your reply.
I hear what you are saying, but I have changed nothing in pfsense for months. So why does it suddenly stop?
-
@gregeeh said in IPv6 Monitoring stuck on pending:
but I have changed nothing in pfsense for months
That proves the issue is not on your side.
If the IPv6 connection doesn't come up, it's normal that pinging to 2001:4860:4860::8844 doesn't work. It will keep on saying 'Pending'.
How can ping work over a non existing connection anyway ^^To check the 'construction' of the connection, and if you use the dhcp client, switch the client do debug mode first.
Rebuild the connection.
Admire the results here : Status > System Logs > DHCP - look for the lines where "Process" says "dhcp6c ".
Compare working with non working sequence.Now you have the info to
a) yell at your ISP
or
b) slap admin into the face. -
@Gertjan said in IPv6 Monitoring stuck on pending:
That proves the issue is not on your side.
You would think so, but IPv6 is working great on the clients.
I have even restored a backup of pfSense from 1 month ago when it was working, just to be sure, and I'm getting the same results.
-
What does the interface status look like?
Pending like that usually implies he interface hasn't come up. Or cannot arp for the gateway in IPv4.
Is it trying to use the link-local address? What do the states show?
-
@stephenw10 said in IPv6 Monitoring stuck on pending:
What does the interface status look like?
-
@gregeeh well not sure how pfsense would talk to that IPv6 you have as monitoring from only a link local address.. While sure it can route traffic for you lan side device. Itself would not be able to talk to some gua IPv6 from that fe80 address.
Vs pointing to that google dns IP for monitor, just let it use its gateway which is just a link-local address. Since your wan doesn't seem to be getting a GUA address
You don't happen to have this checked do you?
-
@johnpoz said in IPv6 Monitoring stuck on pending:
@gregeeh well not sure how pfsense would talk to that IPv6 you have as monitoring from only a link local address.. While sure it can route traffic for you lan side device. Itself would not be able to talk to some gua IPv6 from that fe80 address.
Vs pointing to that google dns IP for monitor, just let it use its gateway which is just a link-local address. Since your wan doesn't seem to be getting a GUA address
I hear what you are saying but it has been working this way for months and has suddenly stopped. Do you think something might has changed on my ISP side?
-
Hmm, normally pfSense itself will use a routable address as source but for gateway monitoring it always uses the interface address in order to be forced via the correct WAN.
I see exactly the same behaviour here with a WAN that delivers prefix only.
Did you always have link-local only there?
-
@gregeeh they might of stop giving the wan interface a gua address.. But I don't see how that would ever work, there is no way you can ping that gua from that link-local address..
@stephenw10 saying it would use a routeable address, yeah I would think so ;) but if it doesn't have one - what would it use, an IP from the lan side out of the prefix delegated?
What if you remove the google dns IP out of your monitoring.. Wont it just use the link-local gateway as its monitor, which you would hope would answer ping.
-
Thanks everyone you are correct, I obviously did not always have a link-local address. Here is the Monitoring Graph showing when it stopped working:
Here is my ISP connection information:
Off to my ISP now, and once again thank you all for your assistance.
-
@johnpoz said in IPv6 Monitoring stuck on pending:
what would it use, an IP from the lan side out of the prefix delegated?
Yes, that's exactly what it does.
And, yes, if you remove the remote address it pings the gateway link-local address just fine.
-
@gregeeh said in IPv6 Monitoring stuck on pending:
I obviously did not always have a link-local address
Just to correct your wording here a bit, you would always have a link-local, always.. But you might not always have a gua address.
Its possible your gua went away for some reason? Did you check that setting I posted about not asking for one?
But seems like what @stephenw10 is saying, is if the wan doesn't get a gua, that it should use an IP out of the lan side prefix as the source when dpinger wants to talk to the monitor IP if that is a gua..
-
@johnpoz said in IPv6 Monitoring stuck on pending:
You don't happen to have this checked do you?
-
Try adding a :1 to the end of your monitor IP.. I have to do that for a couple of my customers including my setup here..
2001:4860:4860::8844:1
-
@chpalmer said in IPv6 Monitoring stuck on pending:
2001:4860:4860::8844:1
that is not the correct address for google dns, nor would it answer ping.. Nor would it matter if he has no gua to talk to it with.
-
@johnpoz said in IPv6 Monitoring stuck on pending:
But seems like what @stephenw10 is saying, is if the wan doesn't get a gua, that it should use an IP out of the lan side prefix as the source when dpinger wants to talk to the monitor IP if that is a gua..
Only being a mere learner when it comes to networking issues, is there a way of of testing this?