Community discussions

MikroTik App

Search found 8 matches

by harrysuccess
Mon Nov 06, 2017 3:39 am
Forum: Scripting
Topic: Suppress output from ping in script?
Replies: 5
Views: 6899

Re: Suppress output from ping in script?

use execute {command}
if ([execute {ping 8.8.8.8 count=3}]!= 0) do={put "ok"}
by harrysuccess
Thu Jul 03, 2014 2:41 am
Forum: Beginner Basics
Topic: How to routing all Lan Ports between two Subnets
Replies: 3
Views: 6653

Re: How to routing all Lan Ports between two Subnets

Hallo, I have a new Mikrotik RB2011U. We have two Subnets: Subnet 1: 192.168.0.0/24 Subnet 2: 192.168.10.0/24 Now I need help to configure the mikrotik that the PCs from Subnet 1 can talk with the other PCs in Subnet 2. Each port should be able to talk to both networks. In that thread http://forum....
by harrysuccess
Tue Jun 24, 2014 2:15 am
Forum: RouterBOARD hardware
Topic: New hardware - mAP
Replies: 155
Views: 98685

Re: New hardware - mAP

still waiting :)
by harrysuccess
Sat May 24, 2014 9:27 am
Forum: RouterBOARD hardware
Topic: New hardware - mAP
Replies: 155
Views: 98685

Re: New hardware - mAP

I'm waiting mAP come to Indonesia, When?
by harrysuccess
Tue Dec 03, 2013 5:23 pm
Forum: Wireless Networking
Topic: Trying o get help on suport but no answer
Replies: 10
Views: 3053

Re: Trying o get help on suport but no answer

how the process to obtain the special license? whether to pass support@mikrotik.com, then what should I tell?
by harrysuccess
Wed Jul 10, 2013 1:16 am
Forum: Beginner Basics
Topic: Automatic undo configuration, if is not commited in time lim
Replies: 8
Views: 11380

Re: Automatic undo configuration, if is not commited in time

where can I setting the timer safe mode?
by harrysuccess
Sun Jun 16, 2013 4:20 am
Forum: General
Topic: 2 Mikrotic on same Network
Replies: 4
Views: 1645

Re: 2 Mikrotic on same Network

I am running Mikrotik Hotspot on my network and also file shareing server with window server 2003 Eth 1 LAN- 192.168.200.1/24 Eth 2 WAN-192.168.11.1/24 now i want to add one Mikrotik router to control file shareing bandwidth and limiting it by per ip address. so i configure a simple mikrotik raoute...
by harrysuccess
Sun Jun 16, 2013 4:17 am
Forum: Forwarding Protocols
Topic: Simple static route help
Replies: 1
Views: 1066

Re: Simple static route help

Hi there,

I've got this on an Omnitik

ether1: 192.168.1.5 (GATEWAY is 192.168.1.1)
ether3: 192.168.2.1

I want that a PC connected to ether can ping 192.168.1.1

What rule do I have to insert?
simple,

/ip route add gateway=192.168.1.1