Questions tagged [mikrotik]

MikroTik is a Latvian company which was founded in 1995 in Riga to develop routers and wireless ISP systems. MikroTik now provides hardware and software for Internet connectivity in most of the countries around the world.

328 questions
-2
votes
1 answer

mikrotik dynamic IP to static with comment

mikrotik script automaticaly change dynamic IP to static IP with comment as Date :local comment :local address :local mac-address { /ip dhcp-server lease :foreach a in=[find where dynamic] do={ :set dhcpip [ get $i address ]; :set mac [ get $i…
Mike
  • 7
  • 1
  • 5
-2
votes
1 answer

A wifi connector app for iOS

I want to ask how visible is an app with the below information on iOS, i have built an Android version of it on PlayStore that works fine. I have made some research and most of when i read requires me to jailbreak my device, and this is a public app…
SimpuMind
  • 365
  • 8
  • 22
-2
votes
1 answer

Mikrotik router port forwarding - not accessible from web

I need to connect to my computer via ssh through Mikrotik router having a static IP address. Router config: [admin@MikroTik] /ip firewall nat> print 0 chain=srcnat action=masquerade out-interface=ether1-gateway 1 chain=srcnat…
awfun
  • 2,316
  • 4
  • 31
  • 52
-2
votes
1 answer

Mikrotik Bandwidth Test Failure on UDP

I have the following problem with "Mikrotik RB3011UIAS-RM! I downloaded the application form "Mikrotik"website BTest and run some test with it. The test with tcp protocol was successful but when I try to do a test with udp I get the message…
testdemander
  • 1
  • 1
  • 1
-2
votes
1 answer

Infrequent Ping Losses at MS Server 2008R2 (or to server)

Facing a network performance problem on my Windows Server 2008R2. On my Mikrotik im running two terminals, one is pinging 8.8.8.8, the other one pings my server 192.168.1.20 The 8.8.8.8 has 0% loss after 1000 pings, the ping to my server has 5%…
Paul
  • 161
  • 2
  • 13
-2
votes
1 answer

How to Config Mikrotik for 2 Wan 2 Network isolated?

I want to create isolated network on mikrotik without load balancing . Ex: Wan1 : 88.88.88.88 Wan2 : 99.99.99.99 Lan1 : 192.168.1.0/24 Lan2 : 192.168.2.0/24 Lan1 go to internet via Wan1 and Lan2 go to internet via Wan2.Mikrotik…
Erdem Çetin
  • 491
  • 1
  • 5
  • 21
-2
votes
1 answer

How can I use find command in mikrotik api and mikronode?

I`m try to filter response from mikrotik. Can I use some command like : ['/ip/firewall/nat','=find=action=dst-nat'] ?
scorpio
  • 61
  • 2
  • 6
-2
votes
1 answer

how to configure mikrotik two interface with same subnet?

I have some mikrotik like below but it does not work: ether1 192.168.88.100 ether2 192.168.88.101 modem 192.168.88.254 case: client1 ip:192.168.88.1-gtw:192.168.88.100 and all of them are connect to one switch. But i can't connect to Google. How…
Abdul Basith
  • 1
  • 1
  • 4
-2
votes
4 answers

Mikrotik ip addresses

In order to expand available pool of IP addresses assigned via DHCP, I have followed an advice to simply change the 192.168.1.1/24 to 192.168.1.1/21. Having around 126 PCs @ school and some 200-300 student portable devices, I'm still having the…
user72160
  • 13
  • 2
  • 9
-2
votes
1 answer

load routerOS Drivers from USB drive in linux

I'm trying to install routerOS(Mikrotik) from bootable USB drive on my PC. it boots from USB at first and loads the Linux Kernel. after detecting the H.D.D it requests me to insert the CD-ROM disk to installing the DRIVERS. but the drivers are in…
Sajjad.HS
  • 381
  • 2
  • 8
  • 19
-3
votes
1 answer

Error message in MikroTik device log

I am having these error messages continuously im my MikroTik device log. Is someone trying to hack my device?? Or is it another problem?? Please help me regarding this matter. This is the Log picture Log Picture
-4
votes
2 answers

Multiple public IPs on same ISP interface

I'm looking to build a 4 public IPs NAT. I've been told that MikroTik routers are capabile of assigning public IPs for each LAN port you configure. My ISP provides 2 static IPs but I need two more. I would buy any MikroTik router that is able to…
Dalac
  • 17
  • 6
-4
votes
1 answer

Block PC to access local LAN on Mikrotik

I have an Ubuntu installation under VMWare. I would like to set up our Mikrotik router to block this Ubuntu to access local LAN. I would like to allow access only the external internet. I tried a lot of firewall rule, but none of them work. How can…
holian
  • 757
  • 4
  • 13
  • 27
1 2 3
21
22