I hope my question make sense
So I have a JumpServer that has a VPN connection to another subnet ex. 10.x.x.x. This subnet is only accessible via JumpServer. So I can connect to 10.x.x.x from my local machine by using socks proxy:
-
ssh root@JumpServer -D 9999
- Add config on /etc/proxychains socks5 127.0.0.1 9999 then proxychains ssh root@10.x.x.x
When I perform proxychains SSH, the local address of 10.x.x.x is 192.x.x.x. and I discovered some hosts
From my local machine, how do I connect to the local address of 10.x.x.x
basically the chain is 127.0.0.1:9999 ... 10.x.x.x:22 ... 192.x.x.x:PortNumber?
Asked by noobwithskillissue
(23 rep)
Apr 29, 2023, 08:55 PM
Last activity: Jul 10, 2025, 10:10 AM
Last activity: Jul 10, 2025, 10:10 AM