[MontelLUG] Problema con reverse tunnel ssh

Franco Carinato franco a carinato.net
Sab 6 Apr 2013 19:32:25 CEST


il server Linux e' sulla stessa lan del pc A a cui devi arrivare sulla
porta 23 telnet ?
Se e' cosi basta che dal tuo PC client apri un tunnel SSH:

ssh USER_LINUX a IP_PUBBLICO_LINUX -L:8023:IP_AS400:23

Poi usi telnet su localhost 8023
telnet localhost 8023

se il tuo PC e' W traduci il comando per putty

2013/4/6 Samuele <samuele.zanin a tiscali.it>:
> Sia A un AS400, W un server windows entrambi con ip privati dentro a
> lan1, P un pc su lan2 che deve collegarsi ad A, L un server linux con ip
> pubblico dove P ha accesso completo.
>
> Ora, su W tramite putty ho fatto un reverse tunnel ssh verso L in modo
> che le connessioni che arrivano ad L su una data porta vengano rigirate
> ad A.
> Le connessioni dovrebbero partire da P, ma non funziona.
> Se faccio da console di L un telnet localhost $PORTA funziona.
> Se faccio da console di L un telnet $IP_PUBBLICO_DI_L $PORTA non funziona.
>
> In sshd_config ho impostao
> GatewayPorts yes
> e riavviato il demone ssh.
> Perņ non va.
>
> Cosa altro posso controllare?
>
>
>
> _______________________________________________
> montellug mailing list
> montellug a montellug.it
> http://mail.montellug.it/mailman/listinfo/montellug_montellug.it




More information about the montellug mailing list