Community discussions

MikroTik App

Search found 11 matches

by simenskaa
Wed Jan 06, 2016 10:32 am
Forum: General
Topic: problem in firewall rules
Replies: 8
Views: 1680

Re: problem in firewall rules

You have to masquerade your network. ip firewall nat add chain=srcnat action=masquerade WRONG!! never, NEVER forget out-interface on NAT rule, it is such an annoying mistake. ip firewall nat add chain=srcnat action=masquerade out-interface=<public_interface> Ah, sorry. I see now that i forgot it. T...
by simenskaa
Wed Jan 06, 2016 10:02 am
Forum: General
Topic: problem in firewall rules
Replies: 8
Views: 1680

Re: problem in firewall rules

You have to masquerade your network.
ip firewall nat add chain=srcnat action=masquerade
by simenskaa
Tue Jan 05, 2016 9:18 am
Forum: General
Topic: How to divide bandwidth?
Replies: 2
Views: 2266

Re: How to divide bandwidth?

by simenskaa
Mon Jan 04, 2016 11:10 am
Forum: General
Topic: Hotspot configuration doesnt seem to do anything - help
Replies: 3
Views: 1092

Re: Hotspot configuration doesnt seem to do anything - help

Can you paste your config here?
by simenskaa
Wed Dec 30, 2015 2:54 pm
Forum: General
Topic: SSH stopped working on CCR1072
Replies: 5
Views: 1809

Re: SSH stopped working on CCR1072

Try changing from port 22 to something else? What about the other services, do they work?
by simenskaa
Tue Dec 29, 2015 10:56 am
Forum: Beginner Basics
Topic: hAP Lite same config - how to clone?
Replies: 5
Views: 5280

Re: hAP Lite same config - how to clone?

Use
export compact file=
Edit the name of the device in the file.
by simenskaa
Wed Dec 23, 2015 3:14 pm
Forum: Wireless Networking
Topic: Configuring a Wireless Bridge
Replies: 6
Views: 2065

Re: Configuring a Wireless Bridge

I dont think you will achieve more than that.
by simenskaa
Wed Dec 23, 2015 12:24 pm
Forum: Wireless Networking
Topic: Configuring a Wireless Bridge
Replies: 6
Views: 2065

Re: Configuring a Wireless Bridge

I think you should lower those standards a bit. You will not achieve speed like that with Mikrotik, neither with Ubiquiti.

Maybe with a licensed Microwave link. :)
by simenskaa
Mon Dec 21, 2015 12:30 pm
Forum: Wireless Networking
Topic: broadcasting an unwanted wifi network
Replies: 6
Views: 1868

Re: broadcasting an unwanted wifi network

Reset wireless config and start over. Make sure you have the latest RouterOS and firmware.
by simenskaa
Mon Dec 21, 2015 10:52 am
Forum: General
Topic: cannot ping IP outside from the router vs interface WAN
Replies: 1
Views: 820

Re: cannot ping IP outside from the router vs interface WAN

You have to masquerade your network.
ip firewall nat add chain=srcnat action=masquerade
If this is already done, paste your code so we can see the config.
by simenskaa
Wed Dec 16, 2015 9:21 am
Forum: General
Topic: problem with Vlan trunk
Replies: 6
Views: 1322

Re: problem with Vlan trunk

Add a drop forward rule between the LANs