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