Community discussions

MikroTik App

Search found 20 matches

by Kobe14
Tue May 24, 2022 11:45 am
Forum: Scripting
Topic: API command for hotspot state
Replies: 3
Views: 590

Re: API command for hotspot state

You can read on how to use queries with examples here: https://help.mikrotik.com/docs/display/ROS/API#API-Queries Thanks, but 2 things are still unclear is this correct then? /IP/hotspot/hosts/print ?type= X ?type=A or (authenticated?) But the column name for hotspot status is blank (leftmost) so w...
by Kobe14
Mon May 23, 2022 3:16 am
Forum: Scripting
Topic: API command for hotspot state
Replies: 3
Views: 590

API command for hotspot state

Hi, i googled and check the docs but i cant seem to find it.
What's the API command for querying hotspot state of a host?
e.g : Authenticated / Bypassed / dynamic/ DHCP / static

The CLI command is this but i'm sure it's not the same for API.
ip hotspot host print where authorized
by Kobe14
Thu May 12, 2022 6:26 pm
Forum: Scripting
Topic: Drop inactive hotspot devices after x minute
Replies: 3
Views: 747

Re: Drop inactive hotspot devices after x minute

I am not an expert in Scripting but with [/ ip hotspot host print where authorized you get a list of all authorized and with [ /ip hotspot host print where !(authorized ) [ of all not authorized hosts. Thanks, a step to the right direction at least. I forgot to mention, instead of dropping the ille...
by Kobe14
Thu May 12, 2022 3:35 pm
Forum: Scripting
Topic: Drop inactive hotspot devices after x minute
Replies: 3
Views: 747

Re: Drop inactive hotspot devices after x minute

Ok after digging deeper, apparently i need to query "A" flagged clients on ip > hotspot > hosts Question is, is this even possible from API standpoint to query single flag on a multi flagged client? e.g an authorized client would be flagged as H&A since they are also DHCP. what would b...
by Kobe14
Mon May 09, 2022 8:38 am
Forum: Scripting
Topic: Drop inactive hotspot devices after x minute
Replies: 3
Views: 747

Drop inactive hotspot devices after x minute

Hi, i'm currently running mikrotik hotspot + unifi AP. I'm using unifi AP + home asssitant to trigger several automations based a number of active hotspot clients. The issue that i'm facing is that unifi AP also lists clients that aren't authenticated in their active clients list. E.g : User A, B, C...
by Kobe14
Sun Dec 06, 2020 12:34 pm
Forum: General
Topic: Getting tailscale to work through mikrotik
Replies: 3
Views: 3874

Re: Getting tailscale to work through mikrotik

Is the public IP directly on that Mikrotik, or is there another NAT between that Mikrotik and the internet? The whole NAT punching idea depends on a predictable behavior of the NAT. The UDP port used by the device on the private address must be preserved, which the Mikrotik's firewall (linux netfil...
by Kobe14
Sat Dec 05, 2020 2:54 am
Forum: General
Topic: Getting tailscale to work through mikrotik
Replies: 3
Views: 3874

Getting tailscale to work through mikrotik

Hi, i was wondering, Do nat punching softwares such as tailscale require kernel update and thus ROS update, or can we configure mikrotik to allow tailscale ? I can't seem to get tailscale working on my office machine which only use these rules : - mangle to redirect that machine to specific ISP - qu...
by Kobe14
Thu Aug 13, 2020 3:42 am
Forum: Virtualization
Topic: Any Quad pcie nic that works for passthrough?
Replies: 5
Views: 7095

Re: Any Quad pcie nic that works for passthrough?

Update : I got a quad NIC based on intel 85275 to work, through esxi.
But it's chinese made and oddly its x1
The previous realtek nic that i mentioned doesnt work though,
I havent tested it for VLAN and high traffic yet though
by Kobe14
Tue Aug 11, 2020 11:52 am
Forum: Virtualization
Topic: Any Quad pcie nic that works for passthrough?
Replies: 5
Views: 7095

Re: Any Quad pcie nic that works for passthrough?

Hmm this is strange, just tested it again with pcie nic tp link tg3468, which is also realtek based. I'm using 13 of these for my x86 machine (with mining board it's possible), and they've been working flawlessly for 2-3 years now Survey script says it's assignable, and the default MMIO for hyper-v ...
by Kobe14
Tue Aug 11, 2020 12:39 am
Forum: Virtualization
Topic: Any Quad pcie nic that works for passthrough?
Replies: 5
Views: 7095

Re: Any Quad pcie nic that works for passthrough?

I wouldn*t limit the problem to the chipset of the NIC. I am using an i350AT-Quad...this one from Fujitsu https://sp.ts.fujitsu.com/dmsp/Publications/public/ds-eth-ctrl-4x1Gbit-PCIe-x4-D3045-Cu.pdf However your mileage my vary, depending of Hypervisor and type of passthrough/virtualisation options ...
by Kobe14
Mon Aug 10, 2020 1:59 am
Forum: Virtualization
Topic: Any Quad pcie nic that works for passthrough?
Replies: 5
Views: 7095

Any Quad pcie nic that works for passthrough?

I'm in process of migrating my x86 machine to CHR under hyper-v. I chose quad nic RTL8111g because from my previous experience routeros has issues with intel based pcie-nic But i stumbled into an issue. I passthrough'ed my quad nic RTL8111g, and i'm pretty sure i did it correctly cause it didn't sho...
by Kobe14
Sun Aug 09, 2020 1:07 pm
Forum: Beginner Basics
Topic: Migrating from x86 to CHR with hyper-v, winbox stuck at logging in
Replies: 5
Views: 2177

Re: Migrating from x86 to CHR with hyper-v, winbox stuck at logging in

Okay thanks. I'm in process of exporting each config. Guess have to do it manually But i stumbled into another issue. I passthrough'ed my quad nic RTL8111g, pretty sure i did it correctly cause it didn't show any error. But my CHR VM isn't detecting them, tried ROS x86 VM but it's the same. Is there...
by Kobe14
Sat Aug 08, 2020 7:02 am
Forum: Beginner Basics
Topic: Migrating from x86 to CHR with hyper-v, winbox stuck at logging in
Replies: 5
Views: 2177

Re: Migrating from x86 to CHR with hyper-v, winbox stuck at logging in

Well turns out it's much more diificult than i thought x86 > CHR diff version = bad password x86 > CHR same version = bad password x86 > CHR compact export = only partial config is restored, it seems to stop before it's finishes Can anyone confirm whether it's possible or not to restore from x86 to ...
by Kobe14
Sat Aug 08, 2020 3:36 am
Forum: Beginner Basics
Topic: Migrating from x86 to CHR with hyper-v, winbox stuck at logging in
Replies: 5
Views: 2177

Re: Migrating from x86 to CHR with hyper-v, winbox stuck at logging in

Ah solved, it's asking for newer winbox version lol If you're completely new to this, then why are you using an ancient version of Winbox (3.0rc6) and where/when did you get it? Something doesn't quite ring true... You didn't mention which version of CHR you're trying to use either. yeah i was getti...
by Kobe14
Sat Aug 08, 2020 1:42 am
Forum: Beginner Basics
Topic: Migrating from x86 to CHR with hyper-v, winbox stuck at logging in
Replies: 5
Views: 2177

Migrating from x86 to CHR with hyper-v, winbox stuck at logging in

Hi, first of all i'm completely new at ROS so please bear with me, i'm trying to migrate my x86 ROS machine to CHR under hyper-v server 2019. I set the virtual switch to external, create network adapter and connect it to vswitch Followed the first time config guide here https://help.mikrotik.com/doc...
by Kobe14
Thu Jul 09, 2020 6:15 pm
Forum: General
Topic: I350-T4V2 compatibilty?
Replies: 0
Views: 598

I350-T4V2 compatibilty?

Anyone tried ROS with this NIC ?
Had an intel card that wasnt compatible so i'm asking around first before buying this.
Or any recommendations for durable quad nic cards?
by Kobe14
Thu Feb 08, 2018 10:58 am
Forum: General
Topic: Forwarding ip public value using x64 rb to x86 rb
Replies: 1
Views: 468

Forwarding ip public value using x64 rb to x86 rb

I have an isp with dynamic ip and i need to remote a pc quite frequently, however i only have x86 rb and since ipcloud isnt supported by x86, Is it possible to use secondary x64 box to forward the ip public value to the x86 box? How would they communicate then? Whats the position of x64 in x86 rb? T...
by Kobe14
Sun Nov 12, 2017 6:36 am
Forum: General
Topic: CRS226-24G-2S+ High CPU
Replies: 0
Views: 743

CRS226-24G-2S+ High CPU

I'm using CRS226-24G-2S+ in a diskless (ISCSI) environment, along with TP link SG2452, to be used with 28 cybercafe clients and 30 gamecenter clients Diskless Cafe is using Intel 10G NIC X520-DA1, with NVME gamedisk, image and SSD writeback. Diskless Gamecenters is using Intel Quad NIC. There is als...
by Kobe14
Wed Oct 15, 2014 10:54 am
Forum: Beginner Basics
Topic: Block port 80 and 443 for specific IP
Replies: 2
Views: 1536

Re: Block port 80 and 443 for specific IP

I'd suggest to additionally block ports 8080 and 3128 as well to prevent the user from using proxies. I guess with "specific IP" you mean a local IP in your network that should be blocked. So you'll need to add this in the src-address in your block rule in the forward chain. -Chris I'd su...
by Kobe14
Tue Oct 14, 2014 5:22 am
Forum: Beginner Basics
Topic: Block port 80 and 443 for specific IP
Replies: 2
Views: 1536

Block port 80 and 443 for specific IP

Hi, i'm new to mikrotik..
How exactly do i block browsing and allow email for specific IP? I assume blocking port 80 and 443 would be enough right?
Thanks before.