par leonezzar » 17 Fév 2003 17:15
<!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-2>En réponse à:</font><HR></TD></TR><TR><TD><FONT SIZE=-2><BLOCKQUOTE>
<BR>Le 2003-02-17 15:35, antolien a écrit:
<BR>Si j'ai bien compris, tu as un VPN windows derrière ipcop ?
<BR>
<BR>justement j'ai fait le test hier et ça marche.
<BR>
<BR>Bon il n'ya pas que le 1723 TCP à forwarder. il y a le 500 et 1701 UDP.
<BR>MAIS ça marche pas si tu fais un forward dans le gui.
<BR>
<BR>Bon, pour faire simple, il faut utiliser le module pptp d'ipcop et masquer l'addresse privée. Pour ça j'ai ajouter la règle ipchains :
<BR>
<BR>ipchains -A forward -p tcp -s $host_pptp -d $any 1723 -j MASQ
<BR>ipchains -A forward -p 47 -s $host_pptp -d $any -j MASQ
<BR>ipmasqadm portfw -a -P tcp -L $ip 1723 -R $host_pptp 1723
<BR>ipfwd --masq $host_pptp 47 &
<BR>
<BR>avec :
<BR>$host_pptp = serveur vpn (win2k - 192.168.0.xxx)
<BR>$any = 0/0
<BR>$ip = ip public
<BR></BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE><!-- BBCode Quote End -->
<BR>
<BR>
<BR>j'ai un serveur vpn windows XP derriere un ipcop
<BR>mais j'ai aussi un vpn etablit entre 2 ipcop
<BR>est - ce que ces modifications vont affecter cette laison ???
<BR>est - ce quemalgré les regle ipchains il faut forwarder les port 1723 ; 500 ; 1701 dans le gui ???
<BR>a quoi correspond %any ??
<BR>
<BR>Desole pour toute ces question mais je ne connais rien ipchains
<BR>
<BR>merci du coup de main
<BR>
<BR>
<BR>
<BR>
En avant, toujours en avant, l'histoire ne se répète jamais.