Community discussions

MikroTik App

Search found 5 matches

by pbalazs123
Sat Feb 04, 2012 5:27 pm
Forum: Scripting
Topic: Second script no updating IPSEC peer
Replies: 5
Views: 2229

Re: Second script no updating IPSEC peer

No one can help? :(
by pbalazs123
Sat Jan 28, 2012 6:21 pm
Forum: General
Topic: Web Proxy
Replies: 1
Views: 871

Re: Web Proxy

Hy all, i'm wondering if it is possible to use web proxy but with password protection ?
There's no way to use password protection. Use Web proxy with Hotspot to password protect access.
by pbalazs123
Sat Jan 28, 2012 5:08 pm
Forum: Scripting
Topic: Second script no updating IPSEC peer
Replies: 5
Views: 2229

Re: Second script no updating IPSEC peer

Here is what I use: /ip ipsec { :foreach i in=[peer find comment~"^\\+.*"] do={ :local curPeerIP [peer get $i address] :set curPeerIP [:pick $curPeerIP 0 [:find $curPeerIP "/" -1]] :local dnsName [peer get $i comment] :set dnsName [:pick $dnsName 1 [:len $dnsName]] :local dnsAdd...
by pbalazs123
Sat Jul 04, 2009 12:21 am
Forum: General
Topic: Outbound bandwidth control on given ports
Replies: 2
Views: 742

Re: Outbound bandwidth control on given ports

Thank you very much for your help! :wink:
You can use mangle to mark traffic on specific ports and then set up queues based on those marks.

here is very simple example
http://wiki.mikrotik.com/wiki/TransparentTrafficShaper
by pbalazs123
Wed Jul 01, 2009 10:04 pm
Forum: General
Topic: Outbound bandwidth control on given ports
Replies: 2
Views: 742

Outbound bandwidth control on given ports

Hi there!

Can you help me how can i shape outgoing traffic on a given port?

I have a remote surveillance system inside LAN and when i using remote view it eats all my upload bandwidth. It have 3 ports where are the video audio and other things flows. And these 3 ports needs shapeing.

Thanks :)