The socks tag has no wiki summary.
0
votes
0answers
17 views
System Proxy Settings [duplicate]
I'm troubled by many types of proxies setting.
Currently I configure proxy on many places, and if I switch environment I have to unset proxies on same places.
What I have to change
Environment ...
1
vote
1answer
21 views
privoxy unable to take any additional connections
I run a public proxy and I've got about 400 clients, but when I check the logfile:
/var/etc/privoxy/logfile
I get lots of:
unable to take any additional connections.
In /etc/privoxy/config I ...
1
vote
2answers
175 views
Use socks proxy for commands in terminal
I connect to a remote ssh server by running this command:
ssh -D 12345 bob@myserver.com
This creates a socks proxy that I can use with Firefox to bypass censorship in my country. However, I can't ...
1
vote
0answers
85 views
problem with socks in proxychains
I'm trying to connect to a socks server using proxychains.
My ProxyList part of proxychains.conf is:
socks5 ip1.sockssrv.org 1080 MYUSER MYPASS
When I try to use it; for example using ...
2
votes
1answer
1k views
how do I use rtorrent with a socks5 proxy?
How do I get rtorrent to use a socks5 proxy?
I've tried to get socks5 to work with rtorrent, but it doesn't seem to have any impact.
Setup the socks5 proxy on port 9800:
ssh -ND 9800 user@otherhost
...
1
vote
0answers
116 views
Running fetchmail with Socks proxy
I checked the manual of fetchmail, all it mentioned was SOCKS_CONF, but what is the format of that config file?
And how do I know if my fetchmail is configured with --with-socks, fetchmail -V doesn't ...
1
vote
1answer
228 views
Gnome 3 on OpenSUSE 12.2 Proxy Porblem
Recently I've switched from Fedora 17 to OpenSUSE 12.2. I used to add my proxy from Network Settings>Network Proxy>Manual Method>Socks Hosts. But it doesn't work on openSUSE.
I get the following ...
2
votes
2answers
1k views
SSH jumping over socks(4/5) proxy chain. Host -> socks proxy -> socks proxy -> destination
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
...
5
votes
1answer
2k views
SSH over Socks proxy without username or password
I have a list of SOCKS proxy servers from this site.
I've read about creating a dynamic tunnels with ssh -D and to be honest i've tried that already. Unfortunately for some reason I cannot connect to ...
1
vote
1answer
621 views
cURL socks5 proxy: “Empty reply from server”
I'm accessing an http resource using Chrome, FoxyProxy without any problems. The proxy is defined as socks5 in the standard port 1080.
I've tried accessing the same resource using cURL (actual URLs ...
2
votes
1answer
157 views
Tunneling SSH through multiple machines (for SOCKS)
I have seen questions on tunnelling SSH through multiple machines but I want to tunnel a SOCKS connection.
Normally I would use something like ssh -C2qTnN -D 8080 username@remote_machine to make the ...
3
votes
0answers
98 views
Socksifying a qemu-kvm using tsocks
I'm trying to socksify a qemu-kvm using tsocks, but I have no success.
I don't know if qemu access directly the hardware, skipping the OS or something like that, but I wasn't able to do this feat.
...
2
votes
1answer
1k views
How can I setup a SOCKS4 or 5 proxy on CentOS 5.8?
I live in Iran and due to its restrict censorship, We all have extreme difficulties accessing normal sites and services. So I thought this would be a great idea to setup a proxy server on my VPS, so ...
2
votes
1answer
602 views
system wide SOCKS5 Proxy
I connect to my Server on the internet using ssh -D 3128 user@rootserver.com. If I am right I thereby open a SOCKS v5 Proxy to my Server. Using firefox and FoxyProxy I can now add this to my proxys ...
2
votes
0answers
462 views
SOCKS proxy configuration on KDE 4.4.5 / Debian 6.0.5
I've been trying to use a SOCKS Proxy which I have been using with success from an Ubuntu 11.4 box with GNOME on my Debian box with KDE.The socks server is bound to the local port 1080 through the ...
2
votes
3answers
1k views
How to use SOCKS proxy with yum?
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
...
0
votes
0answers
499 views
Proxychains don't work with socks & auth
I would like to use a socks5 proxy (with authentication) with some programs. I found proxychains. I installed this and added my proxyIP, port, user and password to /etc/proxychains.conf. A test like ...
3
votes
1answer
161 views
Tsocks with mail user agent mailx not working
I use a SOCKS proxy server to send mail using sendmail in Linux and mailx to send mails from the command line.
To make use of the SOCKS server, I am using tsocks to send mails using mailx, for ...
3
votes
3answers
3k views
SOCKS proxy without ssh command
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 ...
1
vote
1answer
667 views
User authentication over Dante proxy server
Below is my Dante SOCKS Proxy server configuration that I connect to without any authentication:
internal: eth0 port = 53200
internal: 127.0.0.1 port = 53200
external: eth0
clientmethod: none
...
1
vote
0answers
105 views
Connection problems creating a socks server with antinat
How can I run a socks server using antinat. I read the tutorials, but I can't get it working. My firewall is off, but I get the error:
proxy server is refusing the connection
What could I be ...
1
vote
1answer
422 views
how to specify the forwarding port when using multiple tsocks services?
According to the answer of this question, I have my /etc/tsocks.conf containing these lines:
path {
server = localhost
server_port = 1081
reaches = <ip-address-of-server-b>/32
}
path {
server = ...
3
votes
1answer
369 views
How to create a SSH tunnel over 2 servers?
I have 2 servers, A and B. I want to create a tunnel from my system to server B but I have some limits to do this. So I have to first tunnel to server A and from server A to server B. My goal is to ...
-1
votes
1answer
444 views
How to convert dante.conf (socksify) to tsocks.conf?
from dante.conf:
route {
from: 0.0.0.0/0 to: 10.132.165.95/16 via: 127.0.0.1 port = 1084
proxyprotocol: socks_v5
}
How can I convert these rules to work under tsocks?
Purpose: socksify ...
1
vote
2answers
1k views
VPN like solution for SSH Tunneling?
Socksify like program for Fedora?
Socksify, tsocks, proxycommand in ssh, they're great softwares/solutions that can be used to "constrain" given apps to use a SOCKS5 proxy (what was created with an ...
1
vote
2answers
388 views
Socksify like program for Fedora?
I need a program that allows me to pass an application through a socks server, even if the program does not have native socks support. Under Ubuntu I can use socksify for this. What can I use under ...