Bon, du nouveau,
Pour pas être emmerdé, j'ai virer toutes les règles du FW et tout repris à 0, à partir de configs types trouvées sur le net j'ai mis en place ces regles :
:firewall rule flush
:firewall flush
:firewall chain create chain=input
:firewall chain create chain=output
:firewall chain create chain=source
:firewall chain create chain=sink
:firewall chain create chain=forward
:firewall assign hook=input chain=input
:firewall assign hook=sink chain=sink
:firewall assign hook=forward chain=forward
:firewall assign hook=source chain=source
:firewall assign hook=output chain=output
:firewall rule create chain=sink index=0 prot=udp dstport=dns action=accept
:firewall rule create chain=sink index=1 prot=icmp icmptype=echo-request action=accept
:firewall rule create chain=sink index=2 srcintf=!eth0 action=drop
:firewall rule create chain=sink index=3 prot=udp dstport=67 dstportend=68 action=accept
:firewall rule create chain=sink index=4 prot=tcp srcintf=eth0 dstport=20 action=accept
:firewall rule create chain=sink index=5 prot=tcp srcintf=eth0 dstport=21 action=accept
:firewall rule create chain=sink index=6 prot=tcp srcintf=eth0 dstport=23 action=accept
:firewall rule create chain=sink index=7 prot=tcp srcintf=eth0 dstport=80 action=accept
:firewall rule create chain=sink index=8 action=drop
:firewall rule create chain=source index=0 prot=udp dstport=dns action=accept
:firewall rule create chain=source index=1 dstintf=eth0 action=accept
:firewall rule create chain=source index=2 prot=udp dstport=67 action=accept
:firewall rule create chain=source index=3 prot=icmp icmptype=echo-reply action=accept
:firewall rule create chain=source index=4 action=drop
:firewall rule create chain=input index=0 srcintfgrp=lan dstintfgrp=lan action=accept
:firewall rule create chain=input index=1 prot=udp dstintfgrp=wan dstport=53 action accept
:firewall rule create chain=input index=2 prot=udp dstintfgrp=lan srcport=53 action accept
:firewall rule create chain=input index=3 prot=tcp dstintfgrp=wan dstport=80 action accept
:firewall rule create chain=input index=4 prot=tcp dstintfgrp=wan dstport=443 action accept
:firewall rule create chain=input index=5 prot=tcp dstintfgrp=lan srcport=80 action accept
:firewall rule create chain=input index=6 prot=tcp dstintfgrp=lan srcport=443 action accept
:firewall rule create chain=input index=7 prot=tcp dstintfgrp=wan dstport=21 action accept
:firewall rule create chain=input index=8 prot=tcp dstintfgrp=wan dstport=20 action accept
:firewall rule create chain=input index=9 prot=tcp dstintfgrp=lan srcport=21 action accept
:firewall rule create chain=input index=10 prot=tcp dstintfgrp=lan srcport=20 action accept
:firewall rule create chain=input index=11 prot=tcp dstintfgrp=wan dstport=119 action accept
:firewall rule create chain=input index=12 prot=tcp dstintfgrp=lan srcport=119 action accept
:firewall rule create chain=input index=13 prot=tcp dstintfgrp=wan dstport=25 action accept
:firewall rule create chain=input index=14 prot=tcp dstintfgrp=wan dstport=110 action accept
:firewall rule create chain=input index=15 prot=tcp dstintfgrp=lan srcport=25 action accept
:firewall rule create chain=input index=16 prot=tcp dstintfgrp=lan srcport=110 action accept
:firewall rule create chain=input index=17 prot=tcp dstintfgrp=wan dstport=5900 action accept
:firewall rule create chain=input index=18 prot=tcp dstintfgrp=lan srcport=5900 action accept
:firewall rule create chain=input index=19 srcintfgrp=lan dstintfgrp=wan action=drop
:firewall rule create chain=input index=20 srcintfgrp=wan dstintfgrp=lan action=drop
:config save
De ce côté cela semble être OK le port 5900 est ouvert ou closed (selon que le serveur VNC tourne ou pas), tout les autres ports sont 'stealth' et l'accès au net de l'interieur du réseau est OK (web, mail, ftp ...).
au niveau du nat j'ai ca :
130.1.130.60 étant biensûr l'IP de la machine ou tourne VNCserver
mais quand je lance un VNC viewer sur l'adresse chez dyndns, il me dit toujours qu'il ne trouve pas le serveur ...
merci d'avance pour votre aide !
A+
Message édité par eusebius le 15-06-2004 à 16:46:03