Community discussions

MikroTik App

Search found 40 matches

by DRep
Tue Dec 31, 2013 4:21 pm
Forum: Scripting
Topic: Help needed - Routing to connected networks doesn't work!
Replies: 6
Views: 2180

Re: Help needed - Routing to connected networks doesn't work

Thank you,
that solved the Problem.
by DRep
Wed Dec 25, 2013 2:55 pm
Forum: Scripting
Topic: Help needed - Routing to connected networks doesn't work!
Replies: 6
Views: 2180

Re: Help needed - Routing to connected networks doesn't work

Any hint for me please!
:?:
I know it is a bad time, but anyone who can help these days?
by DRep
Sat Dec 21, 2013 10:55 pm
Forum: Scripting
Topic: Help needed - Routing to connected networks doesn't work!
Replies: 6
Views: 2180

Re: Help needed - Routing to connected networks doesn't work

here are the relevant parts: /ip firewall connection tracking set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s \ tcp-close-wait-timeout=10s tcp-established-timeout=1d tcp-fin-wait-timeout=\ 10s tcp-last-ack-timeout=10s tcp-syn-received-timeout=5s \ tcp-syn-sent-timeout=5s t...
by DRep
Sat Dec 21, 2013 9:12 pm
Forum: Scripting
Topic: Help needed - Routing to connected networks doesn't work!
Replies: 6
Views: 2180

Help needed - Routing to connected networks doesn't work!

I have a RB1200 with some connected networks like 10.10.4.0, 10.10.3.0 and 10.10.2.0 and some more. All devices I do see in the ARP section. I have from all devices access to WAN, which are on 2 different networks (10.0.0.0 and 10.9.9.0). I'm using the WAN Load Balancer of Zaib ( http://aacable.word...
by DRep
Fri May 17, 2013 3:17 pm
Forum: General
Topic: Why I can not access directly connected NEs?
Replies: 2
Views: 765

Re: Why I can not access directly connected NEs?

no answer....
Please help me out!
by DRep
Thu May 16, 2013 4:41 am
Forum: General
Topic: Why I can not access directly connected NEs?
Replies: 2
Views: 765

Re: Why I can not access directly connected NEs?

To make it more transparent. I'm entering from the 10.10.4.0 Network and want to enter the GUI of the antennas in the 10.10.3.0. Network, which is blocked by the RB. The user traffic in both Networks is working well. I think it is a Problem with the mangle rules, but I do not know how to overcome th...
by DRep
Wed May 15, 2013 9:25 pm
Forum: General
Topic: Why I can not access directly connected NEs?
Replies: 2
Views: 765

Why I can not access directly connected NEs?

Maybe I have a simple question or maybe not. I have a RB1200 and I have different ports in use with different subnetworks. Why I can not connect to an other NE, which is directly connected to the RB on a different port? The Network is listed in the routes with DAC and reachable. But I can not connec...
by DRep
Tue May 07, 2013 3:54 pm
Forum: Scripting
Topic: Mikrotik DUAL WAN Load Balancing using PCC method
Replies: 7
Views: 15811

Re: Mikrotik DUAL WAN Load Balancing using PCC method

Thank you joshaven for your hint with the in-interface condition.
Installed it yesterday and it works.
Thank you again.
by DRep
Sun May 05, 2013 10:13 pm
Forum: Scripting
Topic: Load Balancing (2 WAN) with more than one LAN interface
Replies: 2
Views: 1399

Re: Load Balancing (2 WAN) with more than one LAN interface

as the headline is saying a script for Load Balancing 2 WAN with 4 LAN ports
by DRep
Sat May 04, 2013 5:56 pm
Forum: Scripting
Topic: Load Balancing (2 WAN) with more than one LAN interface
Replies: 2
Views: 1399

Load Balancing (2 WAN) with more than one LAN interface

