:if (($VAR1 = "YES") && ($VAR2 = "NO")) do={
I am static public IP, it is required for some services. Getting public ip is very difficult here, after many months of requests I am now able to get public ip.Are you on dynamic ip? if so try resetting your modem to get a new ip.
And as mentioned, make sure you don't provoke it again in future.
How ISP's block such traffic , using what technique?You cannot stop incoming traffic. Only ISP could do this. Your Mikrotik could however filter it out and do not pass to LAN.
TONER [string_substring(oid("1.3.6.1.2.1.43.11.1.1.9.1.1"))] % Remaining %
its giving following errorTry this:
.Code: Select all/ip firewall layer7-protocol add name=youtube regexp="^.+(youtube.com).*$" /ip firewall filter add chain=forward protocol=tcp dst-port=80,443 layer7-protocol=youtube action=drop comment="Block YouTube"
Thank you I tried 6.29 and it worked !In any version below 6.32.
So in 6.31.x it works.
/too sms print
action timed out - try again, if error continues contact MikroTik support and send a supout file (13)
/sys script run MYSCRIPT MYVARIABLE
is there any possibility to implement it for PPPOE USERS (with userman)you need to add this code in scripts
/ip firewall filter
add chain=forward comment=to_WAN" out-interface=WAN
add action=reject chain=forward comment="Block vlan subnets in forward" reject-with=icmp-net-prohibited src-address=\
192.168.0.1-192.168.255.255
/ppp active print count-only file=activeuser.txt
Thanks a lot. It worked Gr8!Code: Select allssh admin@192.168.1.1 /log warning \"hi hello\"
it worked! strange I searched google and mikrotik forum but couldn't find or maybe couldn't see itIf you want ssh, wouldn't it be better to use ssh instead of telnet?
/system ssh address=192.168.1.1 port=1234 user=yourusername
:put [/tool user-manager user get value-name=actual-profile number="test"]]
Yes I am getting value in appearance / label. something likeTry to use that function in the label display, to see if the function returns a correct value.
$(link-orig)
Can other members confirm this?Is Gmail mail send support not working with 5.26 ?
So are you saying that now i cannot send email using gmail id in mikrotik 5.x ? Do I have to upgrade must ?in RouterOS v6.17 this command works fine:
(I am using "start-tls" because syntax is different in v6.17)
So maybe time to upgrade?