Community discussions

MikroTik App

Search found 62 matches

by daviddem
Mon Jul 30, 2012 6:31 am
Forum: General
Topic: RB450G ROS 5.11 SD card not recovering from power shutdown
Replies: 7
Views: 4795

Re: RB450G ROS 5.11 SD card not recovering from power shutdo

This is supposed to have been fixed in v5.17 according to the change log : What's new in 5.17 (2012-May-28 12:34): *) files - fixed problem when directories disappeared after reboot on usb or sd flash; ... -> upgrade to latest version I haven't tried it myself though. If you do, please report back h...
by daviddem
Sun Jul 29, 2012 11:30 am
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Everything but the password is in clear text. It's a CHAP challenge, just like in Hotspot - before login you get a random string, you encrypt your password with MD5, using the provided random string as a salt, and send the result (with all this being done automatically by the client, of course). MD...
by daviddem
Wed Jun 13, 2012 4:26 pm
Forum: General
Topic: Feature request: "forgot/change password" for hotspot users
Replies: 2
Views: 1644

Re: Feature request: "forgot/change password" for hotspot us

I have actually set it up now on a third party web server, with the great help of boen_robot. See this thread.
by daviddem
Wed Jun 13, 2012 2:28 pm
Forum: Scripting
Topic: Script policies incorrectly applied?
Replies: 1
Views: 874

Re: Script policies incorrectly applied?

Reply to the bug report from Mikrotik support:
Hello,

Thank you for the report, we will fix the problem in the future versions.

Regards,
Maris
--
Come to Training and MUM in Autumn 2012:
India, UAE, USA, China, Indonesia, Australia!
http://mum.mikrotik.com/
by daviddem
Wed Jun 13, 2012 6:21 am
Forum: Scripting
Topic: Script policies incorrectly applied?
Replies: 1
Views: 874

Script policies incorrectly applied?

