문제

I know how to make a one layer tunnel:

ssh -ND 9898 username@mymachine

and then add a sockss proxy localhost:9898 in the browser.

but how to make a two layer tunnel? Suppose mymachine is not directly accessible to me but another machine machineprime is accessible and mymachine is accessible once I am on machineprime. So how do I redirect all my browser requests via machineprime and mymachine to the outer world?

도움이 되었습니까?

해결책

These links helped me achieve what I wanted:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top