Difference between revisions of "WiFi: HotSpot - EasyHotSpot konfigurasi di sisi DD-WRT ChilliSpot"

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
*  RADIUS Server 1 As assigned by CSP. the name or IP address of the primary RADIUS server.
+
Asumsi Topologi Jaringan
* RADIUS Server 2 As assigned by CSP. the name or IP address of the secondary RADIUS server.
 
          o If you have only one Radius Server, leave as 0.0.0.0 or specify the same field value of Radius Server 1.
 
* DNS IP Your Internet provider's 1st DNS Server. This is available on the DD-WRT Device Status page.
 
* Remote Network (1)
 
  
        * For One Network, change the default to 192.168.1.0/24, or your old subnet.
+
* Server EasyHotSpot  192,168.0.1, 192.168.1.11, 192.168.182.1
        * For Two Networks, it's 192.168.182.0/24 here by default.
+
* DNS Server          192,168.0.1, 192.168.1.11, 192.168.182.1
  
            * One could choose something else, like 192.168.155.0/24, so long as it is not the existing DD-WRT LAN subnet.
+
Konfigurasi parameter ChilliSpot di DD-WRT
  
* Redirect URL As given by your CSP. The address of the UAM Server, the web authentication portal.
+
* RADIUS Server 1      192.168.1.11
* Shared Key As given by your CSP. It's also called your RADIUS secret password
+
* RADIUS Server 2      0.0.0.0
* RADIUS NAS ID As given by your CSP. The RADIUS name of your Hotspot
+
* DNS IP              192.168.1.11
* UAM Secret is a secret password between the Redirect URL and the Hotspot. Given by the CSP.
+
* Remote Network      192.168.1.0/24 (untuk 1 network) atau 192.168.182.0/24 (default)
* UAM AnyDNS Allows Clients to use their own DNS servers. Allows ANY traffic through port 53. Only set this to 1 if you know what you are doing, and can reconfigure IPTABLES properly!
+
* Redirect URL         https://192.168.1.11/cgi-bin/hotspotlogin.cgi
* UAM Allowed is a list of websites that unauthenticated users are allowed to access.
+
* Shared Key           easyhotspot
* MacAUTH Enabled or Disabled. Allows authentication of clients by their WLAN or LAN card MAC (hardware) address.
+
* RADIUS NAS ID       easyhotspot
Not used in this guide.
+
* UAM Secret           easyhotspot
 +
* UAM AnyDNS           0 (blokir) atau 1 (untuk mengijinkan & set iptables)
 +
* UAM Allowed         192.168.1.11, 192.168.182.1
 +
* MacAUTH             Enabled atau Disabled.
  
* Additional Chillispot Options
+
Tambahan option Chillispot
          o If your local domain is 'local', then
 
            domain local
 
          o Your provider may offer another, optional setting for domain.
 
          o If your second Internet provider's DNS is for example 4.2.2.4, then for redundancy
 
            dns2 4.2.2.4
 
          o To tell Chillispot to limit DHCP addresses to be part of the entire subnet:
 
  
            * dynip 192.168.1.128/26 (2)
+
* Jika domain anda local, maka
            * Can be most helpful in a 'one network' subnet setup.
+
domain local
            * Allows fixed IP's to exist from 192.168.1.2 through 127 for your existing devices.
 
  
* Apply Changes/Save, and if needed, reboot your DD-WRT Device.
+
* Jika ada DNS Server tambahan misalnya 4.2.2.4, maka
* Your Chillispot Hotspot should work now. If you tested your wireless client device before setting up Chillispot, right-click and 'Repair' the WiFi connection in XP to get a new Chillispot-provided IP address.
+
dns2 4.2.2.4
 
 
(1) Remote Network is the same as the net command, found on the Internet, elsewhere in references to ChilliSpot configuration and chilli.conf. net defines the Chillispot network. In DD-WRT, the field is called Remote Network, but it is the same setting as net.
 
 
 
(2) dynip configures chillispot to use a limited range of IP's within the net parameter, as the client DHCP pool, instead of using the entire net range. In this example, address assignments from 192.168.1.128 to 192.168.1.191 are assigned to clients. IP's from 2 through 127 are left for fixed assignments, and can be further specified by statip if DHCP clients come on the network which need a specific address from the chilli DHCP service.  
 
  
 +
* Limit DHCP address menggunakan sebagian subnet
 +
dynip 192.168.1.128/26
  
  

Revision as of 11:51, 11 April 2010

Asumsi Topologi Jaringan

  • Server EasyHotSpot 192,168.0.1, 192.168.1.11, 192.168.182.1
  • DNS Server 192,168.0.1, 192.168.1.11, 192.168.182.1

Konfigurasi parameter ChilliSpot di DD-WRT

  • RADIUS Server 1 192.168.1.11
  • RADIUS Server 2 0.0.0.0
  • DNS IP 192.168.1.11
  • Remote Network 192.168.1.0/24 (untuk 1 network) atau 192.168.182.0/24 (default)
  • Redirect URL https://192.168.1.11/cgi-bin/hotspotlogin.cgi
  • Shared Key easyhotspot
  • RADIUS NAS ID easyhotspot
  • UAM Secret easyhotspot
  • UAM AnyDNS 0 (blokir) atau 1 (untuk mengijinkan & set iptables)
  • UAM Allowed 192.168.1.11, 192.168.182.1
  • MacAUTH Enabled atau Disabled.

Tambahan option Chillispot

  • Jika domain anda local, maka
domain local
  • Jika ada DNS Server tambahan misalnya 4.2.2.4, maka
dns2 4.2.2.4
  • Limit DHCP address menggunakan sebagian subnet
dynip 192.168.1.128/26


Referensi

Pranala Menarik