Difference between revisions of "WiFi: HotSpot - EasyHotSpot penggunaan tanpa DD-WRT"

From OnnoWiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
==Persiapan di Linksys DD-WRT==
 
==Persiapan di Linksys DD-WRT==
  
* Matikan DHCP Server
+
* Matikan [[DHCP Server]]
* Disable WAN / Internet
+
* Disable [[WAN]] / [[Internet]]
  
== Persiapan di PC EasyHotSpot==
+
==Persiapan di PC EasyHotSpot==
 +
 
 +
===[[WiFi: HotSpot - EasyHotSpot instalasi melalui liveusb / cdrom | Install EasyHotSpot]]===
  
 
===Siapkan 2 Interface LAN===
 
===Siapkan 2 Interface LAN===
Line 21: Line 23:
 
  ifconfig eth1 192.168.1.11
 
  ifconfig eth1 192.168.1.11
  
 +
===DHCP Server TIDAK perlu di siapkan di PC EasyHotSpot===
  
===Siapkan DHCP Server untuk EasyHotSpot===
+
Rupanya ChilliSpot mampu untuk memberikan [[DHCP]] [[IP Address]] secara langsung :)) ..
  
Instalasi DHCP Server
+
==EasyHotSpot dapat langsung operasional==
  
apt-get install dhcp3-server
+
* Set Client untuk masuk ke salah satu [[Access Point]]
 +
* Coba Client Browse ke [[Internet]]
  
Edit
+
==Forum Diskusi==
  
vi /etc/dhcp3/dhcpd.conf
+
* http://easyhotspot.inov.asia
 
 
ddns-update-style none;
 
authoritative;
 
default-lease-time  86400; # 24 jam
 
max-lease-time      172800; # 48 jam
 
option domain-name "easyhotspot.org"
 
option domain-name-servers 208.67.222.222, 208.67.220.220;
 
 
subnet 192.168.1.0 netmask 255.255.255.0 {
 
        range 192.168.1.100 192.168.1.200;
 
        option routers 192.168.1.11;
 
        }
 
 
subnet 192.168.182.0 netmask 255.255.255.0 {
 
        range 192.168.182.100 192.168.182.200;
 
        option routers 192.168.182.1;
 
        }
 
  
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 
* [[WiFi: HotSpot]]
 
* [[WiFi: HotSpot]]
 +
 +
[[Category: WiFi]]
 +
[[Category: HotSpot]]
 +
[[Category: EasyHotSpot]]

Latest revision as of 10:16, 11 May 2010

Topologi Jaringan

Internet -- PC EasyHotSpot -- AP / Linksys DD-WRT -- Client

PC EasyHotSpot

eth0 - Internet - IP address dinamik
eth1 - LAN      - IP address 192.168.1.11


Persiapan di Linksys DD-WRT

Persiapan di PC EasyHotSpot

Install EasyHotSpot

Siapkan 2 Interface LAN

dhclient eth0
ifconfig eth1 192.168.1.11

DHCP Server TIDAK perlu di siapkan di PC EasyHotSpot

Rupanya ChilliSpot mampu untuk memberikan DHCP IP Address secara langsung :)) ..

EasyHotSpot dapat langsung operasional

Forum Diskusi

Pranala Menarik