1

(2 replies, posted in UAM Configuration)

I have chillispot on Kamekazi working fine.  With IE 6, login works and home page comes up as it should.

I find, however, that when using IE 8, the client home page does not come up, the popup remains on the screen.  Closing the popup, and opening the browser again, I find works fine and the client hope page comes up.

I am using hotspotlogin.php which is easy to edit.

Has anyone solved this problem, which is a minor irritant for my clients?

I have Chillispot installed on one machine with radius, etc, on Fedora 10 and everything works perfectly.

I have tried to install it on a second machine, on the same network, and cannot get the login page to come up.  The only difference between the first and second pc is in chilli.conf,  the ip address of the stuff on the radius machine.

Chilli gives an ip address to the client.  the client can ping the tun, eth0 and the radius server but the page never comes up.

I ran chilli in debug mode and it loops through forever and the lines after giving the ip address to the client are:

cb_tun_ind.  Packet Received: Forwarding to link layer.
cb_dhcp_data_ind. Packet received. DHCP authstate: 5

what does this mean? 

what do I need to do to get the login page?

3

(2 replies, posted in Fedora Core)

I should add that a wirless client does not see the ESSID.  Further, the wireless card does not start and reboot but it does start when I restart Chilli.

Read about a daemon for access points using Prism cards.  Is there somthing like this for Fedora and Atheros Cards, which I am using.

4

(2 replies, posted in Fedora Core)

I have successfully installed Chillispot in Fedora 10 using two ethernet cards, eth0 and eth1.  What I really want to do is intall with only one ethernet (WAN) and one wireless (LAN) (wlan0).  My chilli.config file is the same as the two ethernet card setup except I changed dhcpif from eth1 to wlan0.

It does not work.

Has anyone tried this?  I see many examples of a 3 card setup where eth1 is bridged to wlan0 but I want to eventually setup in a dedicated PC baord that only has one ethernet and one wireless.

Has anyone done this?  I read it is possible in Kamikazi but need to get to work in my Fedora box.

Here is the ifcfg-wlan file I use

device=WLAN0
ONBOOT=yes
BOOTPROTO=none3
TYPE=wireless
USERCTL=yes
PEERDNS=yes
IPV6INIT=no
NMCONTROLLED=no
ESSID=chillispotAP
MODE=master
RATE=auto
CHANNEL=6
HWADDR=00:1C:2A:4D:30:12


suggestions appreciated.