Community discussions

MikroTik App

Search found 7 matches

by natoer23
Thu Oct 09, 2014 11:23 am
Forum: General
Topic: how to block ip ranges preventing access to another subnet?
Replies: 4
Views: 3345

Re: how to block ip ranges preventing access to another subn

Ok, when you say it doesn't work do you mean you can't access the APs from your private network or the firewall rule doesn't block guest access to your private network? If it is the former, check whether you can ping your APs without the firewall rule in place. If you can't ping them, check that the...
by natoer23
Thu Oct 09, 2014 11:01 am
Forum: Forwarding Protocols
Topic: OSPF Changing its state Randomly
Replies: 1
Views: 2462

Re: OSPF Changing its state Randomly

Can you post the output of both
/routing ospf export
and
/ip address print
please?

There is not enough information in your post to assist.
by natoer23
Thu Oct 09, 2014 10:52 am
Forum: Beginner Basics
Topic: IP & Subnet Advice Required Please
Replies: 1
Views: 788

Re: IP & Subnet Advice Required Please

What you would like to achieve is called a bridged network. You need to create a bridge, add all the interfaces that you are using to connect your backhaul into the bridge and assign an IP address to the bridge interface (not any ethernet or wlan interfaces!). /interface bridge add name=bridge1 /int...
by natoer23
Thu Oct 09, 2014 10:36 am
Forum: General
Topic: VPN License limits?
Replies: 2
Views: 5764

Re: VPN License limits?

You can find the license limitations here:

http://wiki.mikrotik.com/wiki/Manual:License

Your RB1100 (License Level 6) has unlimited VPN tunnels and your RB2011 (License Level 5) has either 500 or unlimited depending on what VPN you want to use.
by natoer23
Thu Oct 09, 2014 10:31 am
Forum: General
Topic: Easy firewall rule doesn't work
Replies: 2
Views: 1583

Re: Easy firewall rule doesn't work

Can you please tell us what you are trying to do? If you want to see the traffic from your laptop to another port in the bridge than you need to use: /ip firewall mangle add chain=forward in-bridge-port=wlan1 out-bridge-port=ether2 log=yes However if you are trying to log traffic between your intern...
by natoer23
Thu Oct 09, 2014 10:02 am
Forum: General
Topic: how to block ip ranges preventing access to another subnet?
Replies: 4
Views: 3345

Re: how to block ip ranges preventing access to another subn

You can't combine a subnet mask and an IP range to declare a source.
You have to either define the IP range or use the subnet.
In your case you could use:
/ip firewall filter add chain=forward action=drop src-address=10.0.0.100-10.0.7.254 dst-address=192.168.1.0/24
by natoer23
Thu Oct 09, 2014 9:38 am
Forum: General
Topic: Router OS 6.20 - System menù not show GPS field
Replies: 1
Views: 1484

Re: Router OS 6.20 - System menù not show GPS field

That's correct.
The GPS functions can be configured via the command line.

Look here for help:
http://wiki.mikrotik.com/wiki/Manual:System/GPS

Make sure to follow the instructions to configure the port first as outlined in the above!