Trace: centos_hotspot
  • Install paket2 yang dubutuhkan
yum install php-common php-gd mysal-server openssl mod_ssl
  • Aktifkan modul ssl di httpd
# Generate private key 
openssl genrsa -out ca.key 1024 

# Generate CSR 
openssl req -new -key ca.key -out ca.csr

# Generate Self Signed Key
openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt

# Move the files to the correct locations
mv ca.crt /etc/pki/tls/certs
mv ca.key /etc/pki/tls/private/ca.key
mv ca.csr /etc/pki/tls/private/ca.csr
  • Restart service httpd
/etc/init.d/httpd restart
  • Install paket Chillispot

download paket chillispot disini

http://masrifqi.staff.ugm.ac.id/packages/chillispot-1.1.0.i386.rpm

install dengan perintah rpm

rpm ivh chillispot-1.1.0.i386.rpm
  • Edit file konfigurasi chillistpo
net 192.168.2.0/24
dynip 192.168.2.0/24
statip 192.168.2.0/24
dns1 172.16.30.7
radiuslisten 127.0.0.1
radiussecret ********
radiusauthport 1812
radiusacctport 1813
radiusnasid auth.ugm
dhcpif eth1
uamserver https://192.168.2.1/cgi-bin/hotspotlogin.cgi

  • Install paket freeradius
yum install freeradius
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki