Community discussions

MikroTik App

Search found 76 matches

by Bigfoot
Thu Jan 03, 2019 11:16 am
Forum: General
Topic: tool kid-control
Replies: 64
Views: 30880

Re: tool kid-control

I have logged a Ticket with MikroTik Support #2019010322002594, let's see what happens. 8)
by Bigfoot
Thu Jan 03, 2019 10:24 am
Forum: General
Topic: tool kid-control
Replies: 64
Views: 30880

Re: tool kid-control

Looks like kid-control is broke.
by Bigfoot
Mon Mar 20, 2017 8:21 am
Forum: Beginner Basics
Topic: How to remove Contents from Cache???
Replies: 2
Views: 1414

Re: How to remove Contents from Cache???

Hi
You can try this:
/ip proxy set enable=no
:delay 10s
:foreach i in=[/ip proxy cache-contents] do={
/ip proxy cache-contents remove $i;
}
:delay 15m
/ip proxy set enable=yes
Bigfoot
by Bigfoot
Sat Jan 14, 2017 8:12 pm
Forum: Announcements
Topic: Winbox 3.8 released!
Replies: 45
Views: 32161

Re: Winbox 3.8 released!

Also from the Web Proxy Access List menu, disable & enable buttons doesn't work. Please confirm.
Thanks,
Bigfoot
by Bigfoot
Mon Nov 14, 2016 11:53 am
Forum: Scripting
Topic: random wifi password
Replies: 19
Views: 53294

Re: random wifi password

Hi bvt1977 Here is the modified script for Capsman, hope it helps... ####################################### ### WiFi Password Generator Script### ####################################### # mail recipients :local recipients { "user1@gmail.com "; "user2@gmail.com"; "user3@gmai...
by Bigfoot
Mon Oct 10, 2016 8:58 am
Forum: Scripting
Topic: Spamhaus + Dshield + Malc0de + OpenBL Malicious Ip Blacklists!
Replies: 15
Views: 15870

Re: Spamhaus + Dshield + Malc0de + OpenBL Malicious Ip Blacklists!

Hi Squidblacklist The filer rules is no correct, I belief it must look like this. /ip firewall filter add chain=input src-address-list=drop.dshield action=drop log=yes comment="drop.dshield" /ip firewall filter add chain=input src-address-list=drop.spamhaus1 action=drop log=yes comment=&qu...
by Bigfoot
Sat Jul 30, 2016 11:14 am
Forum: Announcements
Topic: v6.37rc [release candidate] is released, only one wireless package!
Replies: 320
Views: 102616

Re: v6.37rc [release candidate] is released, only one wireless package!

Hi
look like the Ping is not working, On 6.36 it works and on 6,37rc10 not.
Can someone please confirm, :?
by Bigfoot
Thu May 05, 2016 10:36 am
Forum: Scripting
Topic: Spamhaus + Dshield + Malc0de + OpenBL Malicious Ip Blacklists!
Replies: 15
Views: 15870

Re: Spamhaus + Dshield Malicious Ip Blacklist For RouterOS Now Availalable GRATIS!

Hi Squidblacklist
Can you please add the filter rules that you are using.

Bigfoot
by Bigfoot
Sun Apr 24, 2016 4:50 am
Forum: Scripting
Topic: Export Script not working anymore
Replies: 2
Views: 1511

Re: Export Script not working anymore

