> I think that your problem is that you have some filter in your output chain > of you firewall configuration. > If you use iptable, you can view the filter with the command "iptables -L > OUTPUT -n -v"
This is the output - seems to be completely open: iptables -L OUTPUT -n -v Chain OUTPUT (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 553K 125M ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0 0 0 ACCEPT all -- * eth0 0.0.0.0/0 255.255.255.255 0 0 ACCEPT all -- * irda0 0.0.0.0/0 255.255.255.255 0 0 ACCEPT all -- * vmnet8 0.0.0.0/0 255.255.255.255 4757 575K ACCEPT all -- * eth0 0.0.0.0/0 192.168.1.0/24 0 0 ACCEPT all -- * irda0 0.0.0.0/0 192.168.1.0/24 2655 340K ACCEPT all -- * vmnet8 0.0.0.0/0 192.168.2.0/24 0 0 ACCEPT !tcp -- * eth0 0.0.0.0/0 224.0.0.0/4 0 0 ACCEPT !tcp -- * irda0 0.0.0.0/0 224.0.0.0/4 0 0 ACCEPT !tcp -- * vmnet8 0.0.0.0/0 224.0.0.0/4 0 0 LOG all -- * ppp0 0.0.0.0/0 192.168.1.0/24 LOG flags 0 level 4 0 0 DROP all -- * ppp0 0.0.0.0/0 192.168.1.0/24 0 0 LOG all -- * ppp0 0.0.0.0/0 192.168.1.0/24 LOG flags 0 level 4 0 0 DROP all -- * ppp0 0.0.0.0/0 192.168.1.0/24 0 0 LOG all -- * ppp0 0.0.0.0/0 192.168.2.0/24 LOG flags 0 level 4 0 0 DROP all -- * ppp0 0.0.0.0/0 192.168.2.0/24 0 0 ACCEPT all -- * ppp0 0.0.0.0/0 255.255.255.255 1239K 1108M ACCEPT all -- * ppp0 212.144.221.8 0.0.0.0/0 0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 4 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]