Hi, I can now get Chillispot to reach the CGI login on my server. The application loads and runs, but times out while trying to process the login. FreeRadius isn't getting any requests from Chilli but does process local requests from radtest. This is the way my network is structured. DSL modem with static ip 82.141.232.132 running firewall and DHCP File server IP 192.168.1.2 from DHCP Running Apache, Kannel, Jabber, MySQL, PHP and FreeRadius DSL Modem has pinholes set up directing traffic coming to the static ip out to the same ports on 192.168.1.2 IE 82.141.232.132:1812 sent to 192.168.1.2:1812 This works fine for Kannel, Apache etc. Radius listens on 1812, 1813 and 1814 Chilli is running on WRT54G with DD-WRT on port 192.168.1.6 from DHCP with internal address 192.169.10.1 DHCP is switched off in DD-WRT and Chilli is assigning IP to wireless clients and directing them to the CGI login script on the file server. This loads fine but times out after entering user and password. Radius can't see any requests coming from Chilli, but processes requests from radtest on the fileserver. I suspect that the DSL modem firewall needs to have some other ports opened but I can't add any software to it so I can't run Ethereal. I hope I've explained clearly. Thanks for any advice you can give. Regards Sean http://topup.ie
sean <sean@topup.ie> wrote:
DSL Modem has pinholes set up directing traffic coming to the static ip out to the same ports on 192.168.1.2 IE 82.141.232.132:1812 sent to 192.168.1.2:1812 This works fine for Kannel, Apache etc.
Are the pinholes set up for TCP or UDP?
Radius can't see any requests coming from Chilli, but processes requests from radtest on the fileserver. I suspect that the DSL modem firewall needs to have some other ports opened but I can't add any software to it so I can't run Ethereal.
You should be able to add another device to the network that the Chilli server is on, and run ethereal there. Alan DeKok.
Hi, Perhaps you dont have them opened for UDP traffic or maybe the chilli client is set up to use the old non-standard ports of 1645/1646/1647 instead of the official 1812/1813/1814 ones? Old clients defaulted to 1645, and though I figure you checked the port first, just thought I'd mention it. later Randal On Fri, 15 Jul 2005, Alan DeKok wrote:
sean <sean@topup.ie> wrote:
DSL Modem has pinholes set up directing traffic coming to the static ip out to the same ports on 192.168.1.2 IE 82.141.232.132:1812 sent to 192.168.1.2:1812 This works fine for Kannel, Apache etc.
Are the pinholes set up for TCP or UDP?
Radius can't see any requests coming from Chilli, but processes requests from radtest on the fileserver. I suspect that the DSL modem firewall needs to have some other ports opened but I can't add any software to it so I can't run Ethereal.
You should be able to add another device to the network that the Chilli server is on, and run ethereal there.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan DeKok -
Randal W. Carpenter -
sean