Hi all,

I have same problem with litogeno and I don't know how to fix it.

After running the firewall scripts coming with chilli, nothing happened when surfing. no login page, no error message in browser.

Can anybody show her/his experience on chilli+CentOS?

Thanks in advance.

Hi,

I setup chillispot on my router, BUFFALO WHR-HP-G54, with DD-WRT v24 sp1. However I found when I set the DNS IP blank, the browser always stopped at "looking for.." Yes, it was trying to find the DNS.. After I set the DNS IP as a static IP which point to a ethernet DNS server, everything works well.

I study the chilli manual, it says that --dns1 host,  DNS Server 1. It is used to inform the client about the DNS address to use for host name resolution. If this option is not given the system primary DNS is used.

So the question is, how to setup chilli so that it can use the system primary DNS?

Many thanks.

Hi all,

I wonder that how many users chilli can handle at the same? Of course no performance lost apparently. I'm using BUFFALO WHR-HP-G54 as my router and installed dd-wrt with chilli inside.

Cheers.

I got an answer....Fix the url parameter in the refresh url, just add userurl=your url.

Original portal codes:
=======================
if (isset($uamsecret) && isset($userpassword)) {
    echo "  <meta http-equiv=\"refresh\" content=\"0;url=http://$uamip:$uamport/logon?username=$username&password=$pappassword\">";
  } else {
    echo "  <meta http-equiv=\"refresh\" content=\"0;url=http://$uamip:$uamport/logon?username=$username&response=$response&userurl=$userurl\">";
  }

New portal codes:
=========================
if (isset($uamsecret) && isset($userpassword)) {
    echo "  <meta http-equiv=\"refresh\" content=\"0;url=http://$uamip:$uamport/logon?username=$username&password=$pappassword&userurl=$userurl\">";
  } else {
    echo "  <meta http-equiv=\"refresh\" content=\"0;url=http://$uamip:$uamport/logon?username=$username&response=$response&userurl=$userurl\">";
  }

Hi guys,

I had same problem. After analyze the http log from my client, I found that on the POST process do send the userurl to chilli but chilli doesn't return it back to the url.

However I remember that after I had a fresh flash of dd-wrt v24 sp1 the chilli works well even the first requested URL.. now it has something wrong..

Please give me advice.....


Thanks..