Dies ist eine alte Version des Dokuments!
Start (Coova)-Chilli
root@raspberrypi:/etc/chilli# /etc/init.d/chilli start Starting chilli: root@raspberrypi:/etc/chilli#
Now an ifconfig will show a „tun0“ interface:
root@raspberrypi:/etc/chilli# ifconfig eth0 Link encap:Ethernet HWaddr b8:27:eb:07:1b:9d UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 RX packets:24 errors:0 dropped:8 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:5760 (5.6 KiB) TX bytes:50 (50.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:18 errors:0 dropped:0 overruns:0 frame:0 TX packets:18 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1289 (1.2 KiB) TX bytes:1289 (1.2 KiB) tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.1.0.1 P-t-P:10.1.0.1 Mask:255.255.255.0 UP POINTOPOINT RUNNING MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) wlan0 Link encap:Ethernet HWaddr 80:1f:02:af:05:bb inet addr:192.168.2.6 Bcast:192.168.2.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2457 errors:0 dropped:3166 overruns:0 frame:0 TX packets:1609 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:316351 (308.9 KiB) TX bytes:260571 (254.4 KiB) root@raspberrypi:/etc/chilli#
Now connect to WLAN of access-Point and navigate to a WWW Address. e.g. www.fox11.de
The coova loginpage should become visible.
In case NoScript ABE (Had that in Knoppix active by defaukt) is blocking the redirect, extent the
ABE SYSTEM configuration (Additional → TAB ABE, view SYSTEM) to match the one below:
# Prevent Internet sites from requesting LAN resources. Site LOCAL Accept from LOCAL # Allow proper Coova Chilli redirect Site http://10.1.0.1:3390 Accept GET from http://10.1.0.1:3390/* Deny
Log in with the via Easy-Hotspot Admin GUI created User e.g.„user1“ and the password assigned in Create User via EasyHP Admin GUI
If everything works fine you will be set free to surf the WWW
To start up chilli during Raspberry boot use:
root@raspberrypi:/etc/rc6.d# update-rc.d -f chilli defaults update-rc.d: using dependency based boot sequencing update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match chilli Default-Start values (2 3 5) update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match chilli Default-Stop values (none) root@raspberrypi:/etc/rc6.d# To prevent the start of chilli at boot time use: root@raspberrypi:/etc/rc6.d# update-rc.d -f chilli remove
Debug chilli:
chilli --fg --debug