Am 25.10.2011 14:28, schrieb Abu Attar Musharih:
> On Sat, Oct 22, 2011 at 7:12 PM, Andras Simon <sza...@gmail.com> wrote:
> 
>> Can you ping the machine? If yes, then are there traces in the logs
>> that show the connection attempts? (You can make iptables log those.)
> 
> Above is another important point. I can not ping the machine.
> I am wondering how they do that. What port do they close?

ping has no port nor is it TCP
ping is ICMP Type 8
as log you machine does not accept this it can not be pinged

so it is not sure if the ISP, some router or the machine himself
does not accept ICMP

this are the last two lines of all my firewalls
the first does accept ping and the second reject all
ports not explicitly opened

iptables -A INPUT -p icmp --icmp-type 8 -j ACCEPT
iptables -A INPUT -j REJECT

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to