Topic: Login working but no access to internet

Hi,
I've setup a FreeRadius server and Chillispot and they are all working, but when I login and get authenticated by FreeRadius I can't access the Internet after a successful login.
My system is Fedora Core 5
Eth0 - static ip to internet
192.168.1.13
255.255.255.0
192.168.1.1-gateway

Eth1 - Chilli ( no configuration on the network)
chilli.conf:
radiusserver1 127.0.0.1
radiusserver2 127.0.0.1
radiussecret theradiussecret
dns1 192.168.1.13
dhcpif eth1
uamallowed 192.168.182.1,192.168.1.73,www.google.it
uamserver https://192.168.182.1/cgi-bin/hotspotlogin.cgi
uamhomepage https://192.168.182.1/
uamsecret theuamsecret

Firewall and SElinux are disable.
Bind DNS server
MYSQL, APACHE, PHP
After succesfull login i try to ping google.com and i get the IP without ping etc. DNS i s working.

Please help!

Regards,

Re: Login working but no access to internet

Its working
the routing is made by iptables:
cp /usr/share/doc/chillispot-1.1.0/firewall.iptables /etc/init.d/chilli.iptables
vi /etc/rc.local
   /etc/init.d/chilli.iptables
reboot

thanks