Does anybody have a working script with two WAN Interfaces (loadbalanced) and more than 1 LAN Interface (best 4 LAN different Networks).
Would like to use it.
Thanks
by DRep
Wed May 01, 2013 9:58 pm
Forum: Scripting
Topic: Mikrotik DUAL WAN Load Balancing using PCC method
Replies: 7
Views: 15811

Re: Mikrotik DUAL WAN Load Balancing using PCC method

I think I Need to adapt more: add chain=prerouting dst-address=192.168.1.0/24 action=accept in-interface=Local add chain=prerouting dst-address=192.168.2.0/24 action=accept in-interface=Local add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and...
by DRep
Wed May 01, 2013 9:27 pm
Forum: Beginner Basics
Topic: RB1200 Initial Configuration Issues
Replies: 2
Views: 1463

Re: RB1200 Initial Configuration Issues

wrong post, sorry
by DRep
Wed May 01, 2013 8:50 pm
Forum: Scripting
Topic: Mikrotik DUAL WAN Load Balancing using PCC method
Replies: 7
Views: 15811

Re: Mikrotik DUAL WAN Load Balancing using PCC method

OK, but what is with the script? the code: add chain=prerouting dst-address=192.168.1.0/24 action=accept in-interface=Local add chain=prerouting dst-address=192.168.2.0/24 action=accept in-interface=Local must be added then for any Local port (say Local1, Local2, Local3...) so that the script is wor...
by DRep
Wed May 01, 2013 8:40 pm
Forum: Scripting
Topic: Mikrotik MULTI WAN Load Balancing *help needed*
Replies: 11
Views: 25059

Re: Mikrotik MULTI WAN Load Balancing *help needed*

Use this scipt:
http://aacable.wordpress.com/2011/06/04 ... -by-zaib/#

Change the IP@ to your plan and it should work fine.
Regards
by DRep
Wed May 01, 2013 8:23 pm
Forum: Scripting
Topic: Mikrotik DUAL WAN Load Balancing using PCC method
Replies: 7
Views: 15811

Re: Mikrotik DUAL WAN Load Balancing using PCC method

I do not want to use the switch or bridge functionality in the RB.
I Need these LAN ports routed and separated networks.

I I can not put them together with a Bridge.

What do I Need to Change in that case in the script?
Thanks
by DRep
Mon Apr 29, 2013 4:05 am
Forum: Scripting
Topic: Mikrotik DUAL WAN Load Balancing using PCC method
Replies: 7
Views: 15811

Mikrotik DUAL WAN Load Balancing using PCC method

Dear all, I have seen the script from by zaiB under the following link: http://aacable.wordpress.com/2011/07/27/mikrotik-dual-wan-load-balancing-using-pcc-method-complete-script-by-zaib/ This fits very well what I Need, but I have more than 1 LAN port. What I need to change in the script to work wit...
by DRep
Sat Apr 27, 2013 1:51 am
Forum: General
Topic: 2 DSL Modems from same ISP
Replies: 1
Views: 738

2 DSL Modems from same ISP

I will have soon a second DSL modem from the same ISP and I'm looking for how to connect them to the RB1200 most efficiently. Load Balancing would be an Option, right? Bonding would this work as well? I can configure the Modems with the same internal IP@ or with different. What would be the best for...
by DRep
Wed Apr 24, 2013 8:07 pm
Forum: General
Topic: Power outage with RB1200
Replies: 0
Views: 568

Power outage with RB1200

Yesterday we had a power outage. After the power was back again the RB1200 was not powering on with the latest configuration. The blue light was on, but all the lights from the ports where not working and no connection was possible. Then I powered off and on again, the same story. Then I powered off...
by DRep
Wed Apr 17, 2013 5:19 pm
Forum: Beginner Basics
Topic: DNS problem?
Replies: 3
Views: 1283

Re: DNS problem?

I have only one ISP for the moment connected.
In google Crome you see the message that the DNS request could not be resolved.
by DRep
Wed Apr 17, 2013 4:11 pm
Forum: Beginner Basics
Topic: DNS problem?
Replies: 3
Views: 1283

