Community discussions

MikroTik App

Search found 73 matches

by deanMK
Tue May 13, 2025 5:38 pm
Forum: Scripting
Topic: WAN traffic statistics
Replies: 10
Views: 3181

Re: WAN traffic statistics

Upon looking closer at your first screenshots, I conclude that you made some changes to the script. I see two issues. First, the timestamp on x_traffic_marker is exactly the same as on traffic.json (and other files), 20:05:00. This can only be like that on the first ever run or after a reboot. In a...
by deanMK
Mon May 12, 2025 11:42 pm
Forum: Scripting
Topic: WAN traffic statistics
Replies: 10
Views: 3181

Re: WAN traffic statistics

Have you reset traffic counters or rebooted the router since executing the script for the first time? The counters on the interface itself are in-memory only (4.8GiB in your example). If you don't mind losing some statistics, try deleting traffic.json and then running the script multiple times. The...
by deanMK
Mon May 12, 2025 9:00 pm
Forum: Scripting
Topic: WAN traffic statistics
Replies: 10
Views: 3181

Re: WAN traffic statistics

RouterOS doesn't allow executing scripts just by referencing the file name like Linux shell. You need to use "/import usb1-part1/traffic.rsc" as shown in the first post. To produce this data in an HTML format would require writing another script pretty much from scratch. That makes sense....
by deanMK
Sun May 11, 2025 1:50 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 267639

Re: v7.18.2 [stable] is released!

In my small lab, this version 7.18.2 runs incredibly stable and reliable on the CCR1009. It will definitely stay on for longer.
No noted issues in that uptime?
by deanMK
Sun May 11, 2025 1:47 pm
Forum: Scripting
Topic: WAN traffic statistics
Replies: 10
Views: 3181

Re: WAN traffic statistics

IS possible this to generate a nice HTML report ? This is still OK, but in general most of devices have USB port, so there is more possibility to work with. EDIT: Tested this on RoS 7.18.2 and got this error into log after Scheduller is executed: executing script from scheduler (traffic) failed, ple...
by deanMK
Sun May 11, 2025 12:41 pm
Forum: Announcements
Topic: Newsletter #124
Replies: 29
Views: 15909

Re: Newsletter #124

Wait for RB5009 with 8x2.5G PoE ports for great price in enxt Newsletter Mikrotik :)
by deanMK
Sat May 10, 2025 5:09 pm
Forum: General
Topic: Per-IP WAN traffic statistics
Replies: 54
Views: 34278

Re: Per-IP WAN traffic statistics

I run RoS 7.17.2 You need a minimum of 7.18, because the script for sure uses this new feature: *) console - added file-name parameter to :serialize; There might be some relevant bugfixes in 7.18.2, I never tested it below 7.18.2, so I cannot guarantee the script works on anything below. Noted. Wil...
by deanMK
Sat May 10, 2025 4:03 pm
Forum: General
Topic: Per-IP WAN traffic statistics
Replies: 54
Views: 34278

Re: Per-IP WAN traffic statistics

Why you insert "usb1" into ":local jsonfile" directive. You dont need that because its defined into previous line. Dont ether nothing there! You're right, that was a newbie error, and indeed that's not what I actually did on the device, on the device it's right: :local savedir &...
by deanMK
Sat May 10, 2025 3:49 pm
Forum: General
Topic: Per-IP WAN traffic statistics
Replies: 54
Views: 34278

Re: Per-IP WAN traffic statistics

Can you please post the output of this command (you may hide serial numbers): /disk/print And also these full lines from the script: :local savedir :local jsonfile Sure, here it is: Flags: B - BLOCK-DEVICE; M - MOUNTED Columns: SLOT, MOUNT-POINT, MODEL, SERIAL, INTERFACE # SLOT MOUNT-POINT MODEL SE...
by deanMK
Sat May 10, 2025 3:23 pm
Forum: General
Topic: Per-IP WAN traffic statistics
Replies: 54
Views: 34278

Re: Per-IP WAN traffic statistics

