[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]

Re: Question de configuration réseau



C'est tu une connection par modem cable que tu as??

Pour ca il faut que tu configure ton firewall avec ipchains ou ipfwadm-wrapper en masquerading ...

http://howto.tucows.com/LDP/HOWTO/IP-Masquerade-HOWTO.html
http://www.uhp.u-nancy.fr/linux/HOWTOFRENCH/mini/IP-Masquerade/IP-Masquerade.html

Moi jai un réseau local de plusieurs machines windows et linux branché sur internet par cable et pour le masquerading jai ajouter ces 4 lignes la dans mon fichier /etc/rc.d/rc.local pour qu'il l'active au démarrage

route add -net 192.168.0.0
ipfwadm-wrapper -F -p deny 
ipfwadm-wrapper -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0
ipfwadm-wrapper -A -a -S 192.168.0.0/24 -D 0.0.0.0/0

J'espere que ça peut t'aider ... :)