Sample Header Ad - 728x90

Multiple ssh port forwarding for socks proxy

2 votes
1 answer
2491 views
I wanted to open a web page via socks proxy. My scenario is I have two jump servers. 1 Jump server to get connected and second jump server to access the webpages. ssh user@192.168.1.2 -D 10100 -tt ssh user1@192.168.2.2 -D 10101 I also tried this. ssh user@192.168.1.2 -D 10100 then on the second jump server user1@192.168.2.2 -D 10101. In both the cases I still cannot access my webpage who have direct readability from second jump server which is 192.168.2.2. How can I open the webpage from my localhost?
Asked by Hulk711 (21 rep)
Nov 16, 2019, 12:55 PM
Last activity: Jan 15, 2025, 05:03 PM