The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
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 ...
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
0answers
467 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 ...
1
vote
0answers
87 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 ...
1
vote
0answers
119 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
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 ...
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 ...