It seems that script policies are incorrectly applied. For example, according to the wiki, the hotspot passwords are considered sensitive information. However, a script without the "sensitive" category granted can still read and display hotspot passwords. See below. [admin@MikroTik] > /sys...
by daviddem
Thu Jun 07, 2012 11:11 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Thanks for your code, man you're fast, you must be dreaming in php! I had started on your idea when I saw that you added the code to your post, but I was only at the first couple of lines. I would probably have made it OK, except for the clever safeForScripting function to prevent code injection (I ...
by daviddem
Thu Jun 07, 2012 3:10 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Hello, I am afraid I need your help again with your API. My cunning plan for the "forgot password" functionality is that users will fill their username and email address, and if these match then they will be sent an email with their password (they can borrow a colleague's computer for a mi...
by daviddem
Wed Jun 06, 2012 9:50 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Success! I tried two other hosts who both were giving me a connection timeout error. Then on a hunch I moved the API service on the router to port 21, and modified the script accordingly: <?php namespace PEAR2\Net\RouterOS; error_reporting(E_ALL | E_STRICT); ini_set('display_errors', 'On'); require_...
by daviddem
Wed Jun 06, 2012 7:54 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Thanks for your help with the debug code. Here is the error message (I obfuscated my personal details): Client not created because of the following exception: exception 'PEAR2\Net\Transmitter\SocketException' with message 'Failed to initialize socket.' in /srv/disk8/xxxxxxx/www/mysubdomain.myhost.ne...
by daviddem
Wed Jun 06, 2012 4:09 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

I am officially stuck. The code never returns from the Client instance creation: <?php namespace PEAR2\Net\RouterOS; require_once 'PEAR2/Net/RouterOS/Autoload.php'; echo 'OK1'; $client = new Client('192.168.0.1', 'admin'); echo 'OK2'; ?> When I load the page I see the OK1 just fine but not OK2, mean...
by daviddem
Tue Jun 05, 2012 10:53 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Yes I already did that and the host has php 5.3. Just now for testing purposes everything is in the public folder (the PEAR2 folder and the .php files with your password scripts). I will move PEAR2 later higher in the structure and put a command in your scripts to add the location in the include pat...
by daviddem
Tue Jun 05, 2012 10:33 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

The other three are running without syntax error. It's hard to figure what's going on with the web host I am using because they do not offer a SSH interface, so all I was getting in guise of error messages was a blank page when trying to load the form... guess I'd be better off testing on a developm...
by daviddem
Tue Jun 05, 2012 10:11 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Dude, I think I found a few typos in your forgot password script (in red below): <?php namespace PEAR2\Net\RouterOS; require_once 'PEAR2/Net/RouterOS/Autoload.php'; $errors = array(); //Check if the form was submitted. Don't bother with the checks if not. if (isset($_POST['act'])) { try { //Adjust R...
by daviddem
Tue Jun 05, 2012 6:16 am
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

The problem is your users need to login in order to have internet. And they need internet to access their email => Without login, how could they access their email? I understand that it would not be a viable option in lots of cases, but in my particular case, people who lost their password can simp...
by daviddem
Mon Jun 04, 2012 9:48 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Developing your own features on top of mikrotik is what gives your business value, otherwise you are no different from everyone else. Setting up a simple free radius lamp server takes less than 60 minutes, even less if you use a cloud server. Get the business logic off the mt and onto your own syst...
by daviddem
Mon Jun 04, 2012 9:23 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Awesome, thanks for that. It would have taken me forever to get there (if ever) given that my website programming knowledgeabilty is about nil. I will try to set this up this up as soon as I find some time, using your code. Simple and generic does it just fine. I can build on that. My first thought ...
by daviddem
Mon Jun 04, 2012 8:06 pm
Forum: General
Topic: Hotspot - forgot password functionality
Replies: 2
Views: 1056

Re: Hotspot - forgot password functionality

Feklar, thank you very much for your reply. I am a bit embarrassed because I also posted for the same reason in the scripting forum (although the original question was a bit different, the underlying reason was the same as that of this post). I got replies similar to yours in the other thread, and a...
by daviddem
Mon Jun 04, 2012 7:58 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Well, in MikroTik's defense, a forgotten password feature isn't hard to implement if you have an external web server. You just place that server into a "walled garden", so that it can be accessed without a login, and link to it from the login page. The external server itself can do whatev...
by daviddem
Mon Jun 04, 2012 5:20 pm
Forum: General
Topic: Feature request: "forgot/change password" for hotspot users
Replies: 2
Views: 1644

Feature request: "forgot/change password" for hotspot users

It seems that for hotspots living on routerboards, there is no way to implement a self help forgot password / change password functionality for the hotspot users by customizing the html pages of the hotspot and invoke scripts to do the job. Therefore this functionality could maybe be built-in in fut...
by daviddem
Mon Jun 04, 2012 5:08 pm
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Re: Invoking built-in script from a webpage

Thanks for the reply. Damn, that is quite limiting! The reason I was asking is because I wanted to implement a "forgot password" functionality for my hotspot users. While I see in other threads that this has been done on PC's that run routerOS and have third party web servers and php capab...
by daviddem
Mon Jun 04, 2012 10:00 am
Forum: General
Topic: RouterOS v5.17 released
Replies: 47
Views: 20936

Re: RouterOS v5.17 released

*) files - fixed problem when directories disappeared after reboot on usb or sd flash good stuff, hopefully this fixes the disappearing micro-sd cards: http://forum.mikrotik.com/viewtopic.php?f=13&t=46144, will give it a go. I sent a detailed bug report about this problem a few months back, but...
by daviddem
Mon Jun 04, 2012 8:32 am
Forum: Scripting
Topic: Invoking built-in script from a webpage
Replies: 32
Views: 13785

Invoking built-in script from a webpage