This is where the problem is: :global exportfilename ($ipadress . "-" . [/system identity get name] . "-" . $boardname . "-" . [/system resource get version] . "-" . [:pick [/system clock get date] 7 11] . [:pick [/system clock get date] 0 3] . [:pick [/system...
by Bigfoot
Sat Mar 05, 2016 12:06 am
Forum: Announcements
Topic: v6.35rc [release candidate] is released, new wireless package!
Replies: 536
Views: 178049

Re: v6.35rc [release candidate] is released, new wireless package!

Since the maybe(v34) this code for sent backup via ftp dont work any more the script broke between the \tool fetch if i copy the code and past on the terminal i get the error point [raffaello@RJ-AT-MK03 - CAP2] > [raffaello@RJ-AT-MK03 - CAP2] > [raffaello@RJ-AT-MK03 - CAP2] > /tool fetch address=$i...
by Bigfoot
Sat Dec 12, 2015 9:42 pm
Forum: Scripting
Topic: PHP Bandwidth monitoring script (Day,Week,Month)
Replies: 8
Views: 12780

Re: PHP Bandwidth monitoring script (Day,Week,Month)

Some update: I have change the SQL to the following, can add more than one interface from a couple of RB's -- phpMyAdmin SQL Dump -- version 4.2.11 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Dec 12, 2015 at 06:52 PM -- Server version: 5.6.21 -- PHP Version: 5.5.19 SET SQL...
by Bigfoot
Tue Nov 24, 2015 2:02 am
Forum: Scripting
Topic: PHP Bandwidth monitoring script (Day,Week,Month)
Replies: 8
Views: 12780

Re: PHP Bandwidth monitoring script (Day,Week,Month)

Hi deanMKD1 I have been playing with the code, I have change the file names init.php to config.php the config.php is in sub folder called "include," the init.php is no cluttered, this my fist attempt to get this working :lol: There is some problems in the code that I have change , hope you...
by Bigfoot
Tue Oct 06, 2015 8:59 pm
Forum: General
Topic: SIP attacks and whitelist
Replies: 2
Views: 2790

Re: SIP attacks and whitelist

As the black list of hacker's ip addresses increases, it is hard to handle it. Let's think the opposite: white list would be much easier to handle. Divide the white-list into two groups: #1. DNS resolvable, like, sip providers, your client's dyndns address(es) etc. #2. Static ip addresses, like your...
by Bigfoot
Tue Aug 18, 2015 12:40 pm
Forum: General
Topic: Feature requests
Replies: 1740
Views: 632507

Re: Feature requests

Hi

On the Resource Graphs is possible to add voltage and temperature , UPS like the CPU, HDD & Memory on the resource graphs in web interface.

Bigfoot
by Bigfoot
Fri Aug 14, 2015 6:04 pm
Forum: Announcements
Topic: 6.31 released
Replies: 227
Views: 78064

Re: 6.31 released

Thx for fix this problem on 6.31
*) proxy - adjust time according to time-zone settings in proxy cache contents.
I have tested it and is working correctly.

Bigfoot
by Bigfoot
Fri Aug 14, 2015 5:57 pm
Forum: General
Topic: Web Proxy Cache Contents Time Bug
Replies: 13
Views: 6477

Re: Web Proxy Cache Contents Time Bug

Thx for fix this problem on 6.31
*) proxy - adjust time according to time-zone settings in proxy cache contents.
I have tested it and is working correctly. :D

Bigfoot
by Bigfoot
Sun Aug 09, 2015 2:14 am
Forum: Beginner Basics
Topic: Custom Web Proxy Pages
Replies: 1
Views: 2669

Re: Custom Web Proxy Pages

Hi Have look at my code "error.html", you can use it. I will not recommend any image, if you use image keep the size small. have a look at http://forum.mikrotik.com/viewtopic.php?t=84066 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/htm...
by Bigfoot
Fri Jul 10, 2015 5:57 pm
Forum: General
Topic: DynDNS update script not working after update to 6.30 - can someone check this one?
Replies: 3
Views: 5748

Re: DynDNS update script not working after update to 6.30 - can someone check this one?

Hi I'm running script this on on my RB2011UiAS on 6.30 with out any problems. #Dynamic DNS Update Script for No-IP DNS behind nat # Set needed variables :local username "**********@gmail.com" :local password "******" :local host "********.ddns.net" :global previousIP # ...
by Bigfoot
Thu Jul 09, 2015 8:56 pm
Forum: Announcements
Topic: MikroTik smartphone app (ex Tik-App)
Replies: 487
Views: 270908

Re: Tik App, MikroTik android utility ALPHA test

Time not correct in the log/log
Phone time is 19:56
Log time is 21:56
by Bigfoot
Mon Jul 06, 2015 8:23 am
Forum: General
Topic: Feature requests
Replies: 1740
Views: 632507

Re: Feature requests

Hi

Can you add a Column with Src IP address in the Web Proxy Cache Contents. :)

Bigfoot
by Bigfoot
Mon Jul 06, 2015 12:07 am
Forum: General
Topic: More MikroTIk HowTo's
Replies: 3
Views: 2106

Re: More MikroTIk HowTo's

