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
1 answer

MikroTik not accepting VPN connections over wifi

I'm using MikroTik RouterOS v5.18 x86 on a Dell PC. I have done the following: Set Addresses Set PPPoE Client & Server Set PPTP/L2TP Server Make Profiles and Secrets SRCNAT MASQUERADE the IPs of PPPoE and PPTP POOL Now the problem is this: I have…
1
vote
1 answer

Extending the wired internal network to wireless by using PoE Access Points

Today we're running a Mikrotik 1100AHx2 at our office where we've four floors on different subnets. Now I'm looking in to setting up a Wireless network spanning across these floors using Access Points, but all connected to the same router port so…
Lars
  • 578
  • 2
  • 8
  • 18
1
vote
3 answers

Road Warrior VPN Setup

I apologise up front for the rather open ended nature of this question but I've got well out of my depth and could really do with some pointers. I need to set up a road warrior VPN solution which will allow our customers to securely access a number…
wobblycogs
  • 115
  • 7
1
vote
3 answers

Use MikroTik Bridge as a Public IP Firewall for Public Hosted Servers

We want to do this: Internet<->MikroTik in Bridge Mode with Firewall Filter<->Hosted Server The primary objective is to allow RDP and FTP in from the outside but block everything else from the outside. From the inside everything must go out. The…
1
vote
1 answer

How come the netflow data isn't showing up on the server?

I have a mikrotik router and it is sending trafficflow (fully compatible with netflow) data to my debian server that is running cacti. But after installing cacti's flowviewer plugin, cacti doesnt show any information. The directory I made on the…
karmet
  • 209
  • 1
  • 2
  • 14
1
vote
1 answer

What information do I need for initial setup of BGP?

I will be installing a MikroTik BGP capable router into a datacentre tomorrow, I have almost no idea how to do this but luckily there is an identical mikrotik router that has already been setup and is sitting next to it on a different connection…
SuperDuperAirVent
1
vote
0 answers

mikrotik script is not run through GUI or Schedule

I get a problem that i have a one line script as bellow: /tool fetch url="https://......" When i run this script in winbox with "Run Script" button it does not work and after i put it in scheduler also it does not work ( The url is not called…
Salar
  • 142
  • 8
1
vote
0 answers

Scripting with variables in RouterOS

I seem to be at a complete loss as to how Global variables work in RouterOS. My goal is to create a script which will make calls to other infrastructure components when DHCP leases are changed. For each of the numerous DHCP servers, I intend to make…
Matt Clark
  • 685
  • 1
  • 10
  • 26
1
vote
2 answers

nslookup finds IP address, but still claims NXDOMAIN

In my network I have: mikrotik router (10.0.0.1) with static DNS entries for myhost.mydomain.com -> 10.0.0.4 adguard server (10.0.0.128) that uses 10.0.0.1 as upstream DNS DHCP gives 10.0.0.128 as primary DNS. I have really weird situation with…
Mirek
  • 121
  • 1
  • 5
1
vote
1 answer

Redirecting Netflix and Youtube traffic to another gateway by IP addresses on Mikrotik router

I help a friend in taking care of the network with few buildings with appartments for rent. During the holiday season all apartments are fully booked, and that means we have 40-60 guests. There are 18 smart TV boxes with Netflix, Youtube etc. We…
Kamil
  • 157
  • 2
  • 10
1
vote
0 answers

Significant throughput loss when sending data from 40G to 10G/1G ports

Not too long ago I put together a 40G network using a Mikrotik CRS354-48G-4S+2Q+RM switch as the backbone of it. I very quickly ran into an issue using this switch, transferring data from a port with more bandwidth than it's destination port causes…
1
vote
0 answers

Why do I get an error when connecting to a tftp server PXE-T00 pxelinux.0 filename too long?

As a DHCP server, I have a Mikrotik configured with options 66 and 67. /ip dhcp-server option add name="option66" code=66 value="s'10.10.14.200'" add name="option67" code=67 value="'pxelinux.0'" /ip dhcp-server option sets add name="set-pxe"…
Vadim
  • 111
  • 4
1
vote
1 answer

Mikrotik: HowTo pre-define static leases in DCHP-server

I would like to replace my current router by a Mikrotik (v6.48.3). In order not to mess up my network, I would like to pre-set the IP addresses the DHCP clients will get from the server. I do not find such an example, does anybody know how to do it?…
1
vote
0 answers

Mikrotik: Routing exact IP thru VPN?

I have the following setup: Linux server running OpenVPN Server. It has full access to the Internet and public IP 1.2.3.4. OpenVPN uses tun0 and static IP 10.8.0.1 Mikrotik hEX lite (i don't think the model really matter). It also has a full access…
yegorov-p
  • 61
  • 1
  • 4
1
vote
1 answer

How do I generate an SSHFP record for a Mikrotik router?

I want to generate an SSHFP record for my Mikrotik CCR2004 running RouterOS 6.47.4, without getting the key over the network. How can I do this from the console?
Falcon Momot
  • 25,244
  • 15
  • 63
  • 92