Questions tagged [dante]
49 questions
1
vote
0 answers
Two instances of Dante proxy server with two interfaces
I'm running 2 instances of Dante server on my Linux machine, one of them is called danted which is supposed to connect me to the internet through the ethernet cable and the other is sockd which is supposed to connect me through an OpenVPN…

Shayan
- 85
- 8
1
vote
0 answers
SOCKS_dante(1.4.3)_Separate processing by port number
I have installed dante and it is working fine. In addition, I want to divide the process according to the port number of the client, but it doesn't work.
I want to divide the processing as follows.
Access from port 3080 is PAM authentication.
Access…

tbe3910
- 11
- 1
1
vote
0 answers
Limit dante socks connections based on username
I have created a dante socks server with the following simple configuration:
debug: 0
logoutput: stderr
internal: 0.0.0.0 port = 1080
external: eth0
socksmethod: username
clientmethod: none
user.privileged: root
user.unprivileged: sockd
client pass…

Sinai
- 203
- 1
- 3
- 17
1
vote
1 answer
Dante SOCKS server with two external interfaces (e.g. Wired Ethernet and Wi-Fi)
I want Dante to transparently choose between either of the two interfaces enp4s0 (Wired Ethernet) and wlp3s0 (Wi-Fi) regardless of their status (up or down). That is
when wired, it should choose enp4s0 indeed,
when wlp3s0 is added, it should…

Alexander Shukaev
- 91
- 8
1
vote
2 answers
Dante server not starting on Raspberry
I am trying to setup Dante SOCKS server on my Raspberry 3. I tried a clean install of Debian Buster and Ubuntu 19.10. On both systems I get the following error right after server installation with the default config:
ubuntu@ubuntu ~> sudo systemctl…

Mikhail Stefantsev
- 13
- 1
- 4
0
votes
1 answer
dante socks server went down after reannounce torrents
When I reannounce many torrents on qbittorrent my Danted fall down.
/var/log: Jan 11 10:26:42 (1578738402.297782) danted[20286]: info: sigterm(): exiting on signal 15
firefox: Proxy refuses to accept connections
Firefox is configured to use a…
0
votes
2 answers
Is my Dante SOCKS5 configuration "Secure"?
I realize "secure" is a very loaded definition.
I need to connect to an SFTP logging server (user/pass only, no ssh key).
The SFTP server has IP whitelisting, and all my server IP's are dynamic. I want to set up a SOCKS5 proxy server with a static…

Tallboy
- 179
- 3
- 15
0
votes
2 answers
Dante on multiple gateways in subnet
I have two gateways in my subnet.
192.168.1.2 - main
192.168.1.1 - secondary (yeah that's not a mistake)
So I am using 192.168.1.2 everywhere as default route
Is it possible to configure danted so it will forward outgoing connections to the…

POMATu
- 210
- 2
- 10
0
votes
1 answer
Can't configure Dante
Config version: 1.4.x
I get "Connection refused" after default 30 seconds in curl and "Connection Failed" immediately in FoxyProxy.
Dante config:
logoutput: syslog stdout /var/log/lotsoflogs
logoutput: stderr
internal: 10.8.0.1 port =…

Platon Efimov
- 113
- 1
- 7
0
votes
1 answer
Dante Socks5 allow access from ip range
My danted.conf:
logoutput: syslog /var/log/danted.log
user.privileged: root
user.unprivileged: nobody
# The listening network interface or address.
internal: ens3 port=1080
# The proxying network interface or address.
external: ens3
# socks-rules…

Alexander Kim
- 597
- 3
- 8
- 21
0
votes
2 answers
Using IPV6 with Dante
I have a server with one ipv4 ip and plenty of ipv6 ips.
i would like to setup Dante to work as a socks proxy server in my server.
I need to assign different port to each ipv6 port.
Now i can use ipv4 without a problem and when i connect with my…

Medow
- 3
- 3
0
votes
0 answers
Dante multiple proxies with separate authentication
I have been trying to set up Dante on Debian to create a Socks 5 proxy. So far I have only managed to get it to work with the root user, and would like to know how I can have multiple proxies each with there own username and password.
I have figured…

Will
- 1
- 3
0
votes
1 answer
Save RAM when using dante proxy
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 whole 256MB of RAM.
Is there any way to make the…
0
votes
1 answer
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 enable SOCKS4 support?
Thanks in Advance

Siva Arunachalam
- 99
- 4
0
votes
1 answer
Dante Server Config
this is my dante server config:
logoutput: /var/log/socks.log
internal: eth0 port = 443
external: eth0
internal: eth0 port = 444
external: tun0
user.privileged: root
user.unprivileged: nobody
user.libwrap: nobody
socksmethod: username
clientmethod:…

Majid
- 1
- 1