Bonjour,
J'ai un IPCop configuré en GREEN (eth0, LAN, 192.168.16.0/24) + ORANGE (eth2, routeur Cisco VPN 192.168.18.0/24) + BLUE (eth3, Wireless access point Planet 192.168.17.0/24) + RED (eth1, modem SDSL Orange Business, IP public octroyé par le FAI).
J'ai configuré IPCop pour permettre l'octroi automatique des addresses aux ordinateurs connectés par le point d'accès Wifi et la navigation sur Internet en utilisant l'interface Web sans aucun problème (par l'écran Blue Access).
Par contre, je voudrais pouvoir administrer le point d'accès Wifi (192.168.17.253 , MAC 00:30:4F:3C:6E:D8) à partir de mon poste situé en zone GREEN; j'ai donc exécuté en ligne de commande sur IPCop :
# iptables -I WIRELESSFORWARD -i eth0 -o eth3 -d 192.168.17.253 -j ACCEPT
# iptables -I WIRELESSFORWARD -i eth3 -o eth0 -s 192.168.17.253 -j ACCEPT
de sorte que ma table WIRELESSFORWARD est maintenant :
Chain WIRELESSFORWARD (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- eth3 eth0 192.168.17.253 0.0.0.0/0
0 0 ACCEPT all -- eth0 eth3 0.0.0.0/0 192.168.17.253
0 0 ACCEPT all -- eth3 !eth0 0.0.0.0/0 0.0.0.0/0 MAC 00:30:4F:3C:6E:D8
0 0 DMZHOLES all -- eth3 * 0.0.0.0/0 0.0.0.0/0 MAC 00:30:4F:3C:6E:D8
0 0 ACCEPT all -- eth3 !eth0 192.168.17.10 0.0.0.0/0
0 0 DMZHOLES all -- eth3 * 192.168.17.10 0.0.0.0/0
48 2380 ACCEPT all -- eth3 !eth0 192.168.17.9 0.0.0.0/0
8 608 DMZHOLES all -- eth3 * 192.168.17.9 0.0.0.0/0
0 0 ACCEPT all -- eth3 !eth0 192.168.17.8 0.0.0.0/0
0 0 DMZHOLES all -- eth3 * 192.168.17.8 0.0.0.0/0
0 0 ACCEPT all -- eth3 !eth0 192.168.17.7 0.0.0.0/0
0 0 DMZHOLES all -- eth3 * 192.168.17.7 0.0.0.0/0
0 0 ACCEPT all -- eth3 !eth0 192.168.17.6 0.0.0.0/0
0 0 DMZHOLES all -- eth3 * 192.168.17.6 0.0.0.0/0
0 0 ACCEPT all -- eth3 !eth0 192.168.17.5 0.0.0.0/0
0 0 DMZHOLES all -- eth3 * 192.168.17.5 0.0.0.0/0
0 0 ACCEPT all -- eth3 !eth0 192.168.17.4 0.0.0.0/0
0 0 DMZHOLES all -- eth3 * 192.168.17.4 0.0.0.0/0
0 0 ACCEPT all -- eth3 !eth0 192.168.17.3 0.0.0.0/0
0 0 DMZHOLES all -- eth3 * 192.168.17.3 0.0.0.0/0
0 0 ACCEPT all -- eth3 !eth0 192.168.17.2 0.0.0.0/0
0 0 DMZHOLES all -- eth3 * 192.168.17.2 0.0.0.0/0
0 0 ACCEPT all -- eth3 !eth0 192.168.17.1 0.0.0.0/0
0 0 DMZHOLES all -- eth3 * 192.168.17.1 0.0.0.0/0
8 608 LOG_DROP all -- eth3 * 0.0.0.0/0 0.0.0.0/0
ce que devrait permettre (IMHO) la traversée dans les deux sens GREEN->BLUE et BLUE->GREEN des messages pour l'hôte 192.168.17.253.
Et pourtant je ne peux ni le pinguer ni l'accéder en http ! Pourriez vous m'aider à comprendre où est-ce que j'ai fait l'erreur et comment obtenir ce que je désire ?
Les tables de routage sont :
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
<IP publique> * 255.255.255.248 U 0 0 0 eth1
10.23.11.0 192.168.18.253 255.255.255.0 UG 0 0 0 eth2
10.23.10.0 192.168.18.253 255.255.255.0 UG 0 0 0 eth2
192.168.18.0 * 255.255.255.0 U 0 0 0 eth2
192.168.17.0 * 255.255.255.0 U 0 0 0 eth3
192.168.16.0 * 255.255.255.0 U 0 0 0 eth0
default <gateway publique> 0.0.0.0 UG 0 0 0 eth1
Je peux pinguer le point d'accès à partir du IPCop :
# ping 192.168.17.253
PING 192.168.17.253 (192.168.17.253): 56 data bytes
64 bytes from 192.168.17.253: icmp_seq=0 ttl=255 time=1.535 ms
64 bytes from 192.168.17.253: icmp_seq=1 ttl=255 time=1.289 ms
64 bytes from 192.168.17.253: icmp_seq=2 ttl=255 time=1.278 ms
64 bytes from 192.168.17.253: icmp_seq=3 ttl=255 time=1.258 ms
64 bytes from 192.168.17.253: icmp_seq=4 ttl=255 time=1.266 ms
64 bytes from 192.168.17.253: icmp_seq=5 ttl=255 time=1.270 ms
--- 192.168.17.253 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max/stddev = 1.258/1.316/1.535/0.098 ms
et aussi l'interface BLUE à partir du réseau GREEN:
K:\Documents and Settings\lpu.ICARENET>ping 192.168.17.254
Pinging 192.168.17.254 with 32 bytes of data:
Reply from 192.168.17.254: bytes=32 time<1ms TTL=64
Reply from 192.168.17.254: bytes=32 time<1ms TTL=64
Reply from 192.168.17.254: bytes=32 time<1ms TTL=64
Reply from 192.168.17.254: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.17.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
J'avoue être à court d'idées, pourriez vous m'aider s'il vous plaît ?
Cordialement
Laurent PASCOU