<![CDATA[Andesi - forum / Port forwarding en ssh]> 2011-03-08T11:21:47Z FluxBB http://forum.andesi.org/viewtopic.php?id=6738 <![CDATA[Réponse à : Port forwarding en ssh]> effectivement, j'ai lu trop vite

]>
http://forum.andesi.org/profile.php?id=1309 2011-03-08T11:21:47Z http://forum.andesi.org/viewtopic.php?pid=59639#p59639
<![CDATA[Réponse à : Port forwarding en ssh]> Oui en effet, c'est peut etre plus simple de changer de port.
Sinon le tunnel ssh marcherait car tu te connecterais sur le port 22 de ton server en ssh (en supposant que c'est pas bloqué), sur le port 1723 localement sur le poste client et port 1723 localement sur le poste server. donc jamais dans le réseau de l'école avec le port 1723.

]>
http://forum.andesi.org/profile.php?id=156 2011-03-08T11:04:47Z http://forum.andesi.org/viewtopic.php?pid=59638#p59638
<![CDATA[Réponse à : Port forwarding en ssh]> Salut,

Euh, je dirais que tu dois faire écouter ton vpn sur un port accessible depuis ton école. Essaye de savoir quels protocoles ton école laisse sortir pour choisir un port.

La commande SSH est bonne, mais tu dis à SSH d'ouvrir un tunnel entre localhost:1723 et tonserveur:1723, si tu ne peux pas sortir via ce port, ça ne marchera pas.

]>
http://forum.andesi.org/profile.php?id=1309 2011-03-08T08:28:45Z http://forum.andesi.org/viewtopic.php?pid=59636#p59636
<![CDATA[Réponse à : Port forwarding en ssh]> Salut,

je doit taper

ssh -L 1723:localhost:1723 user@tonserverssh

sur mon pc depuis lequel je veux me connecter ?

Sur mon serveur je ne touche a rien?

Merci

]>
http://forum.andesi.org/profile.php?id=25391 2011-03-07T10:53:47Z http://forum.andesi.org/viewtopic.php?pid=59633#p59633
<![CDATA[Réponse à : Port forwarding en ssh]> ssh -L 1723:localhost:1723 user@tonserverssh

extrait du man:
    -L [bind_address:]port:host:hostport
             Specifies that the given port on the local (client) host is to be forwarded to the given host and port on the remote side.  This works by
             allocating a socket to listen to port on the local side, optionally bound to the specified bind_address.  Whenever a connection is made to
             this port, the connection is forwarded over the secure channel, and a connection is made to host port hostport from the remote machine.
             Port forwardings can also be specified in the configuration file.  IPv6 addresses can be specified with an alternative syntax:
             [bind_address/]port/host/hostport or by enclosing the address in square brackets.  Only the superuser can forward privileged ports.  By
             default, the local port is bound in accordance with the GatewayPorts setting.  However, an explicit bind_address may be used to bind the
             connection to a specific address.  The bind_address of "localhost" indicates that the listening port be bound for local use only, while an
             empty address or '*' indicates that the port should be available from all interfaces.

ensuite connecte toi sur 1723 sur localhost smile et t'aura ton tunnel de tunnel

]>
http://forum.andesi.org/profile.php?id=156 2011-03-07T10:20:39Z http://forum.andesi.org/viewtopic.php?pid=59632#p59632
<![CDATA[Port forwarding en ssh]> Salut a tous,

je dispose d'un serveur vpn pptp qui fonctionne avec le port 1723, or depuis mon école ce port la est bloqué, je ne peut donc pas me connecter en vpn sur mon serveur.

Je pense qu'il faut utiliser du port forwarding, quel est la commande que je dois taper sur mon serveur?

Comment faire?

merci

]>
http://forum.andesi.org/profile.php?id=25391 2011-03-06T22:19:03Z http://forum.andesi.org/viewtopic.php?pid=59631#p59631