QUOTE(maxiscool @ Aug 29 2023, 07:56 PM)
Do you have problem IPv6 on Mirotik now? Somehow I just realised my IPv6 not working on client devices.It is bound on the status.
Works fine till now, try check the setup again like i did before.Enterprise Networking Mikrotik Routers (RouterBoard & RouterOS), User and owner discussion group
|
|
Aug 30 2023, 11:14 AM
Show posts by this member only | IPv6 | Post
#2881
|
![]() ![]() ![]() ![]()
Junior Member
610 posts Joined: Apr 2005 From: http://127.0.0.1:80/announce |
|
|
|
|
|
|
Aug 30 2023, 11:27 AM
Show posts by this member only | IPv6 | Post
#2882
|
![]() ![]() ![]()
Junior Member
379 posts Joined: Jan 2003 |
I see, ok so not the bugs from Mikrotik.
Ant latest configuration ROS ? Can share the latest configuration guide I try to setup everything again this holiday. |
|
|
Aug 30 2023, 08:16 PM
Show posts by this member only | IPv6 | Post
#2883
|
![]() ![]() ![]() ![]() ![]()
Junior Member
811 posts Joined: Jul 2008 From: Kota Kinabalu <-> Kuala Lumpur |
|
|
|
Aug 30 2023, 08:32 PM
Show posts by this member only | IPv6 | Post
#2884
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,397 posts Joined: Feb 2012 From: sOuL SoCiETY.. iSKaNDaRPuTeRi.. JB.. JDT |
|
|
|
Aug 30 2023, 08:35 PM
Show posts by this member only | IPv6 | Post
#2885
|
![]() ![]() ![]() ![]() ![]()
Junior Member
811 posts Joined: Jul 2008 From: Kota Kinabalu <-> Kuala Lumpur |
|
|
|
Aug 30 2023, 08:40 PM
Show posts by this member only | IPv6 | Post
#2886
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,397 posts Joined: Feb 2012 From: sOuL SoCiETY.. iSKaNDaRPuTeRi.. JB.. JDT |
QUOTE(syahpian @ Aug 30 2023, 08:35 PM) what kinda fan you looking at... this one below 50 1200RPM 2000RPM 3200RPM Single Dual Cooling Fan Cooler External USB 5V Powered Router Modem TV Box Amax 1 YEAR WARRANTY that I use so far ![]() syahpian liked this post
|
|
|
|
|
|
Aug 30 2023, 09:42 PM
Show posts by this member only | IPv6 | Post
#2887
|
![]() ![]() ![]() ![]()
Junior Member
610 posts Joined: Apr 2005 From: http://127.0.0.1:80/announce |
|
|
|
Aug 31 2023, 08:16 AM
|
![]() ![]() ![]()
Junior Member
379 posts Joined: Jan 2003 |
QUOTE(ahlong @ Aug 30 2023, 09:42 PM) No worry, thanks. I give a a try but no luck.From what I can tell, it seems IPv6 is there but just now to my client. I do recall it is working properly during ROS6, but I didn't check immediately after updating to ROS7, that is why I am looking if there is any settings need to be tweak for it. |
|
|
Aug 31 2023, 11:44 AM
Show posts by this member only | IPv6 | Post
#2889
|
![]() ![]()
Junior Member
203 posts Joined: Feb 2008 |
|
|
|
Aug 31 2023, 03:51 PM
|
![]() ![]() ![]()
Junior Member
379 posts Joined: Jan 2003 |
|
|
|
Aug 31 2023, 05:38 PM
Show posts by this member only | IPv6 | Post
#2891
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
All Stars
11,454 posts Joined: Oct 2007 From: KL |
|
|
|
Aug 31 2023, 08:00 PM
|
![]() ![]() ![]()
Junior Member
379 posts Joined: Jan 2003 |
CODE /ipv6 settings set max-neighbor-entries=8192 /ipv6 address add comment="Unifi-Internet IPv6" from-pool=pppoev6 interface=ether2-master /ipv6 dhcp-client add add-default-route=yes comment="UniFi-Internet v6" interface=UniFi-Internet pool-name=pppoev6 rapid-commit=no request=prefix use-peer-dns=no /ipv6 firewall filter add action=accept chain=input connection-state=established in-interface=UniFi-Internet add action=accept chain=forward connection-state=established in-interface=UniFi-Internet add action=accept chain=input connection-state=related in-interface=UniFi-Internet add action=accept chain=forward connection-state=related in-interface=UniFi-Internet add action=accept chain=input in-interface=UniFi-Internet src-address=fe80::/16 add action=drop chain=input in-interface=UniFi-Internet add action=drop chain=forward in-interface=UniFi-Internet /ipv6 nd set [ find default=yes ] advertise-dns=no dns=:: mtu=1480 /ipv6 nd prefix add interface=ether2-master prefix=::/0 /ipv6 nd prefix default set preferred-lifetime=1h valid-lifetime=2h Is it like this? This post has been edited by maxiscool: Aug 31 2023, 08:01 PM |
|
|
Sep 1 2023, 04:11 AM
Show posts by this member only | IPv6 | Post
#2893
|
![]() ![]() ![]() ![]() ![]()
Senior Member
975 posts Joined: Sep 2004 From: Setapak |
|
|
|
|
|
|
Sep 1 2023, 07:04 AM
|
![]() ![]() ![]()
Junior Member
379 posts Joined: Jan 2003 |
|
|
|
Sep 1 2023, 11:36 AM
Show posts by this member only | IPv6 | Post
#2895
|
![]() ![]() ![]() ![]() ![]()
Junior Member
811 posts Joined: Jul 2008 From: Kota Kinabalu <-> Kuala Lumpur |
QUOTE(maxiscool @ Sep 1 2023, 07:04 AM) maybe try this, it have detail guide on how to setup ipv6 on unifi, i been using it for long time, from my old rb2011 to my latest hap ax3 https://klseet.com/networking/mikrotik/mikr...up-revisit-2021 |
|
|
Sep 1 2023, 04:52 PM
Show posts by this member only | IPv6 | Post
#2896
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
All Stars
11,454 posts Joined: Oct 2007 From: KL |
QUOTE(maxiscool @ Aug 31 2023, 08:00 PM) CODE /ipv6 settings set max-neighbor-entries=8192 /ipv6 address add comment="Unifi-Internet IPv6" from-pool=pppoev6 interface=ether2-master /ipv6 dhcp-client add add-default-route=yes comment="UniFi-Internet v6" interface=UniFi-Internet pool-name=pppoev6 rapid-commit=no request=prefix use-peer-dns=no /ipv6 firewall filter add action=accept chain=input connection-state=established in-interface=UniFi-Internet add action=accept chain=forward connection-state=established in-interface=UniFi-Internet add action=accept chain=input connection-state=related in-interface=UniFi-Internet add action=accept chain=forward connection-state=related in-interface=UniFi-Internet add action=accept chain=input in-interface=UniFi-Internet src-address=fe80::/16 add action=drop chain=input in-interface=UniFi-Internet add action=drop chain=forward in-interface=UniFi-Internet /ipv6 nd set [ find default=yes ] advertise-dns=no dns=:: mtu=1480 /ipv6 nd prefix add interface=ether2-master prefix=::/0 /ipv6 nd prefix default set preferred-lifetime=1h valid-lifetime=2h Is it like this? Try this first Delete this: /ipv6 nd prefix add interface=ether2-master prefix=::/0 See ok or not first then check the following. Interface should be your bridge: /ipv6 address add comment="Unifi-Internet IPv6" from-pool=pppoev6 interface=ether2-master add-default-route should be no: /ipv6 dhcp-client add add-default-route=yes This post has been edited by soonwai: Sep 1 2023, 05:29 PM |
|
|
Sep 1 2023, 09:46 PM
Show posts by this member only | IPv6 | Post
#2897
|
![]() ![]() ![]() ![]() ![]()
Junior Member
811 posts Joined: Jul 2008 From: Kota Kinabalu <-> Kuala Lumpur |
MX510 liked this post
|
|
|
Sep 2 2023, 08:57 AM
|
![]() ![]() ![]()
Junior Member
379 posts Joined: Jan 2003 |
QUOTE(soonwai @ Sep 1 2023, 04:52 PM) Your clients not getting an ipv6 address or getting an ipv6 address but cannot access internet via ipv6? Client not getting IPv6 address. I noticed on the logs there is this error, is it important?Try this first Delete this: /ipv6 nd prefix add interface=ether2-master prefix=::/0 See ok or not first then check the following. Interface should be your bridge: /ipv6 address add comment="Unifi-Internet IPv6" from-pool=pppoev6 interface=ether2-master add-default-route should be no: /ipv6 dhcp-client add add-default-route=yes invalid mtu 1492 on UniFi-Internet from fe80::mask:mask:mask:mask Still can't work probably I have to reset and start all the setup clean to test out This post has been edited by maxiscool: Sep 2 2023, 07:10 PM |
|
|
Sep 8 2023, 02:36 PM
Show posts by this member only | IPv6 | Post
#2899
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
All Stars
11,454 posts Joined: Oct 2007 From: KL |
|
|
|
Sep 8 2023, 02:38 PM
Show posts by this member only | IPv6 | Post
#2900
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
All Stars
11,454 posts Joined: Oct 2007 From: KL |
QUOTE(maxiscool @ Sep 2 2023, 08:57 AM) Client not getting IPv6 address. I noticed on the logs there is this error, is it important? Sorry could not help with the ipv6 problem.invalid mtu 1492 on UniFi-Internet from fe80::mask:mask:mask:mask Still can't work probably I have to reset and start all the setup clean to test out I have the "invalid mtu 1492" error also. I don't think it's important. |
| Change to: | 0.0660sec
0.59
6 queries
GZIP Disabled
Time is now: 27th November 2025 - 03:43 PM |