I got this error into log after execution from Scheduller:
executing script from scheduler failed, please check it manually
All is set like you suggested! What is the problem? Also set usb variable into script too before upload to Flash drive.
usb2/disk/traffic-per-month/traffic_per_mac.rsc
by deanMK
Sat May 10, 2025 10:28 am
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 119
Views: 22964

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2

I have the same buffer issue with hAP AX3 connected on LAN cable. Still after enabling tons of options gets randomly buffering o my IPTV (Not operator, but Aliexpress one that worked perfectly on previous operator).
by deanMK
Tue May 06, 2025 8:50 pm
Forum: General
Topic: Dual WAN Fallover Question for DHCP Client
Replies: 19
Views: 1568

Re: Dual WAN Fallover Question for DHCP Client

Yes that seems fine. Question was why browser is using, wan 2 as server testing.. The reason is because you currently have two ECMP routes with distance 1 (the two routes with + at the top of the route table), one of them has 192.168.1.1 as gateway, which goes through ether2 . You should go to IP -...
by deanMK
Mon May 05, 2025 10:57 pm
Forum: General
Topic: Dual WAN Fallover Question for DHCP Client
Replies: 19
Views: 1568

Re: Dual WAN Fallover Question for DHCP Client

The failover configuration looks good to me, and it is coherent with the pic you previously posted of the route list. The ether2 route is only S (static) whilst the "good" ones via pppoe-out1 and 8.8.8.8 are AS (Active Static). The result of speednet must be an artifact (or could it be br...
by deanMK
Mon May 05, 2025 10:56 pm
Forum: General
Topic: Dual WAN Fallover Question for DHCP Client
Replies: 19
Views: 1568

Re: Dual WAN Fallover Question for DHCP Client

Nothing I can see thus far that would cause any issues. Couple of things seem off. 1. The second NAT rule seems to be doing nothing, you identify a source address but what is being source natted too??? So perhaps you should explain why you have the second rule ( intent-purpose ??) /ip firewall nat ...
by deanMK
Mon May 05, 2025 5:27 pm
Forum: General
Topic: Dual WAN Fallover Question for DHCP Client
Replies: 19
Views: 1568

Re: Dual WAN Fallover Question for DHCP Client

Configuration i have posted before. But then you reported changing some settings, so the posted configuration is not the one currently running (or you lied :shock: when you said you changed it :wink: ) , anav wants to see the current one. There is always the concrete possibility that EITHER: 1) the...
by deanMK
Mon May 05, 2025 11:33 am
Forum: General
Topic: Dual WAN Fallover Question for DHCP Client
Replies: 19
Views: 1568

Re: Dual WAN Fallover Question for DHCP Client

Sorry need to see script not pics. /export file=anynameyouwish (minus router serial number, any WANIP public information, keys, passwords ) The pic does show that the first recursive is active, and the second recursive not being used and the backup not being used. Thus nothing strange from that at ...
by deanMK
Sun May 04, 2025 11:36 pm
Forum: General
Topic: Dual WAN Fallover Question for DHCP Client
Replies: 19
Views: 1568

Re: Dual WAN Fallover Question for DHCP Client