Hi Steve

I can not enter you blog getting "Connection timed out".

Bigfoot
by Bigfoot
Tue Jun 16, 2015 12:40 pm
Forum: General
Topic: 6.29.1 - Memmory Probelm with Proxy Cache Content
Replies: 4
Views: 1993

Re: 6.29.1 - Memmory Probelm with Proxy Cache Content

The firewall is the 20% thanks.
by Bigfoot
Mon Jun 15, 2015 6:31 pm
Forum: General
Topic: 6.29.1 - Memmory Probelm with Proxy Cache Content
Replies: 4
Views: 1993

Re: 6.29.1 - Memmory Probelm with Proxy Cache Content

Hi Normis

No change if I do what you say.
3.png
by Bigfoot
Mon Jun 15, 2015 7:34 am
Forum: General
Topic: 6.29.1 - Memmory Probelm with Proxy Cache Content
Replies: 4
Views: 1993

6.29.1 - Memmory Probelm with Proxy Cache Content

Hi, I have a problem with Version 6.29.1
If I reboot the RB the memory is good.
1.png
When I open the Web Proxy to check the Web Proxy Cache Content the memory just drop in a couple of seconds.
2.png
by Bigfoot
Tue Jun 09, 2015 5:01 pm
Forum: General
Topic: RouterOS 6.30rc11
Replies: 10
Views: 4447

Re: RouterOS 6.30rc11

Nope. Will see if 6.30 is working.
by Bigfoot
Tue Jun 09, 2015 7:41 am
Forum: General
Topic: RouterOS 6.30rc11
Replies: 10
Views: 4447

Re: RouterOS 6.30rc11

I had a problem with PPPoE Client on 6.30rc11, my internet speed doped to 1meg on speed test downgrade to 6.30.1 internet speed restored.
by Bigfoot
Mon May 18, 2015 7:55 pm
Forum: Scripting
Topic: Auto upgrade script
Replies: 19
Views: 34779

Re: Auto upgrade script

You can try this Create a small ftp server, create a share folder "/routeros/6.28/" depending on the versions you what to upgrade. Extract all the package to the folder "D:/routeros/6.28/" On the RB that you want to upgrade do the following: /ip dns static add address= "Your...
by Bigfoot
Sun Apr 26, 2015 9:18 am
Forum: Announcements
Topic: RouterOS v6.28 released
Replies: 229
Views: 92748

Re: RouterOS v6.28 released

apr/24/2015 06:03:25 system,error,critical System rebooted because of kernel failure
apr/24/2015 06:03:25 system,error,critical Out of memory condition was detected
apr/24/2015 06:03:25 system,error,critical router was rebooted without proper shutdown

Downgrade to 6.27 fix cyclic reboot
by Bigfoot
Thu Apr 23, 2015 7:02 am
Forum: Announcements
Topic: RouterOS v6.28 released
Replies: 229
Views: 92748

Re: RouterOS v6.28 released

LCD Page List not working, can not add interfaces to the LCD Page List and the Max Speed can not be set.
by Bigfoot
Sat Apr 04, 2015 10:15 am
Forum: Scripting
Topic: What do you think about this Script
Replies: 15
Views: 3368

Re: What do you think about this Script

Hi ah3000 You may want to look at the script got it from a Russia site , in all respect of the owner. 8) :local simple [/queue simple find comment="Bigfoot"]; :local count [:len $simple]; :local i; :global gbool; :global cpuin; :global cpu1; :global cpu2; :global cpu3; :global cpu4; :globa...
by Bigfoot
Sat Apr 04, 2015 10:09 am
Forum: Scripting
Topic: What do you think about this Script
Replies: 15
Views: 3368

Re: What do you think about this Script

Thx, If you going to go to 6.X you will have to change the queues command /queue simple add burst-limit=$aspeed burst-threshold=$ashold burst-time=0s/20s comment=newmind disabled=no target=pppoe-out1 limit-at=$amax max-limit=$amax name=$ip packet-marks="" parent=none priority=4/4 queue=def...
by Bigfoot
Tue Mar 24, 2015 6:23 pm
Forum: The User Manager
Topic: Access Manager (Free Radius for Mikrotik) - Your Views?
Replies: 31
Views: 17866

