-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Sudev,

>>>>> "Sudev" == Sudev Barar <[EMAIL PROTECTED]> writes:

    Sudev> I am trying to ssh into a linux box that is connected on a
    Sudev> network behind a fixed IP of the cable walah. The cable
    Sudev> network settings cannot be touched but he has assigned a
    Sudev> fixed local network IP to this box. How can I pass on the
    Sudev> internal IP number to ssh?  Help / Pointers would be
    Sudev> welcome.  -- Sudev Barar Learning Linux

You'll need ssh access to a machine outside the ISP's network, and
port forwarding.  If your external machine is a.b.c.d, run this
command from your machine:

ssh -R 22000:127.0.0.1:22 a.b.c.d

Now when you ssh to a.b.c.d on port 22000 you'll get connected to your
own machine.  a.b.c.d should have remote connects enabled in ssh port
forwarding.

Regards,

- -- Raju
- -- 
Raj Mathur                [EMAIL PROTECTED]      http://kandalaya.org/
       GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
                      It is the mind that moves
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iD8DBQFBByxlyWjQ78xo0X8RAuhxAKCCzTNoeax2J4CGZ7SKfCRL4KJEKACbBSpp
YKkPXXPSf1tTxKxHhlz2J74=
=yAQn
-----END PGP SIGNATURE-----

_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to