On Tue, Sep 02, 2008 at 10:43:56AM +0700, rasyid wrote:
> blm mas Edy
> malah...baru denger he he he
> Gmn prinsip kerjanya? ato ada link terkait yg bisa di pelajari

Saya coba sendiri pakai ubuntu 7.10 berhasil, cuma tinggal ikuti manual
dengan seksama. Ini linknya:
  https://help.ubuntu.com/community/WifiDocs/ChillispotHotspot/7.10

Isinya:
"Chillispot is software which provides authentication and restricted
network access to clients. Its primary use is in wireless (WiFi)
networks."

Tapi bisa juga kok dipakai untuk yg wired.

Cuma satu kekurangannya, firewall bawaan chillispot, chilli.iptables jika 
dieksekusi maka hotspotnya tdk bisa bekerja.

Rule chilli.iptables default spt ini:
...
#Allow related and established from $INTIF. Drop everything else.
$IPTABLES -A INPUT -i $INTIF -j DROP

#Allow http and https on other interfaces (input).
#This is only needed if authentication server is on same server as
chilli
$IPTABLES -A INPUT -p tcp -m tcp --dport 80 --syn -j ACCEPT
$IPTABLES -A INPUT -p tcp -m tcp --dport 443 --syn -j ACCEPT
...

Terus saya ubah begini:
...
#Allow http and https on other interfaces (input).
#This is only needed if authentication server is on same server as
chilli
$IPTABLES -A INPUT -i $INTIF -p udp -m udp --dport 53 -j ACCEPT
$IPTABLES -A INPUT -i $INTIF -p tcp -m tcp --dport 80 --syn -j ACCEPT
$IPTABLES -A INPUT -i $INTIF -p tcp -m tcp --dport 443 --syn -j ACCEPT

#Allow related and established from $INTIF. Drop everything else.
$IPTABLES -A INPUT -i $INTIF -j DROP
...

AKhirnya ketahuan juga mengapa waktu pertama kali coba install hotspot
dengan chillispot di debian etch mengikuti petnjuk ini:
  http://howto.budiwijaya.or.id/hotspot-dengan-chillispot.html
  (FYI, link is dead now)
tidak berhasil. Waktu itu installnya kesusu (terburu-buru), tdk ada
waktu untuk ngoprek. Karena gagal akhirnya pakai m0n0wall.

-- 

Terimakasih sebelumnya.

Salam,

~~ Arief Yudhawarman ~~


-- 
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis

Kirim email ke