Re: Access Manager (Free Radius for Mikrotik) - Your Views?

I'm getting this while trying to retrieve the URL : http://accessmanager.in/ No route to host.
by Bigfoot
Sun Mar 22, 2015 1:14 pm
Forum: Scripting
Topic: What do you think about this Script
Replies: 15
Views: 3368

Re: What do you think about this Script

Hi ah3000
On what version have you tested your scrip ?
Bigfoot
by Bigfoot
Tue Mar 03, 2015 5:22 am
Forum: Beginner Basics
Topic: Blocking some content from You Tube
Replies: 15
Views: 8963

Re: Blocking some content from You Tube

In other words,RB will not be able to block any site that is HTTPS..... :?
by Bigfoot
Mon Mar 02, 2015 7:10 pm
Forum: Beginner Basics
Topic: Blocking some content from You Tube
Replies: 15
Views: 8963

Re: Blocking some content from You Tube

Anything else that will work ?
by Bigfoot
Mon Mar 02, 2015 5:35 am
Forum: Beginner Basics
Topic: Blocking some content from You Tube
Replies: 15
Views: 8963

Re: Blocking some content from You Tube

Hi pay day it not working. Here is my filters. [Bigfoot@Bigfoot] /ip firewall filter> export # mar/02/2015 05:24:15 by RouterOS 6.27 # software id = 8Q8X-TL93 # /ip firewall filter add action=drop chain=forward comment="Blocking YouTube content" content=\ jacksepticeye in-interface=all-eth...
by Bigfoot
Sun Mar 01, 2015 6:43 pm
Forum: Beginner Basics
Topic: Blocking some content from You Tube
Replies: 15
Views: 8963

Re: Blocking some content from You Tube

I have used the following firewall filter and it's not working. add action=drop chain=forward comment="Blocking YouTube content" content=jacksepticeye in-interface=all-ethernet src-address=192.168.0.48 and add action=drop chain=forward comment="Blocking YouTube content" content=j...
by Bigfoot
Sun Mar 01, 2015 12:00 pm
Forum: Beginner Basics
Topic: Blocking some content from You Tube
Replies: 15
Views: 8963

Blocking some content from You Tube

Hi I need some help please, I don't what to block You Tube , everyone in the house uses You Tube.
I only want to block some of the content on my RB for Your Tube like https://www.youtube.com/user/jacksepticeye :?

Bigfoot
by Bigfoot
Wed Jan 28, 2015 5:53 pm
Forum: General
Topic: RJ45 serial port on RB2011UAS-2HnD-IN
Replies: 7
Views: 9649

Re: RJ45 serial port on RB2011UAS-2HnD-IN

What is the pin out for the RJ45 serial port on RB2011UAS-2HnD-IN ?
Is this correct pin out on the RB2011UAS-2HnD-IN ?
Console Port (DTE) RJ-45 on RB2011UAS-2HnD-IN
1 RTS
2 DTR
3 TxD
4 Ground
5 Ground
6 RxD
7 DSR
8 CTS
by Bigfoot
Thu Jan 15, 2015 2:58 pm
Forum: The User Manager
Topic: Need help on two scrips from the Miktorik Wiki page.
Replies: 1
Views: 1501

Re: Need help on two scrips from the Miktorik Wiki page.

Any help on these scrips ?
by Bigfoot
Wed Jan 14, 2015 3:30 pm
Forum: The User Manager
Topic: Need help on two scrips from the Miktorik Wiki page.
Replies: 1
Views: 1501

Need help on two scrips from the Miktorik Wiki page.

Hi
I need some help on the following two scrips on the Wiki pages BillingScript http://wiki.mikrotik.com/wiki/Automated ... lingScript and UsageWarningsScript http://wiki.mikrotik.com/wiki/Automated ... ingsScript
I can not get them to work on 6.25rc5.
Best Regards.
Bigfoot
by Bigfoot
Sun Dec 14, 2014 10:11 pm
Forum: Scripting
Topic: random wifi password
Replies: 19
Views: 53294

Re: random wifi password

Thx jspool for the script, I have change it to Work on CAPsMAN to. 8)
by Bigfoot
Fri Nov 28, 2014 11:01 pm
Forum: Scripting
Topic: Problem after the update to 6.20 and 6.22 in the PPP
Replies: 3
Views: 1907