1`. Here is problem1 add bridge =*F interface= pppoe-out1 Do not add the pppoe interface to the bridge!!! 2. Here is problem2 /ip dhcp-client add comment=defconf interface=ether1 This should be disabled or removed, the client settings for wan are dealt with in the pppoe settings!! 3. Problem number...
by deanMK
Sun May 04, 2025 7:53 pm
Forum: General
Topic: Dual WAN Fallover Question for DHCP Client
Replies: 19
Views: 1568

Re: Dual WAN Fallover Question for DHCP Client

Hard to say with just the routes. Post your whole configuration, instructions here: https://forum.mikrotik.com/viewtopic.php?t=203686#p1051720 and also twice (once when ISP1 is used and once when it has failed over to ISP2) the output of: /ip address print How exactly are you simulating the loss of...
by deanMK
Sun May 04, 2025 5:57 pm
Forum: General
Topic: Dual WAN Fallover Question for DHCP Client
Replies: 19
Views: 1568

Dual WAN Fallover Question for DHCP Client

Hi Mikrotik Team Today set my Dual WAN Fallover (WAN Backup), and used this code to get that working. Ether1 is working as PPPoE client, and Ether2 is using LAN connection from another router near me. The both connections are totally different between. Different bandwidth etc.. Ether1 is getting adr...
by deanMK
Tue Mar 25, 2025 6:01 pm
Forum: Containers
Topic: Change interface for monitoring in vnStat Container Topic is solved
Replies: 3
Views: 8838

Re: Change interface for monitoring in vnStat Container Topic is solved

you are monitoring only virtual veth interface container is siting on. from vnstat dockerhub page: --network=host is necessary for accessing the network interfaces of the Docker host instead of being limited to monitoring the container specific interface this is currently unsupported in MikroTik co...
by deanMK
Sun Mar 23, 2025 3:09 pm
Forum: Containers
Topic: Change interface for monitoring in vnStat Container Topic is solved
Replies: 3
Views: 8838

Change interface for monitoring in vnStat Container Topic is solved

Hi Mikrotik Members Because RouterOS dont have native function for monitoring WEB usage traffic itself, i was put vnStat as container on my hAP AX3. Container works as should, but i have one dilemma. When i load IP where container is running, i got that vnStat is monitoring eth0 as interface i suppo...
by deanMK
Thu Mar 20, 2025 9:30 pm
Forum: Announcements
Topic: MikroTik smartphone app (ex Tik-App)
Replies: 498
Views: 301803

Re: MikroTik smartphone app (ex Tik-App)

+1 for adding apk download. What is the problem to add a link to your official website like for any other files? Why do we need to use third-party sites to download apk? Google Play is third party website? Its default site for all Android devices, and likely most secure website for hosting Android ...
by deanMK
Sat Mar 01, 2025 3:00 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 267639

Re: v7.18 [stable] is released!

Will wait for 7.18.X that will sort it out this reported things.
by deanMK
Sat Jan 11, 2025 8:09 pm
Forum: Beginner Basics
Topic: Auto Redirect IP with Port [SOLVED]
Replies: 6
Views: 9995

Re: Auto Redirect IP with Port [SOLVED]

Add a dstnat firewall rule . This is what the Docker/Podman --publish flag does for you automatically, which you must do by hand on RouterOS. Details . This also makes sense. Thanks for this information. I first time have situation like this, and today learned something usefull. Well, if we assume ...
by deanMK
Sat Jan 11, 2025 4:34 pm
Forum: Beginner Basics
Topic: Auto Redirect IP with Port [SOLVED]
Replies: 6
Views: 9995

Re: Auto Redirect IP with Port [SOLVED]

@mkx thanks for answer. So it seems that this cant be done in way i liked. No matter, will find another acceptable solution for this.
by deanMK
Sat Jan 11, 2025 3:06 pm
Forum: Beginner Basics
Topic: Auto Redirect IP with Port [SOLVED]
Replies: 6
Views: 9995

Auto Redirect IP with Port [SOLVED]

Hi Mikrotik members I have setup MySpeed into container, for monitoring my Network speed. But when try to load into browser it need to insert with port 5216 which is default port on mySpeed portal. Is there some NAT settings that i can force this process to "auto enter" the port when MySpe...
by deanMK
Sun Dec 22, 2024 12:34 pm
Forum: Announcements
Topic: Newsletter #122 | December 2024
Replies: 88
Views: 90082

Re: Newsletter #122 | December 2024

Its almost 2025 and Mikrotik still put 1GBPS port on their AP... What a shame. Nothing interesting here to make me to purchase. Another newsletter... still nothing for LTE/5G that works outside EU, no Audience AX, no mixed voltage PoE switches, no devices with LCD & nothing more in the RB5009/L0...
by deanMK
Tue Nov 19, 2024 9:14 pm
Forum: Containers
Topic: Nginx + PHP + PHPMyAdmin Container ?
Replies: 0
Views: 9758

Nginx + PHP + PHPMyAdmin Container ?

Hi Mikrotik,

I searched recently for build container with integrated nginx with php and phpmyadmin in one build, but cant find if there exist something like that. Someone who maybe use something like that, or some manuals how to do that on my Ax3?

Thanks in advance
by deanMK
Sat Sep 14, 2024 9:46 am
Forum: Announcements
Topic: Newsletter #114 | September 2023
Replies: 79
Views: 25669

Re: Newsletter #114 | September 2023

Ubiquity just released an Cloud Gateway Max fo about 250 euros.. 5 fully capable 2.5gbps ports and 1.5gbps ISP thoughput.. I think its time to releease 5009 based device with full 2.5gbps ports ! https://uk.store.ui.com/uk/en/category/cloud-gateways-compact/collections/cloud-gateway-max/products/ucg...
by deanMK
Mon Jul 08, 2024 7:07 pm
Forum: Announcements
Topic: Newsletter #119 | July 2024
Replies: 37
Views: 55463

Re: Newsletter #119 | July 2024

Wait for RB5009 with all 2.5G LAN ports and 2xSFP+ inputs.
by deanMK
Sat Apr 20, 2024 11:43 am
Forum: Beginner Basics
Topic: HAP AX3 downgrade the LAN speed to 100mbps? [SOLVED]
Replies: 3
Views: 2847

Re: HAP AX3 downgrade the LAN speed to 100mbps? [SOLVED]

Replaced the cable with basic Cat 5a UTP cable, and boom it back to 1GBps. I dont know what is happening, but may be the thing that UBNT have issue with some STP cables. I found that my U6 Pro was made in 2227R that meen it is manufactured in 27 week from 2022 year, device what is affected from usin...
by deanMK
Sat Apr 20, 2024 11:18 am
Forum: Beginner Basics
Topic: HAP AX3 downgrade the LAN speed to 100mbps? [SOLVED]
Replies: 3
Views: 2847

Re: HAP AX3 downgrade the LAN speed to 100mbps? [SOLVED]

It should be 1GBps at least With a 1000Base-T port it won't be more than this. Exchange cable. Yes i tryed with another cable Cat6 UTP, but it shows the same speed. I didnt expect to goes under 1GBps, but it should keeps at 1GBps. Currently it downgrades my speed to 100mbps for that port. https://i...
by deanMK
Sat Apr 20, 2024 10:56 am
Forum: Beginner Basics
Topic: HAP AX3 downgrade the LAN speed to 100mbps? [SOLVED]
Replies: 3
Views: 2847

HAP AX3 downgrade the LAN speed to 100mbps? [SOLVED]

Hi MKT Fans Recently i installed a UAP U6 Pro AP into my existing network using U6 at PoE+ adaptor https://eu.store.ui.com/eu/en/pro/category/accessories-poe-power/products/u-poe-at , purchased from UBNT. But when check the connection speed between the LAN port and U6 AP it shows 100mbps somehow. Ho...
by deanMK
Sat Sep 02, 2023 7:10 pm
Forum: Announcements
Topic: v7.11.2 [stable] is released!
Replies: 348
Views: 195782

Re: v7.11, 7.11.1 and more [stable] are released!

The first thing I heard in my MTCNA was "long-term is stable, stable is beta"! Unfortunately I have to say thats so 100% true. ROSv7 is sooooooooooooooo far away from a production-ready stable. Its like they fix 2 bugs and introduce 10 new bugs with each release. A real nasty thing is, th...
by deanMK
Thu Aug 17, 2023 4:51 pm
Forum: Announcements
Topic: v7.11.2 [stable] is released!
Replies: 348
Views: 195782

Re: v7.11 [stable] is released!

Someone tested this on hAP AX3? How is wifi on this build?
by deanMK
Tue Jul 25, 2023 10:47 pm
Forum: Announcements
Topic: v7.10, 7.10.1 and more [stable] are released!
Replies: 366
Views: 154967

Re: v7.10, 7.10.1 and more [stable] are released!

After a while, it seems that Wifi is not stable on hAP AX3 on 7.10.2 ! Constant internet drops, or poor wifi quality. On my Old hAP AC2 wifi is muc much stable and better then this on hAP AX3.
by deanMK
Sun Jul 16, 2023 6:48 pm
Forum: Containers
Topic: NGINX Container returns me Forbidden 403
Replies: 3
Views: 14098

NGINX Container returns me Forbidden 403

Hi Mikrotik I use hAP AX3 with container package installed and working. Today installed NGINX container, and all works fine, except that on every file i got "Forbidden 403" error , no matter on permission i set on file. nginx container is working properly: [admin@MikroTik] /container> pr 0...
by deanMK
Wed Jul 12, 2023 11:11 pm
Forum: Announcements
Topic: v7.10, 7.10.1 and more [stable] are released!
Replies: 366
Views: 154967

Re: v7.10 and 7.10.1 [stable] is released!

https://mikrotik.com/download/changelogs Top of the page since 7.10.2 is now latest version for stable for ROS7. Just tested 7.10.2 stable and works good for me. Also noticed that into this build Wifi Led on hAP AX3 now shows activity (led blinks when traffic is made via some of wifi interfaces).
by deanMK
Wed Jul 12, 2023 10:54 pm
Forum: Announcements
Topic: v7.10, 7.10.1 and more [stable] are released!
Replies: 366
Views: 154967

Re: v7.10, 7.10.1 and 7.10.2 [stable] is released!

What's new in 7.10.2 (2023-Jul-12 12:45):

*) wifiwave2 - fixed interface hangs on IPQ6010-based boards (introduced in v7.9);
From where is this changelog? i cant find it nowhere what is changes into that version.
by deanMK
Thu Jul 06, 2023 11:11 pm
Forum: Announcements
Topic: v7.11beta [testing] is released!
Replies: 373
Views: 131482

Re: v7.11beta [testing] is released!

*) wifiwave2 - fixed interface hangs on IPQ6010-based boards (introduced in v7.9);

What meen this bug fix? What interface hangs?
by deanMK
Sun Jul 02, 2023 10:27 am
Forum: Wireless Networking
Topic: ax series lineup WiFi issues
Replies: 344
Views: 151288

Re: ax series lineup WiFi issues

https://i.ibb.co/vqfvPkG/20230702-085719.jpg With this ISP speed get constantly Youtube buffering on my AndroidTV box even on 1080p with wired connection. Wifi randomly goes down and for some moments i cant load nothing at all on my smartphone. HAP AX3. This device is worst one until i using Mikrot...
by deanMK
Fri Jun 30, 2023 11:31 am
Forum: Wireless Networking
Topic: ax series lineup WiFi issues
Replies: 344
Views: 151288

Re: ax series lineup WiFi issues

Sooo, maybe I retire U6 Lite soon and go back to Mikrotik wireless again. I don't see any errors in logs whatsoever. I mean, im running basic setup but i don't see reason the reason wifi will not work with vlans. Dont make mistake. UBNT wireless is superior compared to buggy Mikrotik wireless. Stay...
by deanMK
Wed Jun 28, 2023 10:40 pm
Forum: Announcements
Topic: v7.11beta [testing] is released!
Replies: 373
Views: 131482

Re: v7.11beta [testing] is released!

Randomly causing internet downtime or very slow speeds and after some time back to previous state. I cant even load video into 1080p with my hAP AX3. Wired connection !
by deanMK
Sun Jun 25, 2023 10:49 pm
Forum: Wireless Networking
Topic: ax series lineup WiFi issues
Replies: 344
Views: 151288

Re: ax series lineup WiFi issues

WiFi performances are still crap. hAP AX3.
by deanMK
Sun Jun 25, 2023 9:30 pm
Forum: MikroTik hardware questions
Topic: What does this indicator LED meen on hAP AX3?
Replies: 8
Views: 12851

Re: What does this indicator LED meen on hAP AX3?

I am not sure you can.
On previous configuration wifi led blinked like every other led on router. With current Dual WAN configuration, just is solid green (no blink) even there is more then 6 devices connected to some of both wifi interfaces.

Mikrotik Stuff?
by deanMK
Sun Jun 25, 2023 8:32 pm
Forum: MikroTik hardware questions
Topic: What does this indicator LED meen on hAP AX3?
Replies: 8
Views: 12851

Re: What does this indicator LED meen on hAP AX3?

That should be network activity.
To the right is wireless activity.
Yes but Wifi led is not blinking when wireless devices makes a traffic. My question is how to enable to blink on activity?
by deanMK
Sun Jun 25, 2023 6:59 pm
Forum: Beginner Basics
Topic: hAP AX3 Dual WAN Fallover PCC Internet Issue [SOLVED]
Replies: 7
Views: 2550

Re: hAP AX3 Dual WAN Fallover PCC Internet Issue [SOLVED]

Looks mostly correct to me, sure it isn't a DNS issue? You have 192.168.88.1 set as DNS in your DHCP but i'm missing; /ip dns set allow-remote-requests=yes Also i think your recursive routes aren't correct; /ip route add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway= 192.1...
by deanMK
Sun Jun 25, 2023 6:39 pm
Forum: MikroTik hardware questions
Topic: What does this indicator LED meen on hAP AX3?
Replies: 8
Views: 12851

What does this indicator LED meen on hAP AX3?

Hi Mikrotik ! today i played a little with my hAP AX3, and noticed that WiFi indicator LED is not blink anymore, just is light green constantly. What activity that led showing? I checked System > Leds https://i.ibb.co/dmXcXL6/12.png https://i.ibb.co/MVqcFFL/AC333.jpg i googled and found this post ht...
by deanMK
Sun Jun 25, 2023 10:34 am
Forum: Beginner Basics
Topic: hAP AX3 Dual WAN Fallover PCC Internet Issue [SOLVED]
Replies: 7
Views: 2550

Re: hAP AX3 Dual WAN Fallover PCC Internet Issue [SOLVED]

Looks mostly correct to me, sure it isn't a DNS issue? You have 192.168.88.1 set as DNS in your DHCP but i'm missing; /ip dns set allow-remote-requests=yes Also i think your recursive routes aren't correct; /ip route add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway= 192.1...
by deanMK
Sat Jun 24, 2023 9:43 pm
Forum: Beginner Basics
Topic: hAP AX3 Dual WAN Fallover PCC Internet Issue [SOLVED]
Replies: 7
Views: 2550

hAP AX3 Dual WAN Fallover PCC Internet Issue [SOLVED]

Hi ! I setup this configuration for my Dual ISP, and into console can ping 8.8.8.8 sucessfully, but when connect some device to LAN or WiFi, then show that have internet (notification icon in Win 10), but i basically cant open nothing. Whats wrong with my configuration? Some help? # 1923-06-24 02:09...
by deanMK
Sat Jun 24, 2023 4:04 pm
Forum: Announcements
Topic: v7.11beta [testing] is released!
Replies: 373
Views: 131482

Re: v7.11beta [testing] is released!

Wifi performance still poor in this build too.. Constantly buffering on smartphones. But think that MKT devs are in good way to push first "stable" build.
by deanMK
Sat Jun 24, 2023 10:36 am
Forum: Announcements
Topic: v7.11beta [testing] is released!
Replies: 373
Views: 131482

Re: v7.11beta [testing] is released!

I cant make any difference into wifi stability. No link downtime for last 24 hours. Works stable for me. hAP AX3.
by deanMK
Thu Jun 22, 2023 10:12 pm
Forum: Wireless Networking
Topic: ax series lineup WiFi issues
Replies: 344
Views: 151288

Re: ax series lineup WiFi issues

Installed 7.11alpha version today on hAP AX3. Will inform here if some problems occured.
by deanMK
Sat Jun 17, 2023 3:05 pm
Forum: Beginner Basics
Topic: Android TV box dont get DHCP from hAP AX3
Replies: 13
Views: 3256

Re: Android TV box dont get DHCP from hAP AX3

Resolved this by replacing with another Android TV box with gigabyte LAN port. No issues so far with connection after wake up from sleap. All works smoothly.
by deanMK
Fri Jun 02, 2023 9:25 pm
Forum: Beginner Basics
Topic: Android TV box dont get DHCP from hAP AX3
Replies: 13
Views: 3256

Re: Android TV box dont get DHCP from hAP AX3

Really weird. Until device is power ON, it renew the lease automatically. Problem is when turn OFF, and after some time turn ON again. Then not get lease from DHCP automatically. Only way to back into online state is to unplug/plug the RJ45 connector from box.
by deanMK
Fri Jun 02, 2023 9:08 am
Forum: Beginner Basics
Topic: Android TV box dont get DHCP from hAP AX3
Replies: 13
Views: 3256

Re: Android TV box dont get DHCP from hAP AX3

@Amm0 tryed with netmask 24 and removing the device id. Not getting IP when lease is expiring. Other tip?
by deanMK
Thu Jun 01, 2023 10:25 pm
Forum: Beginner Basics
Topic: Android TV box dont get DHCP from hAP AX3
Replies: 13
Views: 3256

Re: Android TV box dont get DHCP from hAP AX3

The IPv6 fe80::/64 is what's called the link local address. Basically same as a 169.254.0.0/16 address that happens in IPv4 without DHCP. So that's unrelated. Did you try setting the netmask in the DHCP Server to "24" instead of blank? Not sure that fix, but has help with DHCP in past for...
by deanMK
Thu Jun 01, 2023 1:21 pm
Forum: Beginner Basics
Topic: Android TV box dont get DHCP from hAP AX3
Replies: 13
Views: 3256

Re: Android TV box dont get DHCP from hAP AX3

@Amm0 after 30 mins. Box dont renew the lease and status still stuck on "waiting". Box is connected directly to MTK.

Also noticed this. Why box get IPv6 ? when box connect successfully ipv6 is not shown there.

Image
by deanMK
Thu Jun 01, 2023 11:39 am
Forum: Beginner Basics
Topic: Android TV box dont get DHCP from hAP AX3
Replies: 13
Views: 3256

Re: Android TV box dont get DHCP from hAP AX3

Could be a case of cheap Android trash? To help eliminate some possibilities, Have you tried removing TP-Link switch from the equation and connect directly to MT? Have you tried disconnecting connection from TV and connect to another device, such as laptop. Does it experience same issue? 1. Yes i t...
by deanMK
Thu Jun 01, 2023 12:03 am
Forum: Beginner Basics
Topic: Android TV box dont get DHCP from hAP AX3
Replies: 13
Views: 3256

Re: Android TV box dont get DHCP from hAP AX3

Someone to help here? Its really frustrating why Android Box dont renew lease in time. Tryed to set lower value in lease time, but after expiring, it dont renew again, until plug off the cable and pull on again from switch.
by deanMK
Wed May 31, 2023 8:43 am
Forum: Beginner Basics
Topic: Android TV box dont get DHCP from hAP AX3
Replies: 13
Views: 3256

Android TV box dont get DHCP from hAP AX3

Hi people I have obe weird problem that cant fix myself even read too many threads here on mikrotik forum. I use LAN 4 via cable to connect my Android TV box. When connect the box for first time it get connection and all works fine. But after i turn off my box and dont use it for some time, on anoth...
by deanMK
Mon May 29, 2023 5:45 pm
Forum: Beginner Basics
Topic: Mikrotik 951G-2HnD and Samsung TV problem
Replies: 43
Views: 42406

Re: Mikrotik 951G-2HnD and Samsung TV problem

Someone to propose other solution except buying 100mbps switch and put it before Android Box ?
by deanMK
Thu May 25, 2023 4:37 pm
Forum: Beginner Basics
Topic: Mikrotik 951G-2HnD and Samsung TV problem
Replies: 43
Views: 42406

Re: Mikrotik 951G-2HnD and Samsung TV problem

I had the same issue and after reading this thread, I just disabled 100M connection on the affected eth port (connected to my TV), and left only 10M and 1000M. Works like a miracle now! Screenshot from 2021-08-06 15-05-01.png This worked for me too but little different configured. Before on every p...
by deanMK
Thu May 25, 2023 1:46 pm
Forum: Announcements
Topic: v7.9.1 [stable] is released!
Replies: 59
Views: 27146

Re: v7.9.1 [stable] is released!

The error message you show, I've seen as well. Other wifi issues I've encountered are related to PMKSA or clients simply not being able to connect anymore (password prompt even for a known network and nothing further). Some issues are solved with 7.10b5 (now b8). There are alpha versions around for...
by deanMK
Wed May 24, 2023 9:26 am
Forum: Announcements
Topic: v7.9.1 [stable] is released!
Replies: 59
Views: 27146

Re: v7.9.1 [stable] is released!

.... Would've been nice to have the "fixes" from 7.10beta5 in this release. I dont think so. That will be included in 7.10 stable release ! Mainwhile i got "MAC@wifi1 disconnected, key handshake timeout, signal strength -74" errors into console on my AX3 and devices not connecti...
by deanMK
Mon Apr 28, 2014 1:29 pm
Forum: Wireless Networking
Topic: Problem with Bridging Existing Wireless Conection
Replies: 13
Views: 17488

Re: Problem with Bridging Existing Wireless Conection

So to delete this port right ?

Image

Tried several times but every time show me Error message when try to connect to wirelesss network. :(

How do you meen to use Quick Set to activate this ? This is too confusing :-?
by deanMK
Sat Apr 26, 2014 8:26 pm
Forum: Wireless Networking
Topic: Problem with Bridging Existing Wireless Conection
Replies: 13
Views: 17488

Re: Problem with Bridging Existing Wireless Conection

Hi dudes ! I want to connect to existing Wireless connection, and for that follow this manual: http://wiki.mikrotik.com/wiki/Connect_to_an_Available_Wireless_Network I run all steps, but when click "Scan" and double clicked on SSID that i want to connect, give me error: "ERROR: scan ...
by deanMK
Sat Apr 26, 2014 12:15 am
Forum: Wireless Networking
Topic: Problem with Bridging Existing Wireless Conection
Replies: 13
Views: 17488

Re: Problem with Bridging Existing Wireless Conection

This is the same configuration but with own dns and IP-range
This is what you need
I dont need other DNS servers, and IP ranges.. This can be more simple to configure? i`m new in RouterOS and for me this configuration is Science Fiction :)
by deanMK
Fri Apr 25, 2014 8:41 pm
Forum: Wireless Networking
Topic: Problem with Bridging Existing Wireless Conection
Replies: 13
Views: 17488

