Re: [Mikrotik] vpn speed/retrans issues

2010-12-13 Thread Butch Evans
On 12/12/2010 10:45 PM, corey freeman wrote: One interesting note is that one of the remote sites is on the same isp as the main office (fiber) and they have zero issues. It seems to only be the offices that are on different ISPs. (Cox). Any pointers or past experiences that anyone care to

[Mikrotik] ECMP with two DHCP enable providers

2010-12-13 Thread Artur Renato Araujo da Silva
-- An HTML attachment was scrubbed... URL: http://www.butchevans.com/pipermail/mikrotik/attachments/20101213/3691c0f2/attachment.html ___ Mikrotik mailing list Mikrotik@mail.butchevans.com http://www.butchevans.com/mailman/listinfo/mikrotik Visit http

Re: [Mikrotik] Using a script variable as part of a script command

2010-12-13 Thread Kristian Hoffmann
Note that :execute runs asynchronously, so you can't assume that it will complete before the next line in the script (which is handy sometimes). :parse, does however. Instead of :execute $cmd; in your example, you would do... :local pCmd [:parse $cmd] $pCmd; I believe the trailing semicolon is

Re: [Mikrotik] ECMP with two DHCP enable providers

2010-12-13 Thread Blake Covarrubias
/20101213/3691c0f2/attachment.html ___ Mikrotik mailing list Mikrotik@mail.butchevans.com http://www.butchevans.com/mailman/listinfo/mikrotik Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS

Re: [Mikrotik] ECMP with two DHCP enable providers

2010-12-13 Thread Micah Miller
to resolve it? Thank you Artur -- next part -- An HTML attachment was scrubbed... URL:http://www.butchevans.com/pipermail/mikrotik/attachments/20101213/3691c0f2/attachment.html ___ Mikrotik mailing list Mikrotik@mail.butchevans.com http