Re: Problem after the update to 6.20 and 6.22 in the PPP

Hi rftnon

I used this to mail on 6.22, Hope this helps you.
/tool e-mail send from=MYUSER@gmail.com to=TOUSER@gmail.com subject="Hello" body="Hi and Hello" server=173.194.67.108 port=587 start-tls=yes user=MYUSER@gmail.com password=******
Bigfoot
by Bigfoot
Tue Sep 16, 2014 11:35 pm
Forum: RouterBOARD hardware
Topic: Router Board repair
Replies: 49
Views: 21180

Re: Router Board repair

I also need the repair manual and schematic. Please mail it to me too.
stephan.booyzen@gmail.com
Thx.
by Bigfoot
Fri Aug 29, 2014 10:18 pm
Forum: Beginner Basics
Topic: Need help on how to setup RB411 to be a AP on a RB2011
Replies: 2
Views: 1373

Need help on how to setup RB411 to be a AP on a RB2011

Can someone please explain to me how will I setup a RB411 to act as an AP on RB2011
RB2011 - ip 192.168.0.1/24 ruining DHCP on RB2011 :?
by Bigfoot
Wed Aug 27, 2014 8:37 pm
Forum: General
Topic: v6.19 released
Replies: 256
Views: 117343

Re: v6.19 released

Userman Problem started in 6.19rc6 !!!
Can I have the correct files please !!!
by Bigfoot
Wed Aug 06, 2014 9:46 pm
Forum: The User Manager
Topic: Mikrotik Ticket Manager
Replies: 2
Views: 3174

Re: Mikrotik Ticket Manager

Nice app, you need to fix the English. :)
by Bigfoot
Fri Jun 27, 2014 7:01 pm
Forum: General
Topic: Tool: Realtime per IP traffic monitor for home/office
Replies: 290
Views: 391234

Re: Tool: Realtime per IP traffic monitor for home/office

Thx, Got it working.
changed :
#Mikrotik Server
Mikrotik=192.168.0.1:81
by Bigfoot
Fri Jun 27, 2014 6:53 pm
Forum: General
Topic: Tool: Realtime per IP traffic monitor for home/office
Replies: 290
Views: 391234

Re: Tool: Realtime per IP traffic monitor for home/office

I see traffic text - http://localhost:82/ip DHCP Leases: 192.168.0.10=***************** 192.168.0.11=***************** 192.168.0.12=***************** 192.168.0.13=***************** 192.168.0.14=***************** 192.168.0.15=***************** 192.168.0.157=***************** 192.168.0.16=************...
by Bigfoot
Fri Jun 27, 2014 6:47 pm
Forum: General
Topic: Tool: Realtime per IP traffic monitor for home/office
Replies: 290
Views: 391234

Re: Tool: Realtime per IP traffic monitor for home/office

Yes, I use http://192.168.0.1:81/accounting/ip.cgi 213.199.179.167 192.168.0.48 97 2 * * 192.168.0.16 194.27.183.245 296 6 * * 172.24.73.229 192.168.0.48 953 9 * * 192.168.0.16 207.46.194.8 3457 22 * * 172.25.97.219 192.168.0.48 320 5 * * 192.168.0.15 157.55.56.141 63 1 * * 197.79.14.150 192.168.0.1...
by Bigfoot
Fri Jun 27, 2014 6:12 pm
Forum: General
Topic: Tool: Realtime per IP traffic monitor for home/office
Replies: 290
Views: 391234

Re: Tool: Realtime per IP traffic monitor for home/office

Sorry missed that one got the service to work Now I get: 2014/06/27 16:56:17 - Info: Starting up sniffer service 2014/06/27 16:56:17 - Info: Mikrotik user: sniffer 2014/06/27 16:56:17 - Info: Mikrotik IP: 192.168.0.1 2014/06/27 16:57:00 - Info: Starting up sniffer service 2014/06/27 16:57:00 - Info:...
by Bigfoot
Fri Jun 27, 2014 5:10 pm
Forum: General
Topic: Tool: Realtime per IP traffic monitor for home/office
Replies: 290
Views: 391234

Re: Tool: Realtime per IP traffic monitor for home/office

