I got a great answer for my previous question about connecting from Machine A to Machine C via Socks proxy located on Machine B.
Say Machine B Ip is 218.62.97.105 and it is listening on port 1080
The command for that:
ssh -o ProxyCommand='socat - socks:218.62.97.105:HOST_C:21,socksport=1080'
I wonder if it is possible to make a chain from the socks proxies.
Consider scenario: Machine A ->
Socks proxy: no, unless you can run ssh server or socks / http proxy on your windows machine.You can connect from your windows pc to your home pc using putty or plink with reverse tunnel (-R linux-machine-port:web-server-address:web-server-port) and then you should be able to connect to web-server using localhost:linux-machine-port.If you need dynamic proxy on windows side you can use other softwa
Basically, I am wanting to use my home linux server as a ssh tunnel / proxy. So that I can access services from the server.
I want to be able to use samba port 193 from another machine
Cups would also be an added bonus later on down the road.
I have already configured firefox to work on a windows machine on a seperate network using this ssh forwarding.
The man page to yum.conf describes several proxy related variables:
proxy URL to the proxy server that yum should use.
proxy_username username to use for proxy
proxy_password password for this proxy
But how to specify a SOCKS proxy?
I assume that the above is just for normal HTTP proxies ...
I've got a redis server running on my remote machine.
When I set up a tunnel using dynamic forwarding (ssh -D), which side is running the SOCKS proxy? That is, is the proxy running on the local end (client) or the remote end (server)?
Here's the situation: I want to set up several tunnels chained together using -L.
Alright, so basically what I need is for the terminal to use a SOCKS (version 4) proxy.
I set socks5 proxy system> preferences> network middleman to connect through wifi to a router with Firewall may have to unlock something? ping is normal, but if you want to connect to the site by the browser it shows the error:
Code:
Unable to connect to the proxy server.
A proxy server is a server that acts as an intermediary between your computer and other servers.
Currently I create a ssh tunnel using: ssh user@server -D 1234 to use SOCKS proxy. How do I configure server so I can directly connect to socks server?
I want to set firefox socks host to server ip and port, instead of 127.0.0.1 and the port specified with -D parameter.