Bonjour, j’ai un iptables comme ci dessous, il a pour but de proteger eth0 qui est sur WLAN et eth1 sur LAN
J’ai donc des lignes identique, devrais-je les supprimer ?
[code] iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all – anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp – anywhere anywhere tcp dpt:ssh flags:SYN,RST,ACK/SYN
ACCEPT tcp – anywhere anywhere tcp dpt:ssh flags:SYN,RST,ACK/SYN
REJECT all – anywhere anywhere reject-with icmp-port-unreachable
ACCEPT icmp – anywhere anywhere icmp echo-request
ACCEPT tcp – anywhere anywhere tcp dpt:squid flags:SYN,RST,ACK/SYN
ACCEPT tcp – anywhere anywhere tcp dpt:ms-v-worlds flags:SYN,RST,ACK/SYN
ACCEPT tcp – anywhere anywhere tcp dpt:http flags:SYN,RST,ACK/SYN
ACCEPT tcp – anywhere anywhere tcp dpt:smtp flags:SYN,RST,ACK/SYN
ACCEPT tcp – anywhere anywhere tcp dpt:ftp flags:SYN,RST,ACK/SYN
ACCEPT tcp – anywhere anywhere tcp dpt:https flags:SYN,RST,ACK/SYN
ACCEPT tcp – anywhere anywhere tcp dpt:bv-is flags:SYN,RST,ACK/SYN
RH-Firewall-1-INPUT all – anywhere anywhere
ACCEPT all – anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DROP all – anywhere anywhere
DROP all – anywhere anywhere
RH-Firewall-1-INPUT all – anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain RH-Firewall-1-INPUT (2 references)
target prot opt source destination
ACCEPT tcp – anywhere anywhere state NEW tcp dpt:domain
ACCEPT udp – anywhere anywhere state NEW udp dpt:domain [/code]
C’est un serveur wifi et j’ai des problemes de connexion et de lenteur, pourraient t’elles venir des iptables