David Ronkin wrote:
This is second message - no suggestions on the below problem, pls help...

Can you post the results of :
$ sudo iptables -t filter --line-numbers -nvL OUTPUT
and
$ sudo iptables -t filter --line-numbers -nvL OUTBOUND
(firestarter creates this chain)

Especially the lines which are DROPped.  On my setup I see:
Chain OUTPUT (policy DROP 2 packets, 168 bytes)
....
0 0 DROP all -- * * 224.0.0.0/8 0.0.0.0/0 2 136 DROP all -- * * 0.0.0.0/0 224.0.0.0/8 0 0 DROP all -- * * 255.255.255.255 0.0.0.0/0 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID
...
Chain OUTBOUND (1 references)
num pkts bytes target prot opt in out source destination 1 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 2 1077 102K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED 3 0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED 4 505 21305 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0

In other words, Send more details and someone should be able to help.

--
Micha

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to