DNS problem?

Dear all, I have an problem with my DNS setup. I used the real DNS IP@ given by the ISP in each device in the network (PC and routers). All is fine with little load in the network, but as soon as more load is added the DNS requests time out, so the user needs to reload a page 5 to 8 times till it wi...
by DRep
Sun Apr 14, 2013 2:37 am
Forum: Beginner Basics
Topic: Traffic Shaping
Replies: 0
Views: 567

Traffic Shaping

How to enable traffic shaping on WAN interface for non realtime traffic?
Thank you
by DRep
Wed Apr 10, 2013 1:27 am
Forum: Beginner Basics
Topic: Need help with IP@ and DHCP
Replies: 8
Views: 1514

Re: Need help with IP@ and DHCP

I will check if I can put the modem top bridge mode, I don't think so.
I need the router because I want to seperate different networks.
Simply I do not want to use NAT on the RB again.
How to configure that?
by DRep
Wed Apr 10, 2013 1:26 am
Forum: Beginner Basics
Topic: Need help with IP@ and DHCP
Replies: 8
Views: 1514

Re: Need help with IP@ and DHCP

I will check if I can put the modem top bridge mode, I don't think so.
I need the router because I want to seperate different networks.
Simply I do not want to use NAT on the RB again.
How to configure that?
by DRep
Tue Apr 09, 2013 11:16 pm
Forum: Beginner Basics
Topic: Need help with IP@ and DHCP
Replies: 8
Views: 1514

Re: Need help with IP@ and DHCP

My Gateway (ADSL modem) is per default performing NAT.
I do not need NAT on the RB, which is directly behind the gateway.
by DRep
Tue Apr 09, 2013 10:09 pm
Forum: Beginner Basics
Topic: Need help with IP@ and DHCP
Replies: 8
Views: 1514

Re: Need help with IP@ and DHCP

Ok, I have seperated the ports with different netowrks. Fine Still I have the problem with NAT. If I deactivate the FW rule for NAT than no traffic is going from/to the Gateway. Do I need to keep the rule active and change the action part from masquerade to something like (accept or passthrought)? T...
by DRep
Tue Apr 09, 2013 5:45 pm
Forum: Beginner Basics
Topic: Need help with IP@ and DHCP
Replies: 8
Views: 1514

Need help with IP@ and DHCP

I'm still configuring my network. At least the RB1200 is now routing traffic. Still I do not understand why I must use NAT that the router routes the traffic, but fine I can stay with that. My question is if Ihave 3 subnetworks and I'm using the same network (10.10.1.0/24) can I configure that on 3 ...
by DRep
Mon Apr 01, 2013 3:44 pm
Forum: General
Topic: How to configure RB1200 for WebProxy (external)?
Replies: 2
Views: 1158

Re: How to configure RB1200 for WebProxy (external)?

No one has a hint for me?
by DRep
Sat Mar 30, 2013 3:06 pm
Forum: General
Topic: How to configure RB1200 for WebProxy (external)?
Replies: 2
Views: 1158

How to configure RB1200 for WebProxy (external)?

I have now a BLUE COAT SG200 Web Proxy. Now I need some help to configure the RB1200, as I'm going to have two uplink WANs and I want to connect the SG200 to two ports of the RB1200. So the traffic from the WANs should go out on one port to the SG200 and coming back into the RB on a other port. Then...
by DRep
Thu Mar 14, 2013 5:59 pm
Forum: Scripting
Topic: Load Balancing with real load
Replies: 3
Views: 1481

Re: Load Balancing with real load

For my understanding these scripts do not use the current load, they share the traffic based on IP@, right?
Or maybe I'm totally wrong.
by DRep
Thu Mar 14, 2013 11:24 am
Forum: Beginner Basics
Topic: RB1200 with hard disc???
Replies: 8
Views: 2381

