no save
Assistance
Achat
News

Forum | Linux/Unix
[SSH] scp avec une DMZ
mamiemando, le mar. 12 juil. 2005 à 01:30:22
Pour ssh tu peux faire un tunnel ssh pour ne pas faire d'étape par la DMZ.

Exemple : ici lunix2 correspond à la DMZ. pc111-29 veux contacter mandorallen.elsa.iiens.net.

CONSOLE 1

(mando@pc111-29) (~) $ ssh -L 6969:192.168.3.69:22 lunix2
Password:
Linux lunix2 2.6.9 #1 SMP Mon Dec 13 10:08:48 CET 2004 i686 GNU/Linux

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.

(mando@lunix2) (~) $ ssh mando@mandorallen.elsa.iiens.net
Password:


CONSOLE 2

(mando@pc111-29) (~) $ ssh -p 6969 -XC mando@localhost
Password:
(mando@mandorallen) (~) $ firefox

Pour ftp pense qu'il faut regarder du côté de NAT et autres ip forwarding (ou proxy).
Précédentvincent
juil. 05
vincent
juil. 05
Suivant
REPONSES
mamiemando
juil. 05
vincent
juil. 05
mamiemando
juil. 05
vincent
juil. 05
Version Web
Réalisé par RedShift
no save