Questions tagged [mikrotik]

Latvian manufacturer of computer networking equipment, known for the Linux-based operating system known as MikroTik RouterOS.

The main product of MikroTik is a Linux-based operating system known as MikroTik RouterOS. Installed on the company's proprietary hardware (RouterBOARD), or on standard x86-based computers, it turns the computer into a network router and implements various additional features, such as firewalling, virtual private network (VPN) service and client, bandwidth shaping and quality of service, wireless access point functions and other commonly used features when interconnecting networks.

http://en.wikipedia.org/wiki/MikroTik

317 questions
1
vote
2 answers

windows not accepting static dns from mikrotik

I have mikrotik on which I set up static DNS entries for my network. Form linuxes everything works correctly even from one of windows computers (windows 7) but from other windows computers I can't resolve dns entries. I don't know where to find the…
bilak
  • 173
  • 1
  • 3
  • 8
1
vote
1 answer

MikroTik - Traffic flow (Netflow) Octets Counter wrap

I am using Traffic Flow with pmacct (nfacct) to do IP Accounting. I've noticed that if a flow exceeds ~4GBytes in less than a minute (which is my active-flow-timeout) the exported flow Octets counter wraps around losing a significant amount of total…
Cha0s
  • 2,462
  • 2
  • 16
  • 26
1
vote
0 answers

Build IPv6 over IPv4 tunnel between server and home network

On one side I have an Ubuntu server in a data center that has IPv6 connectivity. The eth0 interface has a public IPv4 and also a public IPv6 /48. From that server I can ping IPv6 addresses OK. On the other side I have a home network on an IPv4 only…
Bastian
  • 283
  • 3
  • 16
1
vote
1 answer

Mikrotik switched VLAN configuration

With Routerboard 450G I want to configure the 5 Ethernet ports as follows: ether1: vlan3, untagged ether2: vlan1, untagged ether3: vlan2, untagged ether4: vlan2, untagged ether5: vlan1-vlan3, tagged Within vlan1, the device should have IP…
divB
  • 568
  • 1
  • 7
  • 23
1
vote
1 answer

Setting ToS/QoS for VoIP on Mikrotik

I have a Mikrotik router which looks like iptables. I need to setup QoS to ensure VoIP phones get top traffic priority. How do I know what ToS to use and how would I get it? I searched and can't seem to find the ToS for VoIP. My rule set so far is…
Jason
  • 3,931
  • 19
  • 66
  • 107
1
vote
1 answer

ipsec vpn up, but no traffic, no ping

I've set up a VPN between my mikrotik router and Google Cloud Platform VPN. According to the Green check next to peer IP on the VPN Console, VPN is up, but all pings are timed out. > /ip ipsec policy print Flags: T - template, X - disabled, D -…
Quan Zhou
  • 65
  • 1
  • 7
1
vote
1 answer

Mikrotik RB951G-2HnD - wi-fi drops or hangs connections

We've bought Mikrotik RB951G-2HnD in our company (about 20 - 25 clients in network) with 50 Mbps channel from the ISP-side. Mikrotik Wireless drops connection or getting very low speed often as more people are connected via Wi-Fi (since 10 people on…
1
vote
0 answers

Routing Issue - can't ping gateway from other routers in full mesh

I am setting up a new network. I have 4 routers in a full mesh. Edge1, Edge2, Client1, Client2. This are Mikrotik Cloud Core Routers (not that it matters). They are set up with OSPF (distributing connected and static routes) and MPLS, and…
1
vote
1 answer

MikroTik Wireless Bridge - Bad Ping With Load

A technician has set me up the wireless bridge between two houses but I have problem with ping under load. I have two MikroTik RB/SXTG devices in server/clint mode. They see each other (no obstacle) and distance is only about 20 meters. The issue is…
banterCZ
  • 143
  • 1
  • 8
1
vote
1 answer

Mikrotik and Freeradius (user time limit)

I am using freeradius in order to authenticate users to access the internet over a mikrotik routerboard. I would like to set up a maximum time limit in a default period of time in the mysql database. For instance I would like to accept a user to…
Vagelism22678
  • 25
  • 1
  • 7
1
vote
8 answers

MikroTik vs. Cisco for WiFi bridge application

A local vendor is proposing a wireless bridge solution using MikroTik. I had never heard of MikroTik before but it seems they have a following. My usual first choice is Cisco, however the price difference between the two is significant > 8X. Am I…
James Moore
  • 1,247
  • 3
  • 17
  • 23
1
vote
1 answer

How to exclude LAN traffic from IPSEC policy

I am trying to replace a Firewall/VPN appliance (Snapgear SG300) with another (Mikrotik RB951G-2HnD). My current router works, but, for the new mikrotik router, when I add the phase 2 tunnel, I can no longer access the router. I suspect the problem…
Scott Nelson
  • 285
  • 1
  • 10
1
vote
1 answer

Cannot ping from client to internet via IPv6 tunnel

I'm facing an odd issue with my IPv6 setup. I've configured it as follows: /interface 6to4 add comment="SixXS 6to4 tunnel" local-address=zz.yy.xx.94 (my wan ip) mtu=1280 name=6to4-sixxs remote-address=zz.yy.xx.73 (tunnel endpoint) /ipv6 address …
Bjorn
  • 453
  • 1
  • 5
  • 12
1
vote
2 answers

NAT vs Proxy server

I have installed squid proxy server to hide our network ips after some time it becomes slow then I read through NAT rules to achieve what I want by proxy server. As per this link the difference between NAT and proxy server is the way they handle nos…
niren
  • 263
  • 2
  • 5
  • 11
1
vote
2 answers

DNS Server, DHCP Client and Server works fine, but request time out occurs when using MikroTik as an access point for a modem

I use 2 Mikrotik wireless router, the first one is connected to modem and it works perfectly (SSID: server-one (hidden)). Second router ID: ether1: 192.168.1.1 wlan1: dhcp-client wlan2: 192.168.2.1 SSID: skywifi Then, i tried to configure the second…