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

Mikrotik - Changing/removing a master-port disconnects from a router

I have a Mikrotik router with 5 ports. By default ether2-master is a master port for the ports 3-5. If I try to change it - I'm disconnected from the router, so I have to reset it to get the connection back. So far I've tried: to remove everywhere…
alexoy
  • 13
  • 1
  • 1
  • 3
1
vote
0 answers

Mikrotik port forwarding - no access to server

I need your help concerning port forwarding with Mikrotik's RouterOS! I have executed this command : /ip firewall nat add action=dst-nat chain=dstnat comment="Owncloud in NAT" dst-port=8079 in-interface=ether1 protocol=tcp to-addresses=172.16.0.50…
1
vote
2 answers

Limit bandwith of a wireless AP connected to Mikrotik routerboard (via another AP/router)

I have this topology: INTERNET | A Mikrotik RB951G-2HnD | B Wireless Router (can be set up as an AP/switch) | C Guest Wireless AP Is it possible to limit C's bandwith without influencing B. C cannot be…
myro
  • 113
  • 6
1
vote
1 answer

Site-to-site VPN with local internet gateways on Mikrotik

We have a corporate network in office 1 with Forefront TMG as a gateway. Internal office 1 network IP range is 192.168.0.0/24. We have a branch office 2 with Mikrotik router (you can think of it as iptables powered Linux firewall if you are not…
Maxim V. Pavlov
  • 663
  • 3
  • 11
  • 29
1
vote
1 answer

Forward Between interfaces On Mikrotik

im having a trouble ive a mikrotik router with 2 interfaces up ( let's call lan1 and lan2 ) Lan 1 has the IP 192.168.100.1 lan 2 192.168.0.32 Lan1 the other side of the wire goes to a cisco wich IP is 192.168.100.20 , and beside that cisco its…
Alekz93
  • 11
  • 1
  • 2
1
vote
1 answer

Mikrotik SIP trunk routing

I have a Mikrotik RouterOS v6.36 with my network as follows (I am a newbie to networking in general and have been able to get stuff working half way. I just don't know what to look for.) Router: Ether01: ISP Connection(Internet/WAN) Ether02: SIP…
1
vote
1 answer

Script MikroTik For Search Contains of Strings

I have queue tree name int-up_bw_duyungoffice and int-down_bw_duyungoffice. Can i grep the words duyungoffice in MikroTik CLI? So the print result is information for int-up_bw_duyungoffice and int-down_bw_duyungoffice. Default script that i know…
bangwim
  • 13
  • 1
  • 3
1
vote
1 answer

Mikrotik - Add second WAN IP and route specific traffic

After 20 pages of SO results about Mikrotik and some more google results, I'm come here, down on my knees to request some enlightment. I have a network with static IP and some public IP (248 mask). So far I've configured the network to use one of…
LordNeo
  • 113
  • 1
  • 1
  • 6
1
vote
2 answers

Unable to ping mikrotik interface ip

I have added the three network address on the lan interface, I'm able to ping two address, But unable to ping the 3rd address. I'm new to routing. I also have added the rip networks. From which system I'm trying to ping the its ips…
Baran
  • 111
  • 1
  • 1
  • 2
1
vote
0 answers

Windows L2TP VPN client has no Internet

The L2TP/IPSec VPN server is a Mikrotik router, with these firewall configurations: /ip firewall filter print Flags: X - disabled, I - invalid, D - dynamic 0 D ;;; special dummy rule to show fasttrack counters chain=forward…
Manuth Chek
  • 402
  • 2
  • 6
  • 16
1
vote
2 answers

Limit bandwidth on a Mikrotik router by port number?

I have this one Mikrotik router (RB951G-2HnD) that serves as a main router with port forwarding for HTTP/HTTPS and Plex to a server behind NAT. Now since there isn't much upload bandwidth (15Mbps), I'd love to limit the bandwith for HTTP/HTTPS on…
Manuth Chek
  • 402
  • 2
  • 6
  • 16
1
vote
1 answer

How to setup route to gateway on different subnet with MikroTik Routers?

We have the following setup which I need to get working: Location A: Subnet 1: Network: 192.168.1.0 Mask: 255.255.255.0 Default Gateway: 192.168.1.1 Subnet 2: Network: 192.168.2.0 Mask: 255.255.255.0 Default Gateway: 192.168.2.1 Location…
TylerDurden
  • 191
  • 1
  • 3
  • 14
1
vote
2 answers

Export vs Backup

Basically self-explanatory. Mikrotik's RouterOS has two distinct functions, one which backs up the router and one which exports the configuration of the router. What exactly is the difference, and when should one use one instead of the other?
Dessa Simpson
  • 539
  • 7
  • 27
1
vote
0 answers

Forward all traffic from interface to internal IP address

We've had a new SIP trunk setup and connected to our Mikrotik router, I need to forward all traffic coming from int ETH2 to an internal IP address of a VM (VM Host is connected to Eth5) for our dialler server. How would I set this up in Winbox? Will…
JoseB
  • 11
  • 1
1
vote
1 answer

Site-to-site tunnel using two MikroTik routers where one endpoint is behind NAT (LTE modem)

I would like to interconnect two offices where one has a public static IP address (main office) and the second one is behind NAT (no public IP) because there is just an LTE modem. I am able to create a one-way VPN connection from the LTE modem into…
adamsfamily
  • 285
  • 3
  • 10