Bonjour,
je veux mettre en place un serveur proxy squid, pour cela :
1- j'ai utilisé vmware
2- j'ai installé serveur debian
3- j'ai installé client ubuntu et client xp
pour debian : j'ai choisi network adapter VMNET j'ai fait la configuration suivante
iface eth0 inet static
address 172.21.101.2
netmask 255.255.255.0
network 172.21.101.255
broadcast 172.21.101.255
pour client ubuntu, network adapter :vmnet
adresse ip 172.21.101.4
gateway 172.21.101.2
pour client xp , network adapter:vmnet
adresse ip 172.21.101.3
gateway 172.21.101.2
au niveau de fichier de configuration de squid j'ai ajouté les lignes suivantes aprés acl CONNECT:
acl ip src 172.21.101.0
http_access allow ip
puis j'ai fait /etc/init.d/squid3 restart
mais au niveau des machines clientes l'internet na marche pas
SVP qu'est ce que je doit faire ? help