Community discussions

MikroTik App

Search found 6 matches

by tannexdadole
Fri May 08, 2020 6:24 pm
Forum: Beginner Basics
Topic: nslookup on Mikrotik
Replies: 28
Views: 83456

Re: nslookup on Mikrotik

:set $result [:resolve mt.lv]; :put $result
thanks mate...
by tannexdadole
Fri May 08, 2020 4:32 pm
Forum: Beginner Basics
Topic: nslookup on Mikrotik
Replies: 28
Views: 83456

Re: nslookup on Mikrotik

you can specify target dns server to query easily: put [resolve google.com server 8.8.8.8] is there a way to get this output as a variable? this code runs only in terminal.. how do I translate this so it can run on script? :do { :put [:resolve www.example.com]; } on-error={ :put "resolver fail...
by tannexdadole
Fri Aug 09, 2019 2:54 pm
Forum: Scripting
Topic: Script to output ip address on a particular shared user account on hotspot
Replies: 3
Views: 2321

Re: Script to output ip address on a particular shared user account on hotspot

Image

this is the print result i can't seem to get the output using

:local ipadd (/ip hotspot active get [find name="C@SFamily09"] address)
:log info $ipadd;
by tannexdadole
Fri Aug 09, 2019 2:13 pm
Forum: Scripting
Topic: Script to output ip address on a particular shared user account on hotspot
Replies: 3
Views: 2321

Re: Script to output ip address on a particular shared user account on hotspot

AAAAA is the username of the account shared by 3 users..
by tannexdadole
Fri Aug 09, 2019 9:43 am
Forum: Scripting
Topic: Script to output ip address on a particular shared user account on hotspot
Replies: 3
Views: 2321

Script to output ip address on a particular shared user account on hotspot

hi guys I need help in doing this I have this scenario that a Hotspot User account AAAAA is shared up to 3 users in hotspot active users there are 3 user sharing the account logged in. user1 AAAAAA ip address=10.5.50.2 user2 AAAAAA ip address=10.5.50.7 user3 AAAAAA ip address=10.5.50.11 i just need ...
by tannexdadole
Tue Aug 22, 2017 4:23 pm
Forum: Announcements
Topic: v6.40.1 [current]
Replies: 74
Views: 38821

Re: v6.40.1 [current]

Good day guys... Has anyone tried running DHCP server on wlan1 interface? mine goes red after running dhcp server wlan1 interface is on ap bridge and has an ip of 192.168.3.1 I used the wizard to run DHCP server on the wlan1 interface haplite and an RB951G-2hnd same problem... thanks in advance... -...