Community discussions

MikroTik App
 
dksoft
Member Candidate
Member Candidate
Topic Author
Posts: 148
Joined: Thu Dec 06, 2012 8:56 am
Location: Germany

Can not get IPv6 prefix on RB5009 only (CCR2004, RB4011 work)

Wed Sep 08, 2021 4:53 pm

That is really curious and maybe some one has an idea:

Using 7.1rc2 and rc3 I can not get an IPv6 prefix using dhcpv6-client. It's stuck at searching.
The exact same configuration (export/import) works seamless on a CCR2004 and RB4011!
I even replaced the RB5009 with another one and created a minimal firewall (accept all IPv4/IPv6 packages).

Any idea what is different on the RB5009 to the others?
 
dksoft
Member Candidate
Member Candidate
Topic Author
Posts: 148
Joined: Thu Dec 06, 2012 8:56 am
Location: Germany

Re: Can not get IPv6 prefix on RB5009 only (CCR2004, RB4011 work)

Thu Sep 09, 2021 10:17 am

I netinstalled a RB5009 to rc2 and rc3. The problem still exists.
Here is my minimal configuration:
/interface vlan
add interface=ether1 name=FTTH vlan-id=7
    
/interface pppoe-client
add add-default-route=yes interface=FTTH name=TELEKOM user=xxx#0001@t-online.de

/ipv6 dhcp-client
add interface=TELEKOM pool-name=GUA-pool6 request=prefix use-peer-dns=no
The dhcpv6-client stucks at "searching". Happens only on RB5009, not on RB4011 and CCR2004 in the same environment. This also worked for years on ROS6.
Searching the forum there are reports from others having the same problem. Some gave up, one user reported a solution by changing the HW to RB4011.
 
noradtux
newbie
Posts: 39
Joined: Mon May 24, 2021 6:33 pm

Re: Can not get IPv6 prefix on RB5009 only (CCR2004, RB4011 work)

Fri Sep 10, 2021 6:44 pm

I have the same issue (viewtopic.php?f=1&t=177984&p=875621#p875621).
It only happens when running pppoe over a tagged vlan. It works on an untagged link.
 
dksoft
Member Candidate
Member Candidate
Topic Author
Posts: 148
Joined: Thu Dec 06, 2012 8:56 am
Location: Germany

Re: Can not get IPv6 prefix on RB5009 only (CCR2004, RB4011 work)

Fri Sep 10, 2021 9:22 pm

It only happens when running pppoe over a tagged vlan. It works on an untagged link.
Hi noradtux,

very nice, thank you so much!

I created a bridge in my CRS317 that tags the traffic. It worked right away.
Now I update my support request and come back, if I receive any information.
 
jookraw
Member Candidate
Member Candidate
Posts: 142
Joined: Mon Aug 19, 2019 3:06 pm

Re: Can not get IPv6 prefix on RB5009 only (CCR2004, RB4011 work)

Thu Sep 23, 2021 3:57 pm

Hello noradtux and dksoft,

I got my RB5009 this week and installed 7.1rc4 on it and decided to test PPPoE over tagged vlan, for my surprise it worked.

I do have a switch between the RB5009 and the Fiber ONT, but still tagged.

My config is below, (have we configured something differently?):
# sep/21/2021 19:50:42 by RouterOS 7.1rc4
# model = RB5009UG+S+
/interface bridge
add ingress-filtering=no name=bridge vlan-filtering=yes
/interface vlan
add interface=bridge mtu=1600 name=WAN_vlan vlan-id=35
/interface pppoe-client
add add-default-route=yes interface=WAN_vlan name=PPPoEv4 user=*****
add interface=WAN_vlan name=PPPoEv6 user=*****
/interface bridge port
add bridge=bridge ingress-filtering=no interface=ether8 pvid=88
/interface bridge vlan
add bridge=bridge tagged=bridge,ether8 vlan-ids=35
/ipv6 dhcp-client
add add-default-route=yes interface=PPPoEv6 pool-name=GUA-pool rapid-commit=\
    no request=prefix use-peer-dns=no

Who is online

Users browsing this forum: UncleGringo and 17 guests