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).