|
Software for Cyber Café, Hotspot WI-FI, Call Shop |
|
|
Hotspot RADIUS Software : Configuration as RADIUS
Hotspot
Creating a Location The first step is to create a new location. Firstly let's consider the case of a location in which the wireless router is connected to the same local network as the server. The system's connection diagram is the following :
To create or modify a location we access the RADIUS Hotspot section present in the 'Set up' | 'Preferences' function in Explorer Manager. For example, we insert a new location that uses a wireless router with DD-WRT firmware connected to our local network.
As you can see from the example, for the router's WAN port we have used IP 192.168.0.100. Should your ADSL router have an address in a different network (for example 192.168.1.1) we should choose an IP such as 192.168.1.100.
Installation of the firmware
Now let's see how to replace the wireless router's standard firmware with the
DD-WRT firmware.
For example, let's see how to install the firmware that we have just downloaded onto Linksys 54GL. We connect a PC to one of the router's 4 LAN ports and we access the configuration interface by opening the browser at http://192.168.1.1. After having typed in user name and password (Leave the username blank and enter "admin" as the password), we click on the 'Administration' page and then 'Firmware Update'. With the 'Browse...' button we select the .bin file of the downloaded firmware and proceed to install with the 'Upgrade' button.
Configuration of the wireless router
From the PC connected to the wireless router we again open page http://192.168.1.1 (username "root", password "admin"). At this point the procedure differs slightly depending on the firmware to be configured :
DD-WRT firmware When accessing for the first time you will be asked to type in the new values for the access data: with reference to the example of the location just created, we use 'root' as user name and 'password' as the access password. At this point you need to set up the WAN port's IP address by clicking on the 'Setup' menu and then on 'Basic Setup'. In the first section (WAN Connection Type) we set up the connection type on 'Static IP' and the address in the following way:
-WAN IP : 192.168.0.100 -Subnet mask : 255.255.255.0 -Gateway : 192.168.0.1 -Static DNS 1 : 8.8.8.8 (google Public DNS)
Where 192.168.0.1 is our ADSL router's address. Should the ADSL router be set up on a different network, for example 192.168.1.1, the configuration will be as such:
-WAN IP : 192.168.1.100 -Subnet mask : 255.255.255.0 -Gateway : 192.168.1.1 -Static DNS 1 : 192.168.1.1
In the 'Network Setup' section we have to set up the router's (LAN port) address that should belong to a different network than that of the WAN port. If our WAN port address is that in the example (192.168.0.100) we can leave the preset value (192.168.1.1).
If, on the other hand, the WAN port address is 192.168.1.100, the Local IP Address value must be 192.168.0.1.
At this point all that is left is to enable the WAN port's SSH access: we click on the 'Services' menu and enable the 'SSHd' entry in the 'Secure Shell' box.
Finally we click on the 'Administration' menu and in the 'Remote Access' section enable the 'SSH Management' entry.
CoovaAP Firmware The set up of the CoovaAP firmware is very similar: you will need to set up the WAN port by accessing the 'Network' menu and then the 'WAN' section. To enable SSH access on the WAN port we need to access the 'Settings' section on the 'System' menu and set the 'WAN SSH Access' to 'Enabled'.
Remote location
Now let's see the relevant configuration should the Wireless Router not be directly connected to the same LAN as the server but connected to any remote network.
Let's suppose, for example, that the server is connected to ADSL Router 'A' while the wireless router is connected to ADSL Router 'B'. In this case, in the location set up seen at the beginning it is necessary to specify ADSL router 'B''s public IP address. In this same router the 22 TCP and 3779 UDP ports need to be turned towards the wireless router's IP (192.168.0.100 in the example). Finally, in ADSL router 'A' the ports 80 TCP, 9393 TCP, 1812 UDP and 1813 UDP ports need to be turned towards the server's IP (192.168.0.2) in the example.
|