Daniel Camps wrote:
> These are the default Firewall rules, applied in the INPUT and
> FORWARDING chains when you install Fedora Core 3 and activate the
> default firewall configuration.
>
> ACCEPT all -- anywhere anywhere
You should give the command "iptables -L -v" to get the full information.
The above rule becomes:
Chain RH-Firewall-1-INPUT (2 references)
pkts bytes target prot opt in out source destination
4031 4964K ACCEPT all -- lo any anywhere anywhere
> I don't understand the first rule, this is an ACCEPT everything, isn't
> it ?
Only for packets coming from the loopback interface (in == lo), i.e.
originating from the same machine.
> I don't understand either the rule 5353, what's that port ?,
Multicast DNS (mDNS).
> and
> finally the one with RELATED, ESTABLISHED, is to let only connections
> starting from my computer (SYN equal 0), but this is only for TCP, is
> this right ?
No, that rule applies to all protocols, as the iptables report shows.
> The default policy of the chains is ACCEPT.
The last rule in the INPUT and FORWARD chains rejects any packages not
accepted by the previous rules.
--
Markku Kolkka
(E-Mail Removed)