0
votes
0answers
218 views

Script to monitor OpenVPN client session from Mikrotik router

I got a small Mikrotik router (RB751G-2HnD, to be precise), and I try to set it up as OpenVPN client to connect it to some outside OpenVPN server. There are actually several OpenVPN servers so if ...
0
votes
1answer
744 views

MIKROTIK - set proxy authentication

Is it possible to set mikrotik authetication to be used for set the connection of other applications to internet using mikrotik proxy? For example connect miranda IM using mikrotik proxy server: ...
0
votes
0answers
484 views

MIKROTIK: Open port 110

I have a mikrotik web proxy with firewall and hotspot. I'm able to open major part of TCP (e.g. 25) port but not the port 110 for TCP. What is the difference? How can I open the port on firewall ...
3
votes
2answers
602 views

Manually set IPv6 neighbor's MAC address in Mikrotik's RouterOS

I have an interesting problem. An ISP of ours started providing native IPv6 on their network. They provided us with a /56 prefix and a /126 linking segment (::1 being their endpoint and ::2 being ...
0
votes
0answers
901 views

can't figure out why after setting IP to mikrotik routerOS still can't ping it

I have installed mikrotik's routerOS 5.2 on a VM with full options. after installing it I have configure the ethernet 1 like below ip address > add address=192.168.235.2/24 interface=ether1 but I've ...
0
votes
1answer
685 views

On RouterOS, how will transparent proxying (with DNAT) affect reporting of netflows?

I have a box running Mikrotik RouterOS, which is set up to do transparent web proxying, as described here. In short, this means that I have a firewall rule for destination NAT causing any port 80 ...
1
vote
1answer
802 views

On Mikrotik RouterOS, is it possible to get Netflow information from a bridged connection?

I have a RouterOS box set up to bridge two ethernet connections. I have use-ip-firewall=yes in the bridge configuration, so that the ports go through the firewall. I've enabled netflow reporting via ...
1
vote
2answers
4k views

How do I set up RouterOS to use web proxy on another machine?

The RouterOS docs show how to transparently proxy all web traffic via the HTTP proxy built into RouterOS: /ip firewall nat add in-interface=ether1 dst-port=80 protocol=tcp action=redirect ...
1
vote
8answers
3k views

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 ...