Topic: chillispot firewall

Hello,
I am using the chillispot firewall script that comes with chillispot. I was wondering what line I could put in the script to allow a computer to access apache to be servered a webpage. I was trying something like this line at the bottom of the file:
iptables -t nat -I PREROUTING -m tcp -p tcp --dport 80 -s xxx.xxx.x.xxx -j Accept
xxx is where the ip address would be. Can I do this, looking through forums still haven't came across anything yet.
thanks

Re: chillispot firewall

hi dmkhn,
Thanks for the reply. I am able to get a webpage from my webserver now! With adding that line. To make sure no one else can access the webserver, I also added the line: allow from ip address to the httpd.conf file. Still learning about iptables.
Thanks again,
slack