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

From OnnoWiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
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.
 
  
* Redirect URL As given by your CSP. The address of the UAM Server, the web authentication portal.
+
Konfigurasi parameter ChilliSpot di DD-WRT
* Shared Key As given by your CSP. It's also called your RADIUS secret password
 
* RADIUS NAS ID As given by your CSP. The RADIUS name of your Hotspot
 
* UAM Secret is a secret password between the Redirect URL and the Hotspot. Given by the CSP.
 
* 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!
 
* UAM Allowed is a list of websites that unauthenticated users are allowed to access.
 
* MacAUTH Enabled or Disabled. Allows authentication of clients by their WLAN or LAN card MAC (hardware) address.
 
Not used in this guide.
 
  
* Additional Chillispot Options
+
* RADIUS Server 1      192.168.1.11
           o If your local domain is 'local', then
+
* RADIUS Server 2      0.0.0.0
            domain local
+
* DNS IP              192.168.1.11
           o Your provider may offer another, optional setting for domain.
+
* Remote Network      192.168.1.0/24 (untuk 1 network) atau 192.168.182.0/24 (default)
           o If your second Internet provider's DNS is for example 4.2.2.4, then for redundancy
+
* Redirect URL        https://192.168.1.11/cgi-bin/hotspotlogin.cgi
            dns2 4.2.2.4
+
* Shared Key           easyhotspot
          o To tell Chillispot to limit DHCP addresses to be part of the entire subnet:
+
* 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.
  
            * dynip 192.168.1.128/26 (2)
 
            * Can be most helpful in a 'one network' subnet setup.
 
            * 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.
+
Tambahan option Chillispot
* 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.
 
  
(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.
+
* Jika domain anda local, maka
 +
domain local
  
(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.  
+
* 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
  
  
Line 43: Line 35:
  
 
* http://easyhotspot.inov.asia/index.php/documentation#using_easyhotspot
 
* http://easyhotspot.inov.asia/index.php/documentation#using_easyhotspot
 +
 +
==Forum Diskusi==
 +
 +
* http://easyhotspot.inov.asia
  
 
==Pranala Menarik==
 
==Pranala Menarik==
  
* [[WiFi: HoTSpot]]
+
* [[WiFi: HotSpot]]
 +
 
 +
[[Category: WiFi]]
 +
[[Category: HotSpot]]
 +
[[Category: EasyHotSpot]]

Latest revision as of 09:14, 11 May 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
dynip 192.168.1.128/26


Referensi

Forum Diskusi

Pranala Menarik