Community discussions

MikroTik App

Search found 7 matches

by S1ghup
Wed Jun 03, 2009 10:08 pm
Forum: Scripting
Topic: Wget Afraid - FREEDNS script help
Replies: 17
Views: 19147

Re: Wget Afraid - FREEDNS script help

In regards to using wget to update your dynamic IP address with afraid.org, I'm afraid (no pun intended) it is not possible at this time. However if you are running RouterOS 3.+ you can achieve this using the fetch tool as seen below. I currently run this on RoS 3.16 and it works with out flaw. Note...
by S1ghup
Mon Nov 03, 2008 6:16 pm
Forum: General
Topic: How can I block that person who tries to connect my ftp??
Replies: 13
Views: 3352

Re: How can I block that person who tries to connect my ftp??

what's the prefix of these 3 codes like /ip firewall? it is not working. sarpkaya: Do you ever get the feeling that you always forget to include something important, I always re-read my post before submitting and inevitably always for get something important. To apply those three rules via the cons...
by S1ghup
Wed Oct 29, 2008 6:14 pm
Forum: General
Topic: How can I block that person who tries to connect my ftp??
Replies: 13
Views: 3352

Re: How can I block that person who tries to connect my ftp??

what's the prefix of these 3 codes like /ip firewall? it is not working. sarpkaya: Do you ever get the feeling that you always forget to include something important, I always re-read my post before submitting and inevitably always for get something important. To apply those three rules via the cons...
by S1ghup
Wed Oct 29, 2008 3:16 am
Forum: Scripting
Topic: API PHP class
Replies: 47
Views: 78659

Re: API PHP class

in terminal you dont use the name= mv99 value on username, Have you tried it without that =name= in your code ? fosben: Thank you for the reply, I am aware that using the terminal you use the following syntax. /ip hotspot user set mv99 password=newpassword According to the Mikrotik API command sent...
by S1ghup
Wed Oct 29, 2008 3:10 am
Forum: General
Topic: How can I block that person who tries to connect my ftp??
Replies: 13
Views: 3352

Re: How can I block that person who tries to connect my ftp??

You make everything complicated. There's a only one person who is bad person, boogy man or whatever you call. How can I block his address? add action=drop chain=ProtectRouter comment="Drop connections from bad people" disabled=no src-address-list=BadPeople add action=add-src-to-address-li...
by S1ghup
Tue Oct 28, 2008 7:07 pm
Forum: General
Topic: How can I block that person who tries to connect my ftp??
Replies: 13
Views: 3352

Re: How can I block that person who tries to connect my ftp??

Just my two cents worth: Here is are some of the rules that we use on our production routers that allow for connection blocking by IP address and dynamic blocking for specified time by IP for given protocol (e.g ICMP). Just another method of blocking connections that I find to be a little easier to ...
by S1ghup
Mon Oct 27, 2008 11:54 pm
Forum: Scripting
Topic: API PHP class
Replies: 47
Views: 78659

Re: API PHP class

Hello All, Fist of all I want to thank all of the users of this board for all of the information that has gotten me to this point in my project. I am designing a web interface for a client and have ran into this particular problem. Just so that everyone is on the same page I am using the PHP API cla...