Community discussions

MikroTik App
 
User avatar
ZeroByte
Forum Guru
Forum Guru
Topic Author
Posts: 4047
Joined: Wed May 11, 2011 6:08 pm

[Fixed in 6.34] IPv6 address from Pool stays invalid

Thu Feb 19, 2015 7:56 pm

Am I doing something wrong?
(real address prefixes changed to documentation prefix for this post)

This problem began when I upgraded my 2011UAS-2HnD from v6.1 -> 6.27

I am receiving a /60 from DHCPv6-PD and use it to create pool=ISP
[admin@routerboard] /ipv6 address> /ipv6 dhcp-client print detail
Flags: D - dynamic, X - disabled, I - invalid 
 0    interface=ether6 pool-name="ISP" pool-prefix-length=64 
      prefix-hint=::/60 status=bound prefix=2001:db8:c000:6310::/60 
      expires-after=3d23h37m1s duid="00030001d4ca6d31fd68" 
      add-default-route=yes use-peer-dns=no 
I add an address from the pool, but it is flagged as invalid. (LAN is a bridge interface)
[admin@routerboard] /ipv6 address> add address=::1/64 interface=LAN from-pool=ISP advertise=yes eui-64=no

[admin@routerboard] /ipv6 address> print detail
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local 
 5 IG address=2001:db8:c000:6310::1/64 from-pool=ISP interface=LAN 
      actual-interface=LAN eui-64=no advertise=yes

[admin@routerboard] /ipv6 address> .. pool used print
POOL         PREFIX                                      OWNER        INFO       
ISP          2001:db8:c000:6310::/64                       Address      LAN        

[admin@routerboard] /ipv6 address> .. nd prefix print
(none)

Other facts:
* If I remove this address and re-add it as a static address without specifying the pool, then it becomes active.
* Even though the address is flagged Invalid, I am still able to ping/access it from the Internet.
* Devices on LAN side do not get SLAAC.
Last edited by ZeroByte on Fri Jan 29, 2016 4:48 pm, edited 1 time in total.
 
mrScamp
just joined
Posts: 7
Joined: Mon Dec 26, 2011 9:11 pm

Re: IPv6 address from Pool stays invalid

Sun Feb 22, 2015 11:40 am

I'm experiencing the same problem.
IPv6 addresses assigned from pool are invalid and ND doesnt work.
 
User avatar
ZeroByte
Forum Guru
Forum Guru
Topic Author
Posts: 4047
Joined: Wed May 11, 2011 6:08 pm

Re: IPv6 address from Pool stays invalid

Tue Feb 24, 2015 6:39 pm

I've discovered that if you reboot the Mikrotik with the "invalid" address configured, it becomes valid and works.

I'm trying older version to figure out which rev. was the first to introduce this behavior.

EDIT:
This behavior first appears in 6.26 - In both .26 and .27, if you configure a "from-pool" address, it never removes the Invalid flag. Upon reboot it works properly and is not flagged invalid.
 
biomann
just joined
Posts: 8
Joined: Thu Apr 25, 2013 11:12 am

Re: IPv6 address from Pool stays invalid

Fri Jun 19, 2015 8:13 pm

This problem seems to be present even in ROS 6.29.1. Mikrotik, could you please do something about this?
 
alexjhart
Member Candidate
Member Candidate
Posts: 197
Joined: Thu Jan 20, 2011 8:03 pm

Re: IPv6 address from Pool stays invalid

Tue Jun 23, 2015 7:53 pm

I am seeing this behavior as well.
 
User avatar
miasik
newbie
Posts: 29
Joined: Sun Mar 18, 2012 10:15 am
Location: Kiev, Ukraine

Re: IPv6 address from Pool stays invalid

Wed Jun 24, 2015 10:36 pm

This problem seems to be present even in ROS 6.29.1. Mikrotik, could you please do something about this?
Confirm problem.
 
colanderman
newbie
Posts: 44
Joined: Wed Oct 28, 2015 5:21 am

Re: IPv6 address from Pool stays invalid

Wed Oct 28, 2015 5:25 am

Yes, I encounter this in 5.25. Disappointed that it's still present in 6.29.

Bug seems to be that the prefix isn't released to the Pool when the Address is de/reconfigured.

Disable/reenable DHCPv6 Client while Address is enabled also solves the issue (since this clears the Pool and makes the prefix available for the Address again).
 
OsirisS13
just joined
Posts: 14
Joined: Wed Oct 08, 2008 3:15 am

Re: IPv6 address from Pool stays invalid

Thu Jan 21, 2016 2:00 am

6.33.5 here and it appears that the issues are still occurring. Confirm rebooting the router or release and renewing the DCHPv6 address on the router clears the invalid flag.


It also appears there cannot be more than one address from the pool active at any one time. If there are two address added to separate interfaces, one is always invalid. Rebooting or clearing the DCHP lease doesn't help. Which address works and which one doesn't can change with no apparent reason

Mikrotik can you please address this?
 
pe1chl
Forum Guru
Forum Guru
Posts: 10221
Joined: Mon Jun 08, 2015 12:09 pm

Re: IPv6 address from Pool stays invalid

Thu Jan 21, 2016 10:45 am

I cannot confirm that, I have separate IPv6 prefixes on two different networks and both of them work OK.

It is true that it sometimes fails when you first setup the whole thing and then starts working after reboot, as described
earlier in the thread. I remember I had that problem. Of course not good because when you are trying things and they
don't work you first blame your own efforts.
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7053
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: IPv6 address from Pool stays invalid

Thu Jan 28, 2016 2:02 pm

I've discovered that if you reboot the Mikrotik with the "invalid" address configured, it becomes valid and works.

I'm trying older version to figure out which rev. was the first to introduce this behavior.

EDIT:
This behavior first appears in 6.26 - In both .26 and .27, if you configure a "from-pool" address, it never removes the Invalid flag. Upon reboot it works properly and is not flagged invalid.
Please contact Mikrotik support and send a supout file.
 
User avatar
ZeroByte
Forum Guru
Forum Guru
Topic Author
Posts: 4047
Joined: Wed May 11, 2011 6:08 pm

Re: IPv6 address from Pool stays invalid

Thu Jan 28, 2016 5:53 pm

Please contact Mikrotik support and send a supout file.
Alright. I'll get you one shortly.
 
User avatar
ZeroByte
Forum Guru
Forum Guru
Topic Author
Posts: 4047
Joined: Wed May 11, 2011 6:08 pm

Re: IPv6 address from Pool stays invalid

Fri Jan 29, 2016 4:47 pm

This has been fixed in 6.34

I'm not sure about the RC versions, but the official release works.
Thanks.
 
thiagomedeiros
just joined
Posts: 24
Joined: Tue Apr 03, 2012 10:38 pm

Re: [Fixed in 6.34] IPv6 address from Pool stays invalid

Thu Oct 06, 2016 5:21 pm

I have the same problem in version 6.37.1. My routerboard is a RB750UP.

See this video with the problem and how I solve them: https://dl.dropboxusercontent.com/u/282 ... Wantel.mp4

Who is online

Users browsing this forum: No registered users and 103 guests