Hi Can not get the SnifferService.exe to run , If I run the SnifferService.exe I don't see the Service "Sniffer" in Services Manage Pc is running on Windows 7 The log file ol has this in: 2014/06/27 16:05:15 - Info: Mikrotik user: sniffer 2014/06/27 16:05:15 - Info: Mikrotik IP: 192.168.0....
by Bigfoot
Mon Jun 16, 2014 9:57 pm
Forum: General
Topic: IP Cloud
Replies: 112
Views: 86203

Re: IP Cloud

I don't see the IP Cloud feature on my x86 v6.15.
by Bigfoot
Mon Jun 16, 2014 4:35 pm
Forum: Scripting
Topic: Problem with script for no-ip.info after update to 6.12
Replies: 24
Views: 15391

Re: Problem with script for no-ip.info after update to 6.12

Thx mgx your script is working for me to. :D
by Bigfoot
Mon Mar 17, 2014 5:51 pm
Forum: Scripting
Topic: Maintenance Script for Userman - Export - Backup files
Replies: 2
Views: 6185

Re: Maintenance Script for Userman - Export - Backup files

Thx, for your comments. Why disable / re-enable, etc. and closing the connection of the users??? :evil: Are you happy when your provider stop internet? :-x Also, in this way, manually disabled users are re-enabled :!: Please keep in mind this is Maintenance Script and It's to prevent any connection ...
by Bigfoot
Mon Mar 17, 2014 5:30 pm
Forum: General
Topic: RB 800 - ERROR: no system package found!
Replies: 3
Views: 4067

Re: RB 800 - ERROR: no system package found!

The "press any key to enter bios during boot" does not work in terminal mode.
by Bigfoot
Mon Mar 17, 2014 1:27 am
Forum: Scripting
Topic: Maintenance Script for Userman - Export - Backup files
Replies: 2
Views: 6185

Maintenance Script for Userman - Export - Backup files

After running Userman on a RouterOS PC for a log time and having problem when there was a power failure to recover the database. I decided to build a Maintenance Script to backup Userman's database and make a export file and a system backup and then to FTP the files to my ftp server. This Script is ...
by Bigfoot
Sun Mar 16, 2014 8:37 pm
Forum: General
Topic: RB 800 - ERROR: no system package found!
Replies: 3
Views: 4067

RB 800 - ERROR: no system package found!

My friend tired to update his RB800 with no luck, now is giving the following. I can't get in to boot to see if I can get netinstall the system package, any help please !! RouterBOOT booter 2.27 RouterBoard 800 CPU frequency: 800 MHz Memory size: 256 MB Press any key within 2 seconds to enter setup....
by Bigfoot
Sat Mar 15, 2014 11:24 pm
Forum: General
Topic: Web Proxy Cache Contents Time Bug
Replies: 13
Views: 6477

Re: Web Proxy Cache Contents Time Bug

It's the same LOL, Thx for the help.
by Bigfoot
Sat Mar 15, 2014 11:18 pm
Forum: General
Topic: Web Proxy Cache Contents Time Bug
Replies: 13
Views: 6477

Re: Web Proxy Cache Contents Time Bug

Done that thx, can I fix the Web Proxy Cache Contents Time to correspond to the Clock time?
it keeps on shows 2H behind.
by Bigfoot
Sat Mar 15, 2014 11:07 pm
Forum: General
Topic: Web Proxy Cache Contents Time Bug
Replies: 13
Views: 6477

Re: Web Proxy Cache Contents Time Bug

Is it set to correct ?
by Bigfoot
Sat Mar 15, 2014 10:59 pm
Forum: General
Topic: Web Proxy Cache Contents Time Bug
Replies: 13
Views: 6477

Re: Web Proxy Cache Contents Time Bug

I have done it and I cleared the Cache Content, no luck the Web Proxy Cache Contents still 2 hours behind.
by Bigfoot
Sat Mar 15, 2014 10:44 pm
Forum: General
Topic: Web Proxy Cache Contents Time Bug
Replies: 13
Views: 6477

Re: Web Proxy Cache Contents Time Bug

