Community discussions

MikroTik App

Search found 30 matches

by AldoJimenez
Mon Jun 19, 2017 3:58 pm
Forum: Forwarding Protocols
Topic: Routing 2 WAN's and 2 LAN's
Replies: 2
Views: 2209

Re: Routing 2 WAN's and 2 LAN's

Hello Kathos and welcome to the wonderful world of Mikrotik.

There are a couple of alternatives that you could choose from, but I recommend starting out with PCC and tweaking the solution to fit your use case.
https://wiki.mikrotik.com/wiki/Manual:PCC
by AldoJimenez
Mon Jun 12, 2017 4:18 pm
Forum: Scripting
Topic: 4 WAN - Automatically changes WAN
Replies: 9
Views: 5851

Re: 4 WAN - Automatically changes WAN

You can use something similar to the script below replacing the WANX for the IP's. /ip route add dst-address=0.0.0.0/0 gateway=WAN1 distance=1 check-gateway=ping /ip route add dst-address=0.0.0.0/0 gateway=WAN2 distance=2 check-gateway=ping /ip route add dst-address=0.0.0.0/0 gateway=WAN3 distance=3...
by AldoJimenez
Fri Jun 09, 2017 4:59 pm
Forum: General
Topic: Port Forwarding
Replies: 1
Views: 595

Re: Port Forwarding

You can find information about port forwarding in the Wiki:

https://wiki.mikrotik.com/wiki/Manual:I ... forwarding
by AldoJimenez
Thu Jun 08, 2017 4:13 pm
Forum: General
Topic: VPN IPSEC with public IPs (Mikrotik-Cisco)
Replies: 1
Views: 648

Re: VPN IPSEC with public IPs (Mikrotik-Cisco)

/ip firewall nat
add chain=srcnat comment="NAT Rule for IPSec Tunnel" disabled=no dst-address=X.X.X.0/24 src-address=192.168.0.0/16 action=accept
Replace dst-address value with the clients network at the other end.
by AldoJimenez
Wed Jun 07, 2017 4:46 pm
Forum: General
Topic: Port mirroring on CRS125
Replies: 1
Views: 848

Re: Port mirroring on CRS125

For mirroring a port please refer to:

https://wiki.mikrotik.com/wiki/Manual:C ... _Mirroring
by AldoJimenez
Thu May 11, 2017 4:12 pm
Forum: Scripting
Topic: Scripting for redundancy of 2 Mikrotik Routers
Replies: 2
Views: 3332

Re: Scripting for redundancy of 2 Mikrotik Routers

Hello, You should break this into two parts: The first part are actions that will happen when the router becomes master/backup on the VRRP interface (Scripts Tab). Here you can disable and enable PPP interfaces, OSPF Networks(If needed; depending on your design), etc. The second part is configuratio...
by AldoJimenez
Wed May 10, 2017 3:54 pm
Forum: Forwarding Protocols
Topic: OSPF NBMA neighbor priority
Replies: 3
Views: 3161

Re: OSPF NBMA neighbor priority

NBMA domains act like LAN environment with DR/BDR elections except broadcasts and multicast are not allowed. I would recommend using PTP or PTMP OSPF network types to improve convergence.
by AldoJimenez
Tue May 09, 2017 4:34 pm
Forum: General
Topic: Multiple Tagged Uplinks and Management
Replies: 1
Views: 1060

Re: Multiple Tagged Uplinks and Management

Hi Alex, You can only have one master port, unless you want to split the ports. You can still have a unified config template that could have two variations. The only thing that would change is the master port (by performing a simple replace across) and of course you would have to remove the new mast...
by AldoJimenez
Mon May 08, 2017 4:20 pm
Forum: General
Topic: Intermittent connectivity on multi-WAN PCC setup
Replies: 2
Views: 1212

Re: Intermittent connectivity on multi-WAN PCC setup

There are a couple of scenarios that would cause your issues, the first thing I would is try to get more visibility into the issue by setting up a syslog server to gather information. By looking at your config file I did notice that you setup separate distances for the routes that use the tables you...
by AldoJimenez
Fri May 05, 2017 5:59 pm
Forum: Wireless Networking
Topic: Priorty of Skype VoIP over wlan
Replies: 3
Views: 2783

Re: Priorty of Skype VoIP over wlan

You can create an address list; for the IP ranges a simple Google will take you to Microsoft's list.
Then create a QOS scheme with a queue tree that will prioritize the traffic for you.
https://wiki.mikrotik.com/wiki/Manual:Queue#Queue_Tree
by AldoJimenez
Thu Mar 23, 2017 4:34 pm
Forum: Forwarding Protocols
Topic: OSPF setup
Replies: 34
Views: 9465

Re: OSPF setup

Guys.. it was my rule that was not allowing OSPF. I diasbaled all my filter rules and it OSPF is running. Can you help me identify which rule it may be ? Thanks Sent from my SAMSUNG-SM-G935A using Tapatalk The rule that was causing your headaches is: add action=drop chain=input comment="Drop e...
by AldoJimenez
Tue Mar 14, 2017 6:10 am
Forum: Beginner Basics
Topic: Can anyone guide me how to configure Dual WAN Load balancing and Failover with CCR1036?
Replies: 4
Views: 2043

Re: Can anyone guide me how to configure Dual WAN Load balancing and Failover with CCR1036?

Hi AldoJimenez, It is a good explanation, But I still don't understand, If I have many VLAN one Ether1, 2, 3, 4 as Bridge-Trunk. As in the example just said only one LAN. 1- How to modify LAN to Many VLAN? 2- Will the PCC work good in of My two WANs? THANKS Yes this will work with a multi VLAN setu...
by AldoJimenez
Mon Mar 13, 2017 3:33 pm
Forum: The User Manager
Topic: Bandwidth Management with hotspot
Replies: 1
Views: 4374

