Questions tagged [dante]
26 questions
12
votes
4 answers
Telegram calls via Dante socks5 proxy server not working
I've confugured Dante 1.4on Ubuntu 16.04 as a socks5 proxy for Telegram.
Chats are working, but voice calls are not, failing at "Connecting".
Is there something special I need to configure in order to proxy Telegram voice traffic?
I'm using a single…

Steve Stifler
- 121
- 1
- 1
- 5
6
votes
1 answer
Audio Streaming: RTP-Stream receiving with Gstreamer - Latency
I am currently playing around with an AudioOverIP Project and wondered if you could help me out.
I have a LAN, with an Audio Source (Dante/AES67-RTP-Stream) which I would like to distribute to multiple receivers (SBC (e.g. RaspberryPi) with an Audio…

CVXDEV
- 61
- 3
3
votes
1 answer
Dante proxy not working on ubuntu 18.04 give negotiation timeout
I used this guide https://gist.github.com/gpchelkin/c7d24a21639d1f120fb082d1801a5fe4 to configure Dante server on ubuntu 18.04 but when I want to connect from the client I get this error
curl -v -x socks5://user:pass@server:1080…

Rasoul Salehi
- 485
- 1
- 5
- 11
2
votes
1 answer
Null reference when trying to play audio using NAudio on ASIO output
I have 6 audio sources which I need to play on 6 separate channels using ASIO.
I managed to get this working using WaveOutEvent as the output, but when I switch to AsioOut I get a null reference error, and I can't figure out what I'm doing wrong.
I…

Virgiliu
- 3,068
- 6
- 32
- 55
2
votes
3 answers
Dante Socks5 proxy server doesn't start
I have installed Dante Proxy server by using following methods from the website. But the Server doesn't start and shows the following error. I have tried the steps from other websites also. I searched StackOverflow and saw the same issue in one…

Smack Alpha
- 1,828
- 1
- 17
- 37
2
votes
1 answer
Dante socks5 does't work from an external server
I use Dante socks5 proxy for telegram
And have a problem with an external server:
curl -v -x socks5://user:password@localhost:1080 https://web.telegram.org
* Rebuilt URL to: https://web.telegram.org/
* Trying localhost...
* TCP_NODELAY set
*…

Anton Ipatov
- 169
- 2
- 14
2
votes
0 answers
socks 5 danted proxy server on centos 7 not open any site
I have a VPS with Centos 7 os
I have installed danted script
wget --no-check-certificate https://raw.github.com/Lozy/danted/master/install.sh -O install.sh
bash install.sh
source : https://github.com/Lozy/danted
but when I test it by…

Mohammad Alipour
- 55
- 1
- 2
- 8
2
votes
1 answer
SOCKS v5 request sends current user instead of no user
My questions:
1) How can I use dante as a SOCKS v5 proxy, without authentication to send amqp messages from a producer to RabbitMQ in a docker-compose network?
2) I've never used SOCKS before so I have no idea if what I'm trying to do is stupid or…

Daniel Figueroa
- 10,348
- 5
- 44
- 66
1
vote
0 answers
Site for testing socks5 authentication
I need an online service for testing socks5 authentication so I can run automated tests on my code (in a GitHub Workflow Action). Locally I have set up a dante server for testing and will set one up in Workflow if need be. My preference is for an…

MatzFan
- 877
- 8
- 17
1
vote
0 answers
Can't use SOCKS5 proxy over GoogleCloudPlatform
I've setup a VM instance following this tutorial: https://www.digitalocean.com/community/tutorials/how-to-set-up-dante-proxy-on-ubuntu-20-04
The problem is that i can't connect the service that i want using the proxy. I'm using …

Diego Nogueira
- 11
- 1
1
vote
0 answers
Dante SOCKS5 proxy server configuration for ipv6
Below is my dante configuration file
logoutput: /var/log/socks.log
internal: enp0s3 port = 1080
external: enp0s3
clientmethod: none
socksmethod: none
user.privileged: root
user.notprivileged: nobody
client pass {
from: 0.0.0.0/0 to:…

John
- 11
- 4
1
vote
0 answers
Why might `i2c_smbus_write_byte_data` be returning "Operation not permitted" on uClinux 2.4?
I am writing a C program with the aim of configuring a peripheral device (the CS5368 ADC) via the I2C interface of a Dante Brooklyn II, a board based on a Microblaze soft-core processor running uClinux 2.4.
I have implemented the configuration…

mindTree
- 916
- 9
- 18
1
vote
1 answer
Can't connect to internet via SOCKS5 proxy server
I have configured SOCKS5 proxy server in AWS with dante and it runs fine.
when I try the following command in CMD
curl -L -x socks5://user:password@23.29.xx.xx:1313 http://www.google.com/
it works,
But when I configure my LAN proxy configs, it…

Viz
- 141
- 2
- 9
1
vote
1 answer
Not able to connect to dante socks 5 proxy server
hi i have installed the Dante proxy in remote server and trying to connect to in but connection itself is getting failed. Also there is no logs printed in the server.
I have used this socks5 client to connect to the server by giving the server ip…

anilkumarthumma
- 11
- 2
0
votes
0 answers
Dante Socks5 proxy server doesn't restart
I have installed danted service which was working fine but stopped now and its not restarting now I am getting following errors
danted.service: Failed to set up mount namespacing: /run/systemd/unit-root/opt: No such file or directory
…

Sukhwinder Sodhi
- 455
- 1
- 4
- 18