> I am running Redhat 7.1. When I set input to reject using the basic firewall
> configuration panel under KDE, I can not browse the web. This seems to be
> a case of having to disable my security to access the net. Am I missing
> something here, or is this thing really that useless?
> Thanks for any suggestions
> Wade Segade
RedHat 7.1 by default uses ipchains. You need to
allow inputs that are responses to packets you
send. With ipchains this is most often done by
accepting all incomming tcp packets except from
the syn packets. And by allowing all udp packets
from port 53 on your DNS servers.
If you switch to iptables you can setup rules
that will keep track of the communication and
know which incoming packets are responses to
your own outgoing packets.
--
Kasper Dupont