|
How do I find out the wan ipv6 address of my router?
David
BT (poor) -> Zen (excellent) -> O2 (started well, went downhill -> IDNet (No complaints - but 100GB cap) -> Zen (unlimited-and now ipv6!l)
|
|
Perhaps http://test-ipv6.com/ will tell you.
Edited by caffn8me (Sat 04-Jun-16 13:32:38)
|
|
Unfortunately that only gives me the address of the machine I am doing the query from, not the router.
I am supposed to be on a fixed ip address with Zen, but that only seems to be for ipv4. According to Zen TS, my router allocates it's own ipv6 address, and that is nothing to do with Zen
I suppose in that case, I need to find out how to get the router to allocate itself the same ipv6 address each time it is rebooted
David
BT (poor) -> Zen (excellent) -> O2 (started well, went downhill -> IDNet (No complaints - but 100GB cap) -> Zen (unlimited-and now ipv6!l)
Edited by ukwiz (Sat 04-Jun-16 15:09:38)
|
Register (or login) on our website and you will not see this ad.
|
|
That's not quite right. Your router will be allocating its address for the outside interface based on its MAC address. This will remain the same each time it connects.
The router will also have a different IPv6 address in its internal interface. Hopefully its just taken the first address out of the assigned address space.
The way to find out the address that it is using depends on the device you have. You can probably find it in its webui though.
What are you trying to do that requires you knowings its IP address?
|
|
Zen's default setup means that your router is assigned a random one from the /64 prefix delegated to your connection, for the WAN side. This will change each time your router connects. If you contact Zen technical support, they can change this behaviour so the same fixed IPv6 address from that /64 is used instead. I made this request a few months ago and everything still works fine.
The address they appear to be using for this is .... not that exciting - it is just the /64 prefix followed by a 1 at the end, so if your /64 is 2001:DB8:A:B::/64, the fixed address your router will end up with each time upon connection becomes 2001:DB8:A:B::1
Simples!
Edited by mixt (Sat 04-Jun-16 17:06:55)
|
|
I am trying to set up a BQM for the ipv6 connection. The router is the only thing that stays on permanently
David
BT (poor) -> Zen (excellent) -> O2 (started well, went downhill -> IDNet (No complaints - but 100GB cap) -> Zen (unlimited-and now ipv6!l)
|
|
Zen should have given you two groups of IPv6 numbers in the form
IPv6 Prefix:
2A02:xxxx:yyyy:zzzz::/64
IPv6 Delegated:
2A02:yyyy:zzzz::/48
The /48 group are WAN addresses which are what concern you here. In my router configuration I simply said the WAN address was
2A02:yyyyy:zzzz::1
but I could have used any of the 2^48 addresses
I then used that as the WAN address in my Thinkbroadband BQM.
I also set the Ipv6 gateway to
2A02:yyyyy:zzzz::2
I hope this helps
Adrian
|
|
I have tried doing this with my Draytek 2860 router. With the router set to connect IPV6 via PPP I appear to obtain the appropriate addresses from Zen and test sites all return a 10/10 rating for my IPV6 connection.
There are however 2 problems (as far as I am aware). One is that the BQM doesn't work (all red, IPV4 version is fine); second is that I cannot ping any IPV6 external address from any Windows 10 machine on the network. I can ping from the router itself and from a Windows 2008 Server.
If I set the router to static IP mode as above and use e.g. 2A02:yyyy:zzzz::1 then, although the router indicates that addresses are being allocated from Zen (all systems green) I lose all external IPV6 connectivity - the test sites simply report that it is not present.
This happens whether I use 2A02:yyyy:zzzz:2 or the FE80 address as the default gateway.
Reverting to PPP mode restores connectivity but the BQM does not work, even though the router's external IP appears to remain static in any event.
Any thoughts anyone?
|
|
<guess work>
Does your Draytek router have a built firewall? maybe its blocking the outgoing IPV6 / not adding rules to allow outgoing traffic.
</guess work>
Various (Dile up) -> clara.net (Dile up) -> TELE2 (Microwave) -> ZeN (ADSL)
|
|
It does have a firewall but the settings are the same as IPv4 except I have it to block routing packets from the WAN side on IPv6. It is also set to accept pings from the WAN on both.
As I said, I can ping from a Server through the same router so the problem with outward pings lies in Windows 10.
As I understood it the BQM is trying to ping me in any event?
|
|
I am with Plusnet on their IPv6 trial and have a Billion 8800NL so YYMV.
I found the IPv6 address to use for a BQM by logging into the command line on the router and running ifconfig.
The line containing the address starts inet6 addr: and ends with Scope Global
As has already been mentioned you will need a static IPv6 address and a router that responds to IPv6 pings.
|
|
I've managed to get the BQM working now - seems to have been just a matter of setting up the monitor with the router IPV6 address (although mine is not "fixed" Zen say that it will never change) which I had clearly not done properly before
|
|
That's not quite right. Your router will be allocating its address for the outside interface based on its MAC address. This will remain the same each time it connects.
The router will also have a different IPv6 address in its internal interface. Hopefully its just taken the first address out of the assigned address space.
Your router will set its own link local IPv6 address, based most likely on the EUI-48 (i.e. MAC address) of one of its interfaces. The RFCs indicate this address should be static, but this is not always the case. The precise behaviour is implementation dependent.
TR-167 allows two possibilities for the router WAN interface's globally routable IPv6 address - SLAAC or DHCPv6. The standard Zen setup is SLAAC, with the DHCPv6 server ignoring globally routable address requests. I'm not sure whether Zen can configure accounts to have a globally routable address allocated to the router's WAN interface via DHCPv6, as I've never asked.
You can, in fact, statically allocate any address from the /64 block to your router's WAN interface, either as the primary address or an alias. My pfSense box has a SLAAC address as the primary address and <prefix>::1 as an alias, primarily for BQM.
|