Community discussions

MikroTik App

Search found 4 matches

by adeeadee
Wed Feb 19, 2014 1:11 pm
Forum: General
Topic: Default route pref-src
Replies: 3
Views: 2479

Re: Default route pref-src

Thanks. Migrating from masq to srcnat and it worked just fine. Don't know what's wrong with me these days, I knew that... :) Q: What are you using to determine which of those ips should be used as a src-address in communication with internet devices? A: Nothing, just masq. Actually this is what's st...
by adeeadee
Wed Feb 19, 2014 12:52 pm
Forum: General
Topic: Default route pref-src
Replies: 3
Views: 2479

Default route pref-src

Hello there, I have an odd situation with a RB1100AHX2. Until last week it was running ROS v5.25. Since I've upgraded it to 6.9(6.10) it has a strange behavior for outgoing packets: I have several IPs declared on outside interface (eg: 12,13,14,100,150). Default route pref-src was not set and for so...
by adeeadee
Wed Aug 07, 2013 10:46 pm
Forum: Scripting
Topic: I did it! Script to compute UNIX time!
Replies: 33
Views: 24031

Re: I did it! Script to compute UNIX time!

Julian date is the simplest algorithm I found that can be implemented to RouterOS in order to compute days since 1970.
by adeeadee
Wed Aug 07, 2013 10:27 pm
Forum: Scripting
Topic: I did it! Script to compute UNIX time!
Replies: 33
Views: 24031

I did it! Script to compute UNIX time!

Hi there. Since version 6.2 I try to make a script to compute the UNIX time (epoch time / posix time) from RB current date/time. The script contains 2 functions: first one is JD which calculates Julian Days for specified date and the second one calculates the unix time based on difference between Ju...