The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

How to enable the UDP option in the socks server antinat?

How to enable the UDP option in the socks proxy server Antinat? It's running but it only supports TCP. It's not listening on UDP. I've tried another socks server Dante, but failed to configure it.
0
votes
0answers
64 views

How to set up Amazon EC2 instance with Dante?

I'm trying to set up a password protected socks5 proxy server to tunnel traffic from my VPS. Here's what I did: 1.get amazon linux tiny instance 2.execute wget ...
0
votes
1answer
117 views

Save RAM when using dante proxy [closed]

I have a small server that I run dante socks proxy on to route torrent traffic through it. Now the problem is, that for each connection dante seems to create a new program/thread and it uses nearly my ...
2
votes
1answer
129 views

Routing specific server traffic through my VPS

I've got a "multihome" setup: 2 internet connections, which boosts my speed significantly. I've set up a proxy on my VPS for regular browsing, but some applications don't support this, and they don't ...
2
votes
0answers
260 views

Ubuntu SOCKS proxy setup with two interfaces - how to pass DNS

I setup a SOCKSv5 server (Dante) on Ubuntu with two ethernet interfaces: eth0 is connected to my WAN with a static routable IP eth1 is connected to my LAN with a private IP I have a client ...
3
votes
1answer
710 views

Use authentication with Dante Socks

I just set up my dante socks proxy and it works just fine without authentication. Now I want only certain users to be able to use it tho. Preferably only those users that are in the passwd. What would ...
1
vote
1answer
252 views

dante-server not working with ipv6

I always get Error = 0x08 (Address type not supported) when I try to open ipv6 addresses like ipv6.google.com via my dante-server. How do I get danted to work with ipv6?
0
votes
1answer
101 views

Dante - Socks4 Configuration

We have application it supports SOCKS4 proxy support and we would like to test it. So we have installed dante in SUSE and it is configured for SOCKS5 by default. Is there any option where we can ...
1
vote
0answers
1k views

How do i configure a simple dante instance?

I'm trying to set up a simple SOCKS proxy on Amazon EC2, but I'm not able to figure out the documentation and configuration file for dante. For now i've been able to set up a proxy without ...
0
votes
1answer
580 views

Setting up dante socks server

I want to tunnel all my internet traffic through my vps, so I'm trying to install a proxy server. However: I can't seem to browse the internet through Dante. I get the ERR_EMPTY_RESPONSE error. This ...
1
vote
1answer
461 views

Socks5 proxy “Dante” leaves many child processes stuck in FIN_WAIT2 / CLOSE_WAIT state

I'm running dante v1.2.1 as a SOCKS proxy server. The proxy works fine but at the end of the day there are around 40-50 or more child processes of sockd running even though there are no active ...
2
votes
0answers
964 views

Dante (SOCKS server) not working

I'm trying to set up a SOCKS proxy using dante for testing purposes. However, I can't even get it to work with a web browser, after looking at several tutorials on how to do that. I've tried in both ...