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.
Alright, so basically what I need is for the terminal to use a SOCKS (version 4) proxy.
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 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 ->
I have just installed Fedora 12 and I'm using KDE 4.3.4 as Desktop manager : everything works fine except for the proxy settings. In System Settings, under Network settings I choose "Manually specify the proxy setting", fillin IP and port for the proxy.
I've tried to setup a proxy for mysql outbound connections using TOR's 9050 port and iptables and I failed. Any ideas how to make things working?
Schema:
Linux mysql client (or PHP function) -> 127.0.0.1:9050 (TOR socks5) -> remote_mysql_server:3306
Just want to redirect any outbound connection to port 3306 through TOR proxy.
PS. pls don't ask why :)
I am using Ubuntu 11.10. In System Settings -> Network I can add a Socks proxy but it doesn't work with my UDP application or even Firefox (it just connects using my real IP). What do I need to do to send my UDP program's data through a proxy ?
Something is disabling access to the proxy settings in IE on my (work) laptop. IE is set to use the corporate proxy, so applications that use IE's proxy settings don't work when I take the laptop home. I've removed the local group policy setting "Disable changing proxy settings" using gpedit.msc (I'm in the local Administrators group).
The aim is to have my SSL proxy so I can add it to my FireFox by
Options -> Advanced -> Network -> Settings -> Manual proxy configuration -> SSL Proxy, Port -> OK
What I currently have:
a VPS hosting account with root SSH enabled
an SSL certificate installed to one of the domains hosted in that VPS How should I do it?
Basically, I need what expressvpn.com is offering.
Thus far I tried:
PuT