PDA

View Full Version : configurazione chillispot su debian


jk-koldus
30-12-2007, 09:25
ciao a tutti,

provavo a configurare chillispot su debian. per il server radius prima di configurarne uno ne ho preso uno gratuito, http://www.worldspot.net.
allora ho installato chillispot sul server debian:

radius:/# apt-get install chillispot
radius:/# pico /etc/chilli.conf

e qui ho incollato quello che ho trovato sul sito:

Here is the content of the chillispot configuration file ('/etc/chilli.conf')
Please replace all the content of this file with the following

radiusserver1 radius.worldspot.net
radiusserver2 radius2.worldspot.net
radiussecret xxxxxxxxxxxxxxx
radiusnasid youthtnetprova
dhcpif eth1
uamserver https://secure.worldspot.net/wk/Uam
uamsecret xxxxxxxxxxxxxxxx
uamallowed www.paypal.com,www.paypalobjects.com,paypal.112.2o7.net
The dhcpif value: "eth1" in the example is your wireless device name.


ovviamente senza i commenti.. ho startato chillispot modificando il file /etc/default/chillispot cambiando a uno la vadiabile ENABLED e dando il comando /etc/init.d/chillispot start..

allora attacco il mio portatile sulla porta eth1 (anche se in ethernet ma dovrebbe funzionare lo stesso) riesco a ottenere un ip ma non ho connettivitą a internet.. come mai? cosa ho dimenticato?