We just released node-radius: https://github.com/cobianet/node-radius MIT License (open source) This library provides event handlers for incoming radius packets and methods to create and send responses. We built it to have a much lower level of control with Radius, we are now authorizing and account...
Everyone does from what I can tell, but we can't get any confirmation.
MT!!!! Can you confirm this as a known bug? Can you confirm a fix, a path to a fix, at least can you confirm that this is _not_ on your list of things to fix.
With any version of 5.x when I try to create a hotspot with a valid ssl certificate I get an SSL connection error instead of the login page. If I roll back to version 4.x with the same certificates (valid verisign) it works as intended and users can login to hotspot using https/ssl. Is anyone out th...
We have a pretty standard configuration we use on roughly 60 routers. All versions prior to 5.7 (tested up to 5.5 and 4.7) work as intended, however with 5.7 vlan 10 is unable to pass traffic. This may be a bug, it may be a configuration change required with 5.7. Either way I've yet to figure it out...
I don't know if it's the same on iOS4 as I don't have a device to test it, but I have seen this problem with all captive portals on the iPad. It is still a problem for every iPad that encounters a captive portal. I've tested this extensively on mikrotik hotspot and wifidog. http://teckhnologia.blogs...
We authenticate users via our radius server (freeradius). WPA2 works fine with a username/password pair regardless of if the username is a single word or an email address with @ in it. We do not use mikrotik for wpa2. This shows that the radius implementation is working as intended. We have hundreds...
The issue was with openwrt. You cannot use a bridge that includes eth0 (untagged) and another bridge that includes eth0.X (VLAN ID X). You can either use eth0 as a standard interface (no bridge) and then bridge as many eth0.X's as you want, or if you want to emulate bridging eth0 untagged traffic wi...
I wanted to note the following: Using either method of assigning vlans, be it with routeros as described above or using a single metarouter interface and handling the vlan assignments within the openwrt metarouter I am able to see vlan ID 10 tagged traffic on ether1 with torch. This traffic is only ...
I am trying to setup this network layout: http://www.cobianet.com/dl/meta_openwrt_diagram.jpg Users connecting to ssid1 with wpa2ent, therefore we can trust them to be authenticated users. They should simply grab an ip address from the 192.168.40.0/24 network and be online. Users connecting to ssid2...
Can anyone suggest a few quick lines for a script that resembles this: $OUT = interface ether2 out octets counter $IN = interface ether2 in octets counter /tool fetch mode=http address=server.tld "src-path=poller.php?hostname=routeros&out=$OUT&in=$IN" I'm not familiar with routeros...
I am having some issues getting ospf to propagate over pptp. I can establish the pptp connection without problem, and I very much understand that you need a static route with a lower distance to allow the pptp tunnel to stay open. Simply put it would try to send the pptp encapsulation packets over t...