Bonjour,
lorsque je lance un ping de mon client vers ma passerelle, ma fenêtre DOS m'affiche Réponse de 192.168.1.1 : Impossible de joindre le port de destination. alors que dans l'autre sens, le ping fonctionne à merveille
Ma config :
- réseau 192.168.1.0, masque de sous-réseau 255.255.255.0
- passerelle mandrake 9.1 : 192.168.1.1
- client windows xp : 192.168.1.2
J'aimerais donc pouvoir pinguer mon serveur.
Voici quelques extraits de la sortie d'iptables -L du serveur (ceux qui me paraissent intéressants, mais peut-être qu'il en manque) :
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ppp_in all -- anywhere anywhere
eth0_in all -- anywhere anywhere
eth1_in all -- anywhere anywhere
common all -- anywhere anywhere
LOG all -- anywhere anywhere LOG level info prefix `Shorewall:INPUT:REJECT:'
reject all -- anywhere anywhere
[...]
Chain common (5 references)
target prot opt source destination
icmpdef icmp -- anywhere anywhere
DROP tcp -- anywhere anywhere state INVALID
REJECT udp -- anywhere anywhere udp dpts:netbios-ns:netbios-ssn reject-with icmp-port-unreachable
REJECT udp -- anywhere anywhere udp dpt:microsoft-ds reject-with icmp-port-unreachable
reject tcp -- anywhere anywhere tcp dpt:135
DROP udp -- anywhere anywhere udp dpt:1900
DROP all -- anywhere 255.255.255.255
DROP all -- anywhere BASE-ADDRESS.MCAST.NET/4
reject tcp -- anywhere anywhere tcp dpt:auth
DROP all -- anywhere 192.168.1.255
DROP all -- anywhere 169.254.255.255
[...]
Chain icmpdef (1 references)
target prot opt source destination
[...]
Chain reject (6 references)
target prot opt source destination
REJECT tcp -- anywhere anywhere reject-with tcp-reset
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
|
Merci de m'aider, je galère trop...
Message édité par nagadoudi le 02-07-2004 à 13:42:54