Results 1 to 1 of 1
Hi There,
I want to install a packet(emerge) from my Gentoo, but it has not got access to Internet.
My client has access to internet and I can connect with ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-02-2010 #1Just Joined!
- Join Date
- May 2009
- Posts
- 9
Allow a UNIX to access to internet trough SSH
Hi There,
I want to install a packet(emerge) from my Gentoo, but it has not got access to Internet.
My client has access to internet and I can connect with SSH to the Gentoo. I want to do a reverse SSH pipe between my client and my Gentoo in order to give the access to Internet.
I'm trying something like this :
ssh -N -R 53:localhost:53 root@IP
ssh -N -R 21:localhost:21 root@IP
I configure this on my Gentoo side in the sshd_config :
PermitOpen 0.0.0.0:*
AllowTcpforwarding yes
But the emerge does not work anymore. I forget to do something, any help appreciate.
Thanks!


Reply With Quote
