Community discussions

MikroTik App

Search found 7 matches

by bd5ive
Mon Oct 16, 2017 12:05 pm
Forum: General
Topic: ntp client not working after upgrade to version 6.40.4
Replies: 3
Views: 1127

ntp client not working after upgrade to version 6.40.4

NTP Client Stops syncing after upgrade to 6.40 from 6.38 on my RB1100AHx4 had to be sure so updated another device (RB751U-2hnd) same results, was working fine before. on 751 after upgrade it showed synchronizing but after disable/enable it just shows started but never syncing. used almost 20 differ...
by bd5ive
Fri Jan 20, 2012 9:42 am
Forum: Scripting
Topic: Radious Backup
Replies: 0
Views: 750

Radious Backup

Hi,
I need a script to back up Radius Database. I dont want a full back up just a radius database, like the one you create on web using radius built in backup function. can I make a change in full backup scripts and make it to backup only the database?
by bd5ive
Wed Sep 07, 2011 12:51 pm
Forum: General
Topic: --HELP-- Queue for web with webproxy
Replies: 5
Views: 1818

Re: --HELP-- Queue for web with webproxy

It works, but smth else is missing, I created the mangle rule like this : Ip firewall mangle print Flags: X - disabled, I - invalid, D - dynamic 0 chain=output action=mark-packet new-packet-mark=tst passthrough=yes protocol=tcp dst-address=192.168.0.79 src-port=8080 and then went on and created this...
by bd5ive
Mon Sep 05, 2011 3:57 pm
Forum: General
Topic: --HELP-- Queue for web with webproxy
Replies: 5
Views: 1818

--HELP-- Queue for web with webproxy

Can someone tell me how to limit and shape (queue) web downloads?
I wanna add a mangle to mark web traffic and limit that marked packet in queue. but the problem is I'm using web proxy as well (to speed up webpage opening, and also blocking some web sites)
don't know if this is possible or not ?
by bd5ive
Sat Sep 03, 2011 5:46 pm
Forum: General
Topic: **NEED HELP** ipsec/l2tp and two factor auth (no EAP??)
Replies: 2
Views: 3188

Re: **NEED HELP** ipsec/l2tp and two factor auth (no EAP??)

Hi
Can I ask you how you've done it? I mean the PSK part, with windows seven?
I was looking for some time now, no luck. would you explain to me, or give me a little heads up?

thanks and btw don't know about your problem.
by bd5ive
Tue Aug 16, 2011 12:20 pm
Forum: General
Topic: How to use web proxy for a 2nd Route Table? (2 Internents)
Replies: 1
Views: 682

How to use web proxy for a 2nd Route Table? (2 Internents)

Hi, I'm in need of some professional on this topic..., any help or heads up would be nice. [English not my native so if I say something wrong, please forgive me] we got this RB750G in out office , I want to use it as a web proxy to gain some control over my network users. when I set up the router fo...
by bd5ive
Tue Jul 12, 2011 9:51 pm
Forum: The User Manager
Topic: Script to reset UM active sessions and active users. plz!
Replies: 4
Views: 3397

Re: Script to reset UM active sessions and active users. plz

this one removes active sessions:
:local Flag
:set Flag [/tool user-manager session find]
:if ([:len $Flag] > 0) do={/tool user-manager session print;/tool user-manager session remove [/tool user-manager session find];}
just sign up to forums to reply to this, hope its what you need :D