Le Mardi 5 Novembre 2002 23:45, Hendrik Levsen a écrit : > Now the easiest thing for the team members would be to have SMB > access (Samba) secured by a MS PPTP compatible VPN (Poptop) since > clients are already built-in in Windows. This VPN could then also > secure all other stuff like FTP and CVS communications while we're at > it.
OK. I'm probably seriously mistaken about what you *really* want, but if the only thing you need is to tunnel the SMB connection, you can do that effortlessly with SSH port forwarding features : # ssh -L137:serveur:137 -L138:serveur:138 -L139:serveur:139 serveur And, before you ask, yes there *are* Win32 clients providing this feature. For example, SecureCRT... [ Pour ceux qui ne parlent pas anglais, ou qui ont du mal à comprendre mon anglais de vache Espagnole, je disais qu'on peut parfaitement tunneler les communications SMB avec SSH. ] <message_perso>Au fait, pour tous ceux auxquels j'ai oublié de repondre en privé ces dernières semaines et qui doivent m'en vouloir quelque peu, je me suis retrouvé vraiment à la bourre sur différentes choses, et j'ai donc un peu déconnecté pendant un moment. Voilà. Absolument désolé. Vraiment. J'essaie de retrouver les mails en attente, et le cas échéant, je vais y répondre, néanmoins...</message_perso> +++ -- [ Jacques Caruso <[EMAIL PROTECTED]> Développeur PHP ] [ Monaco Internet http://monaco-internet.mc/ ] [ Tél : (+377) 93 10 00 43 Clé PGP : 0x41F5C63D ] [ -+- L'air c'est un peu comme mon cerveau... -- J. C. Van Damme -+- ] Linux-Azur : http://www.linux-azur.org Désinscriptions: http://www.linux-azur.org/liste.php3 **** Pas de message au format HTML, SVP ****
