Community discussions

MikroTik App

Search found 5 matches

by kinglestat
Sun Mar 06, 2022 4:57 pm
Forum: Scripting
Topic: script to add ip to list based on log - help needed
Replies: 10
Views: 5747

script to add ip to list based on log - help needed

Hi folks, I am trying to make a scrict which adds valid login IPs to a list, and bad requests to another list, but frankly I can't figure out the Mikrotik language this is some test code I copied from the forum and adapted :local tmp [:toarray [/log print where time>([/system clock get time] - 1h)]]...
by kinglestat
Sat Feb 24, 2007 11:21 am
Forum: General
Topic: dual PPTP on same mikrotik with same gateway problem
Replies: 2
Views: 1078

dual PPTP on same mikrotik with same gateway problem

I have a Mikrotik v2.9.40 using 2 PPTP links for Internet ISP gives a private address as the next hop (192.168.180.1) for both these connections! 1 Link is the default internet link 2nd link is used for 2 remote users for VPN How can I force packets to exit an interface WITHOUT specifying a gateway ...
by kinglestat
Tue Nov 15, 2005 1:59 pm
Forum: General
Topic: generic ipsec tunnels
Replies: 6
Views: 2248

I have done some testing and have manage to do some progress I am using the MT l2pserver together with ispec, and MS win 2000 server as a client MT / interface l2tp-server server set enabled=yes max-mtu=1460 max-mru=1460 authentication=mschap2 \ default-profile=default-encryption 2 address=172.16.13...
by kinglestat
Sun Nov 13, 2005 4:43 pm
Forum: General
Topic: generic ipsec tunnels
Replies: 6
Views: 2248

Re: generic ipsec tunnels

yes, what you say is right. That is the config I am looking for
do you have any suggestions ?
by kinglestat
Fri Nov 11, 2005 3:50 pm
Forum: General
Topic: generic ipsec tunnels
Replies: 6
Views: 2248

generic ipsec tunnels

I have read the documentation ad naseum on ipsec and otherwise, but all examples refer to point-to-point links I have a situation where I would like the microtik to have a generic setup for multiple ipsec tunnels to it from different manufactureres (eg SMC, Cisco, etc) How to I create a generic setu...