Community discussions

MikroTik App

Search found 4 matches

by Winand
Sat Aug 04, 2018 1:13 pm
Forum: Scripting
Topic: [SOLVED] Using Dynamic Variable Names
Replies: 40
Views: 36408

Re: Using Dynamic Variable Names

This code doesn't work. But it may give a hint toward a solution :

You just need square brackets:
foreach varname in={"VAR1"; "VAR2"; "VAR3"} do={[parse "global $varname true"]}
by Winand
Thu Dec 18, 2014 9:48 am
Forum: General
Topic: understanding l2tp
Replies: 0
Views: 823

understanding l2tp

Hello. My network works, but i want to get some knowledge.)) I connected to my home network with Windows client over l2tp; specified 192.168.88.1 as Local Address, and dhcp pool as Remote Address. Then i switched on proxy-arp on bridge and got (kind of) "bridging" with remote client. As i ...
by Winand
Fri Sep 12, 2014 6:23 pm
Forum: Beginner Basics
Topic: UPnP; filter rules
Replies: 0
Views: 734

UPnP; filter rules

Hello For some reason provider allows me to connect to internet both via pppoe and ethernet. In upnp settings i have both ether1-gateway and pppoe-out1 interfaces. upnp works fine with pppoe. If i use ethernet i can see in firewall/nat that ports are opened with 0.0.0.0 as dst.address. online port c...