Community discussions

MikroTik App

Search found 16 matches

by amee
Wed Mar 02, 2022 4:52 am
Forum: Forwarding Protocols
Topic: Block incoming prefix with as path
Replies: 0
Views: 665

Block incoming prefix with as path

We have 2 ISP, we want to block some prefixes from specific ASN from second ISP. We try to set BGP Prepend 10, but the prefixes still incoming from our second ISP, because of BGP local pref. How to to block these prefixes coming from our second ISP? Lets say these prefixes from ASN=15236, we try wit...
by amee
Wed Jan 19, 2022 10:48 am
Forum: Scripting
Topic: Covert week to day
Replies: 1
Views: 1528

Covert week to day

If I check up time with winbox , I get format 315d 01:03:49. With script I get 45w1h3m49s. I more familiar with format "315d 01:03:49". How to convert 45w1h3m49s to day format?
by amee
Thu Apr 14, 2016 9:26 am
Forum: Scripting
Topic: restart pppoe when getting private IP
Replies: 1
Views: 2181

restart pppoe when getting private IP

My mikrotik connects internet with pppoe-client. It often gets public ip, but rarely gets private ip 10.0.0.0/8 or 192.168.0.0/16. I want to restart my pppoe-client whenever it gets these private IPs. Anybody can help me? Thanks in advance.
by amee
Thu Nov 20, 2014 5:32 am
Forum: Beginner Basics
Topic: Send syslog to Android
Replies: 1
Views: 1059

Send syslog to Android

Can I send my mikrotik log to my android device?
by amee
Wed Apr 23, 2014 7:34 am
Forum: The Dude
Topic: Feature request: some user only allow to view specific map
Replies: 4
Views: 2726

Feature request: some user only allow to view specific map

Hi,
We manage several client that have their own network. For now I installed the dude on several PCs. I have an idea, which we can set several user to watch only specific map.
thanks
by amee
Wed Feb 26, 2014 11:07 am
Forum: General
Topic: Feature request: Netwatch src-address
Replies: 1
Views: 1597

Re: Feature request: Netwatch src-address

Yes, Its very usefull
by amee
Fri Jan 31, 2014 5:19 am
Forum: Scripting
Topic: Super Mario Theme
Replies: 49
Views: 69400

Re: Super Mario Theme

How about sweet child o' mine gun roses. It's cool for mikrotik stratup.
by amee
Sat Jan 25, 2014 6:32 am
Forum: Scripting
Topic: Afraid.org dns script using specific wan port
Replies: 12
Views: 4474

Re: Afraid.org dns script using specific wan port

Yes, it work fine. I have test it, with some corrections: # get freedns.afraid.org :global a [:resolve freedns.afraid.org] #update ddns from wan1 /ip ro add dst-address=$a gateway=wan1 comment=ddns /tool fetch url="http://freedns.afraid.org/dynamic/update.php\randomKey" #update ddns from w...
by amee
Fri Jan 24, 2014 6:12 am
Forum: Scripting
Topic: Event driven scripting?
Replies: 3
Views: 2389

Re: Event driven scripting?

You may use scheduler. Try This:
/ sy sche add interval=5m name=schedule1 on-event="/ip firewall nat> :if ([ /interface pppoe-client get pppoe-out1 running] false) do={your script}"
by amee
Fri Jan 24, 2014 5:37 am
Forum: Scripting
Topic: Afraid.org dns script using specific wan port
Replies: 12
Views: 4474

Re: Afraid.org dns script using specific wan port

May this could answer: # get freedns.afraid.org :global a [:resolve freedns.afraid.org] #update ddns from wan1 /ip ro add dst-address=$a gateway=wan1 comment=ddns /tool fetch url="http://freedns.afraid.org/dynamic/update.php\randomKey" #update ddns from wan2 /ip ro add dst-address=$a gatew...
by amee
Tue Jan 21, 2014 9:04 am
Forum: RouterBOARD hardware
Topic: select between cdma and evdo signal
Replies: 0
Views: 921

select between cdma and evdo signal

I have HUAWEI EC306-2, with computer I can select between cdma, evdo rev.A or evdo rev.B signal. Sometimes one signal is better than others. How can I choose one of them with mikrotik? And, When ppp-out has connected, how can I know which of them is used by the modem.
by amee
Sat Jan 04, 2014 5:17 am
Forum: Scripting
Topic: Help please, How to auto delete oldest file
Replies: 2
Views: 2893

Re: Help please, How to auto delete oldest file

Thanks Skot,
It's great. Work fine
by amee
Fri Jan 03, 2014 6:07 am
Forum: Scripting
Topic: Help please, How to auto delete oldest file
Replies: 2
Views: 2893

Help please, How to auto delete oldest file

Hi all,
I have Rb751u with 32GB usb flash drive 32GB. I used that flash drive to record my ip camera. The problem is when the flash drive is full, my camera stop recording. How to script whenever the disk free space is <1gb, remove oldest file. So the router periodically run the script.
THX
by amee
Mon Jun 04, 2012 6:16 am
Forum: Wireless Networking
Topic: Strange signal ptp 17 km need help
Replies: 1
Views: 1152

Strange signal ptp 17 km need help

I have ptp 17 km with Groove A-5Hn and rb 411AH+R52H. The signal is good between -60dbi--65db. But there is strange throghput, at AP (Groove A-5Hn), Throghput is verygood always abave 20000kbps, but at client(411AH+R52H) throghput below 1000kbps. what's wrong with this connection
by amee
Tue Dec 25, 2007 7:36 am
Forum: Scripting
Topic: send backup files to another MT
Replies: 1
Views: 1243

send backup files to another MT

I want to schedule backup my MTs daily and send to another MT on local network.
Anybody give me a script?
by amee
Tue Jul 03, 2007 2:27 pm
Forum: General
Topic: [Resolved]PPTP vpn configuration[Resolved]
Replies: 6
Views: 2151

Re: PPTP vpn configuration

you shuld add nat:
ip firewall nat> add chain=srcnat src-address=10.23.53.61 out-interface="yourlocalinterface" action=masquerade