Re: Problem with Bridging Existing Wireless Conection

Not really.. Watch the tut. in first post, ,and you will know what i need. So.. 1. I have existing wireless network in my neigbours from Router Speedport W503V. So i want to get wireless signal from that network, with my Mikrotik, and share that internet connection via LAN ports. Is now clear? Your ...
by deanMK
Fri Apr 25, 2014 1:18 pm
Forum: Wireless Networking
Topic: Problem with Bridging Existing Wireless Conection
Replies: 13
Views: 17488

Re: Problem with Bridging Existing Wireless Conection

Yea sure ! http://i.imgur.com/cpFr92E.png I follow tutorial posted in first post, but problem is when delete the wlan interface. Because in next step, says turn wlan int. into station mode. How to turn wlan int. into station mode, if before wlan int. is deleted.? Do you want to make mini tutorial ho...
by deanMK
Fri Apr 25, 2014 3:44 am
Forum: Wireless Networking
Topic: Problem with Bridging Existing Wireless Conection
Replies: 13
Views: 17488

Re: Problem with Bridging Existing Wireless Conection

Install the "wireless package by "system" packages
Its allready installed and enabled.. See the image below..

Image
by deanMK
Mon Apr 21, 2014 1:54 am
Forum: Wireless Networking
Topic: Problem with Bridging Existing Wireless Conection
Replies: 13
Views: 17488

Problem with Bridging Existing Wireless Conection

Hi dudes ! I want to connect to existing Wireless connection, and for that follow this manual: http://wiki.mikrotik.com/wiki/Connect_to_an_Available_Wireless_Network I run all steps, but when click "Scan" and double clicked on SSID that i want to connect, give me error: "ERROR: scan n...