Re: Bandwidth Management with hotspot

Please I need an idea to satisfy a client request. I configured hotspot for my client it's working perfectly. The issue now is that he needs a particular user to be able to use 1mbps/1mbps anytime he logs in. The total bandwidth is 2mbps/2mbps. And also they are 16 users always using their differen...
by AldoJimenez
Fri Mar 03, 2017 12:47 am
Forum: Beginner Basics
Topic: VRF Trouble
Replies: 4
Views: 1388

Re: VRF Trouble

I have a similar problem. I attached the topology. The two main Mikrotik routers have VRFs. The problem is that any of the PCs of the different VRFs can ping any vlan interface of the main Mikrotik routes. "Tengo un problema parecido. Adjunto la topologia. Los dos routers Mikrotik principales ...
by AldoJimenez
Wed Mar 01, 2017 6:04 pm
Forum: Forwarding Protocols
Topic: OSPF setup
Replies: 34
Views: 9465

Re: RE: Re: RE: Re: RE: Re: OSPF setup


As in?

Sent from my SAMSUNG-SM-G935A using Tapatalk
Simply type export in a terminal window.

https://wiki.mikrotik.com/wiki/Manual:C ... figuration
/export
by AldoJimenez
Wed Mar 01, 2017 5:00 pm
Forum: Beginner Basics
Topic: VRF Trouble
Replies: 4
Views: 1388

Re: VRF Trouble

Can you post an export for the router?
by AldoJimenez
Wed Mar 01, 2017 1:47 am
Forum: Scripting
Topic: script failover with 3 ISP
Replies: 3
Views: 5399

Re: script failover with 3 ISP

You can achieve this with Netwatch.

https://wiki.mikrotik.com/wiki/Manual:Tools/Netwatch
by AldoJimenez
Tue Feb 28, 2017 7:13 pm
Forum: General
Topic: Wireless and Guest wirless
Replies: 1
Views: 868

Re: Wireless and Guest wirless

An alternate option would be to create a Virtual AP with a VLAN and network assigned to it. Assign the correct IP information and create a DHCP Server on that VLAN. From here you can control what happens with that guest traffic via filter rules and queues. Below is a code snippet with a general idea...
by AldoJimenez
Tue Feb 28, 2017 6:42 pm
Forum: General
Topic: 1 LAN for 3 VLANS
Replies: 3
Views: 1057

Re: 1 LAN for 3 VLANS

Can you post /interface export?
by AldoJimenez
Mon Feb 27, 2017 6:29 pm
Forum: Forwarding Protocols
Topic: CISCO route-map equivalent
Replies: 9
Views: 7316

Re: CISCO route-map equivalent

I can't improve on @shaoranrch. Here is an alternate if you want to use VLANs and VRF's on the same router. The last two routes are for redistributing into your IGP and from there you can use Route Filters to do any further manipulation of route information. Obviously there are a few different ways ...
by AldoJimenez
Sat Feb 25, 2017 1:09 am
Forum: Forwarding Protocols
Topic: OSPF setup
Replies: 34
Views: 9465

Re: RE: Re: RE: Re: OSPF setup

Can I run OSPF on the same PPoE router?

Sent from my SAMSUNG-SM-G935A using Tapatalk

Can you post export for both routers?
by AldoJimenez
Fri Feb 24, 2017 4:48 pm
Forum: Forwarding Protocols
Topic: OSPF setup
Replies: 34
Views: 9465

Re: RE: Re: OSPF setup

Case studies here should give you a starting point. https://wiki.mikrotik.com/wiki/Manual:OSPF_Case_Studies I have tried using these http://wiki.mikrotik.com/wiki/Manual:OSPF-examples But on my tower 2 router I see a neighbor but won't see neighbor on my core router. Sent from my SAMSUNG-SM-G935A u...
by AldoJimenez
Fri Feb 24, 2017 4:33 pm
Forum: Forwarding Protocols
Topic: CISCO route-map equivalent
Replies: 9
Views: 7316

Re: CISCO route-map equivalent

You can use a combination of Routing Filters, Routing Rules and Mangle Rules to accomplish this with separate routing tables.

https://wiki.mikrotik.com/wiki/Manual:R ... ng_filters
https://wiki.mikrotik.com/wiki/Manual:R ... le_Matcher
by AldoJimenez
Fri Feb 24, 2017 4:16 pm
Forum: Forwarding Protocols
Topic: OSPF setup
Replies: 34
Views: 9465

Re: OSPF setup

Case studies here should give you a starting point.

https://wiki.mikrotik.com/wiki/Manual:OSPF_Case_Studies
by AldoJimenez
Tue Feb 21, 2017 6:13 pm
Forum: Beginner Basics
Topic: Prioritize traffic by TCP/UDP Port number?
Replies: 1
Views: 2158

Re: Prioritize traffic by TCP/UDP Port number?

You should start here:
http://wiki.mikrotik.com/wiki/Traffic_P ... lemetation

You can mark the traffic for your gaming console type (i.e. PlayStation, XBox,etc) with mangle rules and then assign it to a priority bucket.
by AldoJimenez
Tue Apr 05, 2016 5:28 am
Forum: General
Topic: Having to reboot router daily since 6.34.4
Replies: 5
Views: 1981

Re: Having to reboot router daily since 6.34.4

I would recommend reverting back to 6.32.4 (Bugfix only) and see if you have the same issues.