Community discussions

MikroTik App

Search found 16 matches

by CateFul
Tue Apr 02, 2019 6:19 am
Forum: General
Topic: Office 365 traffic shaping and priority on RouterOS
Replies: 4
Views: 4205

Re: Office 365 traffic shaping and priority on RouterOS

use this python script to parse office 365 endpoints to mikrotik address list.
import the address list, set up a mangle rule to mark the packets and a QoS rule to process them.
by CateFul
Wed Mar 20, 2019 9:38 am
Forum: General
Topic: Convert .json Office 365 IP range to address list
Replies: 3
Views: 2419

Re: Convert .json Office 365 IP range to address list

I wrote this script for split-routing of office 365 traffic.

https://github.com/fillorkill/o365addrlist

tested on python 2.x on CentOS

it generates a conf file to be used with dnsmasq for office 365 urls and a mikrotik address list file.

ipv4 endpoints only

usage:
python parser.py
by CateFul
Tue Mar 06, 2018 4:50 am
Forum: General
Topic: iptables "-j TEE" functionality needed
Replies: 12
Views: 6805

Re: iptables "-j TEE" functionality needed

Sorry for resurrecting an old thread but I second the OP's request. Port mirroring works but it clones all traffic which adds unwanted network load. I tried NAT but could not figure out how to do it. I thought NAT would forward the original packet to the NATed destination but not to its original des...
by CateFul
Thu Oct 26, 2017 5:33 pm
Forum: General
Topic: CCP lost compression got out of sync disabling compression
Replies: 4
Views: 4416

Re: CCP lost compression got out of sync disabling compression

And this only happens with compression turned ON and encryption turned OFF
by CateFul
Thu Oct 26, 2017 8:23 am
Forum: General
Topic: CCP lost compression got out of sync disabling compression
Replies: 4
Views: 4416

Re: CCP lost compression got out of sync disabling compression

BTW these pptp links are all bridged.
by CateFul
Thu Oct 26, 2017 8:13 am
Forum: General
Topic: CCP lost compression got out of sync disabling compression
Replies: 4
Views: 4416

CCP lost compression got out of sync disabling compression

I have a RB850Gx2 dual core routerboard running v6.40.4 acting as the PPTP server while 8 RB750s acting as the client. Clients connect fine and everything works until I turn compression from default to on. Clients all have compresssion turned to on. I start receiving CCP lost compression got out of ...
by CateFul
Sat Jun 17, 2017 3:15 am
Forum: General
Topic: Copy packets and send to destination
Replies: 3
Views: 1594

Re: Copy packets and send to destination

Thanks everyone!
Calea did the trick, and since its firewall based I can even do some filtering before sending the packet for further analysis.
by CateFul
Fri Jun 16, 2017 4:51 pm
Forum: General
Topic: Copy packets and send to destination
Replies: 3
Views: 1594

Copy packets and send to destination

Is it possible to copy a packet passing through Mikrotik and forward to another host for analysis? I mean the original packet still goes through to its intended host and its copy goes to another host. I know the packet sniffer can do that but it's in TZSP. The analysis software is custom, not WireSh...
by CateFul
Sat Jun 10, 2017 2:01 pm
Forum: General
Topic: very strange slow web access but can be solved by packet sniffer?
Replies: 8
Views: 2418

Re: very strange slow web access but can be solved by packet sniffer?

This is it! I disabled fast-track for eoip and it worked like a charm. Thank you so much for the help guys!
by CateFul
Sat Jun 10, 2017 6:07 am
Forum: General
Topic: very strange slow web access but can be solved by packet sniffer?
Replies: 8
Views: 2418

Re: very strange slow web access but can be solved by packet sniffer?

I have to keep the packet sniffer running on the router for now.....it's routerboard rb750gr3
by CateFul
Sat Jun 10, 2017 6:05 am
Forum: General
Topic: very strange slow web access but can be solved by packet sniffer?
Replies: 8
Views: 2418

very strange slow web access but can be solved by packet sniffer?

Very strange problem here. I have an EOIP tunnel for traffic to a certain pre-defined server. Ping through EoIP is excellent under 50ms as expected. However web access is quite slow it's like the response packet never got through. But, here's the even stranger part, if I go to Tools/Packet Sniffer a...
by CateFul
Tue Aug 16, 2016 7:07 pm
Forum: Virtualization
Topic: So, RB850Gx2 and metarouter
Replies: 13
Views: 10791

Re: So, RB850Gx2 and metarouter

any updates on this? I didn't know metarouter wasnt supported on RB850Gx2 until after I bought it. Now the 512mb ram just sits there idle.
by CateFul
Fri Jan 30, 2015 12:05 am
Forum: General
Topic: OpenVPN latency spikes when bridged (tap/ethernet)
Replies: 1
Views: 1932

Re: OpenVPN latency spikes when bridged (tap/ethernet)

same here. tun is normal. only tap/ethernet is showing latency spikes.
by CateFul
Wed Jan 28, 2015 1:35 pm
Forum: General
Topic: 2 WAN, how to duplicate connections on both
Replies: 3
Views: 1237

Re: 2 WAN, how to duplicate connections on both

or two EOIP tunnels via bonding, but the problem is it keeps receiving data from one EOIP tunnel, even if I manually break the link, the traffic does not failover to the other EOIP.
by CateFul
Tue Jan 27, 2015 11:17 pm
Forum: General
Topic: 2 WAN, how to duplicate connections on both
Replies: 3
Views: 1237

2 WAN, how to duplicate connections on both

I'm running an application that's very sensitive on speed and quality over bandwidth. It sends and receives data with a dozen of different servers using udp, tcp, gre, and sctp. The connection needs to be fast, and with minimal interruptions. Assume this application is running on 10.0.0.100. I have ...