Re: RB1200 with hard disc???

I have now orderd a BLUE COAT SG200 Web Proxy. Now I need some help to configure the RB1200, as I'm going to have two uplink WANs and I want to connect the SG200 to two ports of the RB1200. So the traffic from the WANs should go out on one port to the SG200 and coming back into the RB on a other por...
by DRep
Thu Mar 14, 2013 11:17 am
Forum: Scripting
Topic: Load Balancing with real load
Replies: 3
Views: 1481

Load Balancing with real load

Hi, I found a lot of scripts and descriptions about load balancing with two WAN interfaces based on IP@. What I'm looking for is a load balancing script which takes the real load from the two WANs into consideration to take a decission to which WAN will tthe traffic be routed. Is such a script avail...
by DRep
Sat Feb 23, 2013 9:55 pm
Forum: Beginner Basics
Topic: RB1200 with hard disc???
Replies: 8
Views: 2381

Re: RB1200 with hard disc???

Thank you for the information.

Would that work if I connect a NAS to one of the Ethernet ports of the router, like:
http://www.buffalotech.com/products/net ... ion-live-1


and use the SW of the RB1200 and the NAS for storage?
by DRep
Sat Feb 23, 2013 2:53 pm
Forum: Beginner Basics
Topic: RB1200 with hard disc???
Replies: 8
Views: 2381

Re: RB1200 with hard disc???

Thank you, so basically that means that I'm not able to run a Web Proxy on that device and I need an external device.
Any recommandation for it. I have a small network with a view clients less than 50, but I'm very limited in downlink capacity from my ISP.
Thank you.
by DRep
Thu Feb 21, 2013 6:09 pm
Forum: Beginner Basics
Topic: RB1200 with hard disc???
Replies: 8
Views: 2381

RB1200 with hard disc???

Can I install a hard disc for Web Proxy in RB1200?
What type of hard disc is required?
Is there a manual how to do it?
Thank you
by DRep
Fri Feb 15, 2013 2:18 pm
Forum: Beginner Basics
Topic: Why do I need to use a bridge?
Replies: 6
Views: 1669

Re: Why do I need to use a bridge?

Has nobody any hint for me here in this forum?
Waiting for your feedback please!
Thank you
:D
by DRep
Wed Feb 13, 2013 9:25 pm
Forum: Beginner Basics
Topic: Why do I need to use a bridge?
Replies: 6
Views: 1669

Re: Why do I need to use a bridge?

Now let's come back to that topic. Attached is my high level topology. The blue boxes have all a DHCP server running. The traffic is going via the modem on 10.0.0.1 to the ISP. Initially I want to use a seperate subnet for each interface on RB1200 for ET2 ET3 and ET4, but my problem was the traffic ...
by DRep
Thu Feb 07, 2013 9:28 pm
Forum: Beginner Basics
Topic: Why do I need to use a bridge?
Replies: 6
Views: 1669

Re: Why do I need to use a bridge?

Sorry to come back late, but I had some issue to solve. I can not post the output, as the router is in working environement and I need to make the changes during night hours. Let me see when is a good time to rebuild the config and then I will post it. Is there a simple description for acomplete con...
by DRep
Sun Jan 27, 2013 10:30 pm
Forum: Beginner Basics
Topic: Why do I need to use a bridge?
Replies: 6
Views: 1669

Re: Why do I need to use a bridge?

No entries in IP Firewall.

Now with the bridge configured the router is working like a simple switch, isn't it?
by DRep
Sun Jan 27, 2013 2:47 am
Forum: Beginner Basics
Topic: Why do I need to use a bridge?
Replies: 6
Views: 1669

Why do I need to use a bridge?

Hi all, I have a new RB1200 and I onfigured different networks on the different ports. So fine. The routing table shows all the networks connected and I entered a default route to 10.0.0.1, which is my gateway. Routing table shows reachable. But no traffic is going from one port to an other and ping...