IPv6 issues
-
What does that have to do with the price of tea in china?
My statement to the OP was an easy way to say to him that /128 is fine for the transit network - ie his connection to his isp..
Your getting way to deep into the weeds..
-
@johnpoz said in IPv6 issues:
My statement to the OP was an easy way to say to him that /128 is fine for the transit network - ie his connection to his isp..
Your getting way to deep into the weeds..With a /128, it can't possibly be the transit network as it can't communicate directly, that is without passing through a router, with any other device. That is what the link local address is used for. With a transit network, the addresses at each end must be able to communicate directly with the other end. That cannot happen with a /128. Think back to IPv4, where link local addresses weren't used. You would have some pipe, could be Ethernet, PPP or whatever. You would have an IP path, with addresses at each end that could communicate with each other. The only exception was point to point links, where the interface could be used, instead of an IP address.
Here's what netstat -r shows for my gateway:
Internet6:
Destination Gateway Flags Netif Expire
default fe80::217:10ff:fe9 UG em0Notice that link local address? Coming the other way, my ISP would route to my network by the link local address of the WAN side of pfSense. At no point is my /128 WAN address used for routing. In fact, I don't even need that address for my IPv6 Internet connection to work.
-
@johnpoz
I know :which matches :
but I set the subnet as /64 :
I know, this is not what instructions told me.
Like this "GIF tunnel subnet" setting is a "don't care" ??The IPv6 he.net side of things :
which tells me that /64 should be used.
All this doesn't match up with what @JKnott tells me = "a /128 will be a no go for communication", and I know that is true.
This tunnel tunnels ??So it is the local link
that matters ?
Btw : sorry for lossing the initial subject..
-
Guys... All I stated to the OP that is was ok to see a /128 on the wan interface.. There is zero reason to confuse him even more..
Yes /128 is a loopback - we all know that.. Doesn't have anything to do with his problem..
And yes you can talk to a loopback address.. And it can pass traffic - I prob made it worse by even having to point that out..
-
Is it even a loopback? On IPv6, the loopback is ::1. I don't think we're running OSPF here, where you need an address of some sort for loopback.
-
Talk about off the subject ;)
-
Perhaps a touch. However, I have noticed a lot of misunderstanding about IPv6, because people are so used to IPv4. While many things work the same way, some others are quite different. When I had that IPv6 problem, a couple of years ago, I found I had to educate the 2nd level tech support (I wouldn't waste my time with 1st) and senior tech at my ISP on the finer details of how some things worked with IPv6.
As for the WAN address, a public address is entirely optional with IPv6, relying on the link local address for routing. That seems to be quite a leap for many to understand.