Web Application Mikrotik CapsMan Controller powered by PHP + Ajax + jQuery I want to share my articles: Access Point Manager Mikrotik (CAPsMAN) Installation Web Application Mikrotik CapsMan Controller powered by PHP + Ajax + jQuery Screenshots: https://awarmanf.files.wordpress.com/2018/02/10-show-a...
Dear All, Until ROS 5.7, dns cache mikrotik doesn't support query for SRV type. This query from nslook for SRV type: http://img141.imageshack.us/img141/6668/2dnsmikrotik.png This dns cache at mikrotik 5.7: http://img196.imageshack.us/img196/6499/1dnsmikrotik.png It doesn't bother actually but it see...
I have established wireless network for our LAN with WPA Radius for user authentication. I have some network printers at remote area and to make our LAN connect to them I must deploy some kind of wireless router which can connect to wireless network. Can mikrotik connect to wireless network using WP...
i think command built in to get day of week is not possible on Mikrotik, cmiiw. but, you can try script this referenced from wiki, http://wiki.mikrotik.com/wiki/Script_to ... f_the_week. submitted by another user. hope this help, im not trying that script. Matur nuwun mas. ________________ wong nde...
Dear All, How to make scheduler based on days of the week ? In linux, we can make schedule like this with cron: 00 08 * * 1,2,3,4,5 /usr/local/bin/script-a 00 17 * * 1,2,3,4,5 /usr/local/bin/script-b At 08:00 on Mon, Tue, Wed, Thu, and Friday (office hours) do execute script-a. At 17:00 on Mon, Tue,...
I already write this layer7 rule on ip firewall mangle and it works perfectly to "catch" request to a trojan link: /ip firewall mangle print chain=prerouting action=add-dst-to-address-list protocol=tcp src-address-list=users address-list=virus-ym \ address-list-timeout=3d layer7-protocol=v...
It works perfectly on linux by using this iptables rule below: iptables -I FORWARD -m tcp -p tcp --dport 443 -m string --to 256 --hex-string '|16030100410100003d0301|' --algo bm -j DROP It will block tcp packet sent from client to tcp port 443 and contain "Client Hello". If ultrasurf uses ...
Can I match content of packets with hex values without using layer7 ? I want to match packets with containing hex values of "16030100410100003d0301". On linux, I use iptables to match those packets with this rule: iptables -I FORWARD -p tcp --tcp-flags SYN,ACK,FIN,RST,PSH ACK,PSH -m string...
I am running mikrotik 3.22 with web proxy internal. I use secondary harddisk 150GB in size as cache drive. After running some couple days, the cache used is higher than max cache size which I set on web proxy settings. Please look at the images below: http://img502.imageshack.us/img502/8792/webproxy...
I've already download file all_packages-mipsbe-3.30.zip from mikrotik.com.
I uploaded the extracted files to RB439, do system routerboard upgrade.
After reboot, make backup then try to restore that file onto ROS.
Hi, I have RB439 with ROS 3.11. I had created a backup named "MikroTik-11112009-1250.backup". Then I get that file through FTP, delete the same file on mikrotik, then upload it via FTP. What happened when I doubled click that file, chose restore, the winbox said "Do you want to restor...
I have 2 simple scripts put on system scripts: Name: script1 :global NUM 100 Name: script2 :global NUM ($NUM+1) On the ROS v2.9.51, when I run script1 then open terminal: :put $NUM 100 I run script2 and in the same terminal: :put $NUM 101 The script is running well as I expect it. But when I run tho...