[Bigfoot@Big] > /system clock export compact # mar/15/2014 22:43:34 by RouterOS 6.10 # software id = X5W8-4V59 # /system clock set time-zone-name=Africa/Johannesburg /system clock manual set dst-delta=+02:00 time-zone=+02:00 [Bigfoot@Big] > /system ntp export compact # mar/15/2014 22:44:01 by Router...
by Bigfoot
Sat Mar 15, 2014 10:30 pm
Forum: General
Topic: Web Proxy Cache Contents Time Bug
Replies: 13
Views: 6477

Web Proxy Cache Contents Time Bug

I would like to know if this is a bug and if it can be fixed in the Web Proxy Cache Contents the time doesn't correspond to the current time. :o
by Bigfoot
Mon Oct 21, 2013 10:39 pm
Forum: Scripting
Topic: Alarm temperature to start the Fan on RB493G
Replies: 0
Views: 1292

Alarm temperature to start the Fan on RB493G

Hi Here is a script to start the fan on a RB493G. Hope it helps some one. #Alarm temperature to start Fan on RB493G set se tempalarm to desired temp "tempalarm 48" = 48°C :global tempalarm 48 :global hightemp :global lowtemp :global temperature [/system health get temperature] :local messa...
by Bigfoot
Sat Oct 12, 2013 8:12 pm
Forum: General
Topic: RB951-2n Wireless issue
Replies: 7
Views: 2463

Re: RB951-2n Wireless issue

Rif file send, call loged "Ticket#2013101266000294"
by Bigfoot
Sat Oct 12, 2013 8:05 pm
Forum: General
Topic: RB951-2n Wireless issue
Replies: 7
Views: 2463

Re: RB951-2n Wireless issue

I'm getting the same problem, the wireless interface is enabled.
To fix the problem I have to reconfig it, disabled and then enabled then it starts to work.
I have made a rif file will mail it to your support team. 8)

Bigfoot.
by Bigfoot
Mon Sep 23, 2013 11:33 am
Forum: General
Topic: Upload Router Backup & Export to ftp or tftp
Replies: 2
Views: 6349

Re: Upload Router Backup & Export to ftp or tftp

Hi perspetolis

I have played with you Upload Router Backup & Export to ftp or tftp script.
What I piked up is that FTP Server's does not like "-", I used "_" then your scripted worked to my FTP Server.

Bigfoot
by Bigfoot
Mon Jun 03, 2013 3:46 pm
Forum: Scripting
Topic: GSM modem to send sms when highsight down?
Replies: 9
Views: 5555

Re: GSM modem to send sms when highsight down?

Hi -headstrong- I use net Netwhatch to send sms when highsight is down or up, to do this set your host IP Address and intervals to 00:05:00 , timeout to 5000 Add this to Down section: :log info "*************************" :log info "* --- High sight One Down --- *" :log info &quo...
by Bigfoot
Sun Nov 11, 2012 8:49 pm
Forum: Scripting
Topic: simple log info command doesn't print
Replies: 2
Views: 1623

Re: simple log info command doesn't print

Hi lukkes I have tested it and it works. Look at the two lines I have moved them and I changes the format. Hope this help. :global ips; :local iface; :local ifname; :local currip; :log info "Checking interfaces."; :foreach iface in=[/interface ethernet find name~"wan" ] do={ :set...
by Bigfoot
Thu Jan 05, 2012 6:01 pm
Forum: General
Topic: Sample Hotspot Page - Sticky Please
Replies: 369
Views: 358309

Re: Sample Hotspot Page - Sticky Please

I don't mean to sound harsh, but I 'll probably just say what many people think. I see lots of people asking for login page source code here. I understand it's the most easy way to use templates made by others, but this isn't the right attitude to make progress in things. Just start from the defaul...
by Bigfoot
Sat Dec 10, 2011 8:18 pm
Forum: General
Topic: Sample Hotspot Page - Sticky Please
Replies: 369
Views: 358309

Re: Sample Hotspot Page - Sticky Please

Hi All

Here are some cool hotspot web pages 8) . I'm looking to do my own hotspot web pages.
All I need is some good guidance on what WEB development application you recommend
on doing the hotspot web pages.

Thx.
by Bigfoot
Sun Dec 04, 2011 2:37 pm
Forum: The User Manager
Topic: Voucher with Serial Numbers !
Replies: 62
Views: 45126

Re: Voucher with Serial Numbers !

HI csickles

Can you please be so kind to send me a copy to stephan.booyzen@gmail.com

Thx