RuralNet 2.0RuralNet 2.0 is a captive portal based on free software. This portal is think to give internet access throught wireless nets. Which means, to became a wireless ISP (Internet Service Provider). One of most important characteritisc of this product, RuralNet 2.0, is to be able to manage several users simultaniusly. This users can surf the web at differents speed connections, all of them managed throught an easy and intuitive graphical interface. Users have a personal page were they can find a download zone, and a zone to manage their profile. Even more, exits several users who managed the portal. This users are operators and administrators users, all of them with diferents tasks and permisoes. In another hand, technically is able to manage multiple internet connections, and monitor his state to disable those who doesn't work, adquiring a greater degree of strongnes. Moreover, it can intercomunicate with other servers to create a big RuralNet 2.0 network. Source Code
Documentation
It is avaiable a test version of this portal. In this version you can surf all over pages as a administrator user.Enter to the test version.
If we enter more deeply inside of a RualNet 2.0 server we notice that a lot of aplications collaborate. A client, as we can see on the bottom image, becomes part of the network by auto configuring through a DHCP server on the RuralNet 2.0 server. This service provides IP, netmask and gateway. When a client is catch by the system who really does it is our firewall, iptables in our case. It is redirected to the system web page. Then start to work the web server, who asks to the php system to interpret the page and to generate the html content. With the html it is send the css to the client, which browser will interpret and will show to the final user.
|