To invoke a php script from a webpage, people use something like: <form name="form1" method="post" action="myscript.php"> Is it possible to invoke a RouterOS built-in script or API commands from a webpage? (for example on a Routerboard where php is not available, invoki...
by daviddem
Mon Jun 04, 2012 8:11 am
Forum: General
Topic: Hotspot - forgot password functionality
Replies: 2
Views: 1056

Hotspot - forgot password functionality

Hello, I am looking for a way my hotspot users could recover their password from the login page if they forget it (type their user name and their password will be sent to their registered email) (this is for a routerboard, not routerOS running on a PC with for example PHP capabilities). I found this...
by daviddem
Tue May 01, 2012 11:00 pm
Forum: General
Topic: Sample Hotspot Page - Sticky Please
Replies: 369
Views: 359489

Re: Sample Hotspot Page - Sticky Please

I see that some people here have a forgotten password functionality for their users. I have been unsuccessfully searching the forum and the wiki for some guidance on how to implement a system that would upon request email the password to a user's registered email address.

Any help welcome.
by daviddem
Mon Apr 30, 2012 9:25 pm
Forum: General
Topic: Hotspot and iphone/ipad autofill
Replies: 9
Views: 9454

Re: Hotspot and iphone/ipad autofill

I have not solved this problem. If you Google ios and captive portal, you will find tons of links to similar problems, so it is not unique to Mikrotik. My users have also reported their devices not offering to save their login info in airports, hotels, etc. Looks like it's Apple again trying to be s...
by daviddem
Fri Apr 27, 2012 8:10 pm
Forum: General
Topic: Hotspot and iphone/ipad autofill
Replies: 9
Views: 9454

Hotspot and iphone/ipad autofill

Hello, My hotspot is running smooth, but I can't for the life of me figure out why the ipads and iphones running ios5+ do not prompt to save the login and password for future autofill. I checked and played with all the settings of these devices, they perfectly happily save login info for gmail, yaho...
by daviddem
Tue Jan 17, 2012 4:30 am
Forum: General
Topic: RB450G ROS 5.11 SD card not recovering from power shutdown
Replies: 7
Views: 4795

Re: RB450G ROS 5.11 SD card not recovering from power shutdo

What kind of SD card are you using?
by daviddem
Mon Jan 09, 2012 9:48 am
Forum: General
Topic: RB450G ROS 5.11 SD card not recovering from power shutdown
Replies: 7
Views: 4795

RB450G ROS 5.11 SD card not recovering from power shutdown

Below same stuff I wrote to support. Anyone else has experienced this kind of issue? I am using a 4GB Sandisk Ultra Mobile micro SD card and have my user manager store for the hotspot setup on it. Read below. See a few bugs? Looks like your disk drivers need a serious overhaul. With the details belo...
by daviddem
Mon Jan 09, 2012 8:53 am
Forum: General
Topic: Port knocking - filtering duplicate UDP packets
Replies: 7
Views: 2488

Re: Filtering duplicate UDP packets

I am using lists (inside the "port-knock" chain). However if you let the next knock be anything without locking and resetting the knocking process on a wrong knock, then potentially an attacker could knock at all the ports 3 times in 5 seconds and get through the process successfully just...
by daviddem
Mon Jan 09, 2012 5:20 am
Forum: General
Topic: Mystery packet?
Replies: 2
Views: 1072

Re: Mystery packet?

Nice try but fragment-offset is zero for both packets, and the first 28 bytes of the first packet are identical to the 28 bytes of the second packet and one is in the rx direction and the other in the tx direction, so I doubt they are two fragments of a single packet. Also the last 18 bytes of the f...
by daviddem
Sun Jan 08, 2012 8:27 pm
Forum: General
Topic: Mystery packet?
Replies: 2
Views: 1072

Mystery packet?

Well at least for me it is mysterious. I send a single UDP packet from my laptop to the router, and the sniffer sees two. One rx: no problem with the existence of that one, since I sent it and I can see it traverse the firewall. But what is the score with the (smaller) tx one? Where is it coming fro...
by daviddem
Sun Jan 08, 2012 3:40 pm
Forum: General
Topic: Port knocking - filtering duplicate UDP packets
Replies: 7
Views: 2488

Re: Filtering duplicate UDP packets

FWIW, here is how I built my port-knock chain, to impose that each packet has to be in sequence and correct. If not, the src-ip is added to the k-fail list, which prevents another try for 30 seconds by the jump rule (no need for the limit that was in the OP): 8 ;;; Port knock test chain=input action...
by daviddem
Sun Jan 08, 2012 3:13 pm
Forum: General
Topic: Port knocking - filtering duplicate UDP packets
Replies: 7
Views: 2488

Re: Filtering duplicate UDP packets

OK my bad, the limit feature works fine, I had a "rogue" firewall rule that I used for testing yesterday and forgot to disable, and it was matching the same packets as the ones I put the limit on, giving me the wrong impression. Also, I did not really have duplicate UDP packets, although t...
by daviddem
Sun Jan 08, 2012 12:58 pm
Forum: General
Topic: Port knocking - filtering duplicate UDP packets
Replies: 7
Views: 2488

Re: Filtering duplicate UDP packets

I am using lists (inside the "port-knock" chain). However if you let the next knock be anything without locking and resetting the knocking process on a wrong knock, then potentially an attacker could knock at all the ports 3 times in 5 seconds and get through the process successfully just ...
by daviddem
Sun Jan 08, 2012 8:07 am
Forum: General
Topic: Port knocking - filtering duplicate UDP packets
Replies: 7
Views: 2488

Port knocking - filtering duplicate UDP packets

Hello, I am trying to setup port knocking on my 450G. I am seeing duplicate UDP packets at my WAN interface (to anticipate questions: yes, I am sure that I am sending only one UDP packet as per wireshark running on my test machine, and when I test from the LAN with the same laptop only one UDP packe...
by daviddem
Wed Jan 04, 2012 4:28 pm
Forum: General
Topic: Connection logging
Replies: 4
Views: 4370

Re: Connection logging

bump again, seriously is there a reason this is not available?
by daviddem
Wed Jan 04, 2012 3:49 pm
Forum: General
Topic: Q about Dmitry on firewalling
Replies: 11
Views: 3264

Re: Q about Dmitry on firewalling

OK, while we're at it, I don't understand how the anti-spam rules do their job: add chain=forward action=jump jump-target=restrict-ip ... add chain=restrict-tcp connection-mark=smtp action=jump jump-target=smtp-first-drop comment="anti-spam policy" add chain=smtp-first-drop src-address-lis...
by daviddem
Wed Jan 04, 2012 5:11 am
Forum: General
Topic: RB450
Replies: 6
Views: 1484

Re: RB450

Well at some point you're going to have to get a terminal, otherwise there is nothing you can do other than reflash and start from scratch. Try with Telnet or the serial console. If you manage to get a terminal, you can try to uninstall some packages you don't need (like the dude) to regain some spa...
by daviddem
Tue Jan 03, 2012 4:42 pm
Forum: General
Topic: RB450
Replies: 6
Views: 1484

Re: RB450

Please post output of:
/store print
/store disk print
/file print
by daviddem
Tue Jan 03, 2012 5:39 am
Forum: General
Topic: RB450
Replies: 6
Views: 1484

Re: RB450

I assume you are talking about disk space, not memory space? If you don't mind loosing your user manager database, delete it: - check in stores and remove the user manager store - check in files and make sure the store was deleted - check your other files and see which ones are taking space Not real...
by daviddem
Mon Jan 02, 2012 3:06 pm
Forum: General
Topic: Q about Dmitry on firewalling
Replies: 11
Views: 3264

Re: Q about Dmitry on firewalling

^^ Problem with the above is that I just setup test rules in the iptables of my dd-wrt home router (which does NAT). The rule logs packets in the forward table, which have come in through the public interface and still have the public IP for dst-addr... no match! Also have a rule there which logs pa...
by daviddem
Mon Jan 02, 2012 2:37 pm
Forum: General
Topic: Q about Dmitry on firewalling
Replies: 11
Views: 3264

Re: Q about Dmitry on firewalling

As I understand it, on NATed network destination address for packets coming into wan port is always router's public address, so mentioned rule cannot be used since it will drop every packet. OK, I think I got mixed up by this (from the Wikipedia article on NAT ): When a reply returns to the router,...
by daviddem
Sat Dec 31, 2011 3:02 pm
Forum: The User Manager
Topic: Reports not showing and data between two dates
Replies: 7
Views: 8407

Re: Reports not showing and data between two dates

Same problem here.

Any clue?
by daviddem
Sat Dec 31, 2011 8:22 am
Forum: General
Topic: Connection logging
Replies: 4
Views: 4370

Re: Connection logging

Hello bump please, this is a simple question, is there any reason why the bytes in/out numbers are not available when viewing the connections under firewall, whereas they are when viewing connections made via the http proxy server?
by daviddem
Fri Dec 30, 2011 4:33 pm
Forum: General
Topic: Q about Dmitry on firewalling
Replies: 11
Views: 3264

Q about Dmitry on firewalling

add chain=sanity-check in-interface=Public dst-address-list=!local-addr action=jump jump-target=drop \ comment="Drop everything that goes from public interface but not to local address" disabled=yes #check this well! The above rule is for not nat-ed hosts! I am stuck on this one. Why woul...
by daviddem
Thu Dec 29, 2011 12:24 pm
Forum: General
Topic: Connection logging
Replies: 4
Views: 4370

Re: Connection logging

Let me rephrase this: the facility of accounting for traffic through a particular tcp or udp connection exists in RouterOS. It is used in the firewall rules via "connection-bytes". It is also available for the connections made by the proxy server under /ip proxy connection. Questions: 1) w...
by daviddem
Thu Dec 29, 2011 5:48 am
Forum: Beginner Basics
Topic: RB433AH and micro-SD card
Replies: 19
Views: 8926

Re: RB433AH and micro-SD card

OK I have now reinstalled my SD card in the 450G. I managed to slide two layers of paper underneath the SD card in the slot. I also pulled back the card about 1mm from the end of the slot. So far so good, 12 hours and the disk is still present. I moved the user-manager and web-proxy stores to the SD...
by daviddem
Thu Dec 29, 2011 5:24 am
Forum: Beginner Basics
Topic: Hotspot and ssh questions
Replies: 3
Views: 1769

Re: Hotspot and ssh questions

Thanks for that. Yes, in the meantime I figured out that the "transparent proxy" tick box and the NAT rule are pretty much doing the same thing when it comes to proxying. Also see here , at the bottom of the page, firewall rules 10, 11 and 14. Concerning the ssh problem, I ended up tracing...
by daviddem
Wed Dec 28, 2011 11:35 am
Forum: RouterBOARD hardware
Topic: NAND flash memory life expectancy (write cycles)
Replies: 12
Views: 9840

Re: NAND flash memory life expectancy (write cycles)

Again reviving an old post, sorry :D I am running userman, hotspot, web proxy (not caching though), dhcp, dns on an all-in-one 450G "pumped up" SOHO router. Getting about 35000 sectors written per hour :shock: If I am not mistaken, one sector on the NAND is 16kB, so that would be about 546...
by daviddem
Wed Dec 28, 2011 10:04 am
Forum: General
Topic: Connection logging
Replies: 4
Views: 4370

Connection logging

Hello, I am trying to figure out how to do the following: - categorize and mark connections in mangle (using predefined connection type and/or layer 7 rules) - record (log) connections in a single report including the following information: 1) src/dst IP and port (bonus: corresponding hotspot user n...
by daviddem
Wed Dec 28, 2011 8:13 am
Forum: Beginner Basics
Topic: RB433AH and micro-SD card
Replies: 19
Views: 8926

Re: RB433AH and micro-SD card

Actually I was also reading this post and it's the same for me, I have to open the case, pull the card, and reinsert it to get it to reappear. Rebooting alone does not bring it back. I can see no reason why that would be, other than the card not being physically properly seated in the slot. Maybe a ...
by daviddem
Wed Dec 28, 2011 4:54 am
Forum: Beginner Basics
Topic: layer7 protocol
Replies: 1
Views: 1007

Re: layer7 protocol

Google mikrotik layer 7, first hit: http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/L7 Second hit: http://wiki.mikrotik.com/wiki/Basic_traffic_shaping_based_on_layer-7_protocols Search forum topics titles for layer 7: http://forum.mikrotik.com/search.php?keywords=layer+7&terms=all&author=&a...
by daviddem
Tue Dec 27, 2011 7:17 am
Forum: Beginner Basics
Topic: Hotspot and ssh questions
Replies: 3
Views: 1769

Hotspot and ssh questions

OK I got my first 450G up and running. Basically using it as a pumped up home/SOHO all in one router, WAN IP on ether1-gateway and LAN on bridged ether2-5. I set up a hotspot on it, do user accounting with userman, and I use the integrated web proxy on port 8080 to transparently do some filtering an...
by daviddem
Mon Dec 26, 2011 8:56 pm
Forum: Beginner Basics
Topic: RB433AH and micro-SD card
Replies: 19
Views: 8926

Re: RB433AH and micro-SD card

Really? So then does everyone have that same problem or have some people had success with their SD cards?
by daviddem
Mon Dec 26, 2011 10:15 am
Forum: Beginner Basics
Topic: RB433AH and micro-SD card
Replies: 19
Views: 8926

Re: RB433AH and micro-SD card

Sorry to revive an old post, but I see this problem has been around for a long time now. I am trying to use a 4Gb Sandisk Mobile Ultra SDHC with my 450G (latest RouterOS version). This particular card is listed in the Wiki as supported hardware for the 450G and I have exactly the same problem as des...
by daviddem
Tue Nov 22, 2011 12:19 pm
Forum: Beginner Basics
Topic: Hotspot equivalent of the FORWARD chain
Replies: 1
Views: 951

Hotspot equivalent of the FORWARD chain

Hello, I am a noob and a bit confused by the filter chain traversal of the packets of the hotspot authenticated clients. In a normal basic setup, the packets not directly destined to or originated from the router traverse the FORWARD chain. So basically packets to and from clients traverse the FORWA...
by daviddem
Mon Oct 31, 2011 9:25 pm
Forum: General
Topic: Web proxy with hotspot authentication
Replies: 8
Views: 10191

Re: Web proxy with hotspot authentication

Ticking the box I believe adds in an extra step in the hotspot process that tells it to forward the traffic onto the proxy internally, so you don't really see a firewall rule created for it. Support would need to clarify exactly how it works because that functionality is not exposed to us. But in e...
by daviddem
Mon Oct 31, 2011 8:04 pm
Forum: General
Topic: Web proxy with hotspot authentication
Replies: 8
Views: 10191

Re: Web proxy with hotspot authentication

You would need to enable the proxy and set up the rules in there for authenticated guests from the proxy menue. The walled garden uses the same functions as the proxy, but it only applies to unauthenticated guests. Also don't forget to set up a firewall to protect the proxy from the internet, other...
by daviddem
Mon Oct 31, 2011 1:19 pm
Forum: General
Topic: Web proxy with hotspot authentication
Replies: 8
Views: 10191

Re: Web proxy with hotspot authentication

Enable the hotspot and enable the transparent proxy on a profile basis. This will force people to use the proxy. The downside to this though is that it will not work with HTTPS traffic, the transparent proxy only works with HTTP. If you need the end users use a transparent proxy for HTTPS traffic a...
by daviddem
Sun Sep 18, 2011 5:50 pm
Forum: RouterBOARD hardware
Topic: Buy a routerboard with routerOS v3 installed?
Replies: 3
Views: 1446

Re: Buy a routerboard with routerOS v3 installed?

Wow, thanks for the lightning fast response (on a Sunday!).

Another thing to wrap up my order: can you confirm that all versions of the 450G can run on 12Vdc, and that this is recommended as opposed to higher voltages?
by daviddem
Sun Sep 18, 2011 5:21 pm
Forum: RouterBOARD hardware
Topic: Buy a routerboard with routerOS v3 installed?
Replies: 3
Views: 1446

Buy a routerboard with routerOS v3 installed?

Hello, I am new here, and new to routerboard/routerOS, so first, hello to all. For a little background, I am not an IT pro, but I am administering small size networks on oil rigs, which have severe bandwidth limitations and far too many users (including the usual bandwidth hogs who spend their lives...