Questions tagged [dante]

49 questions
8
votes
1 answer

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 IE and Firefox, in both cases, using "Manual proxy…
gregmac
  • 1,459
  • 3
  • 18
  • 27
5
votes
0 answers

Dante unable to bind to public ip address

I have a Dante server on a host with multiple public ip addresses but it is unable to bind to the ips of the host. The ips are pingable, I have another service listening on each of them (different port) which works so I know the ips work. On my test…
Romeo Mihalcea
  • 502
  • 1
  • 6
  • 24
4
votes
0 answers

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 connected on the LAN, and I'm able to ping the LAN port…
Ravi
  • 163
  • 1
  • 5
3
votes
0 answers

Dante Socks Multiple instances

I have correctly installed Dante on Ubuntu server as a proxy, and it works, but I must have e multiple instances of it (each of them has to works in different port). I have tried it in this way: tomas@server: $ sudo cp /etc/sockd.conf…
3
votes
4 answers

dante not starting during server reboot

I installed dante (v1.4.2) using apt-get install dante-server on ubuntu 18.04 and have following configuration: /etc/danted.conf logoutput: /var/log/sockd.log internal: eno1 port = 1080 external: eno1 external.rotation: same-same socksmethod:…
Deepika
  • 57
  • 1
  • 3
3
votes
2 answers

Dante sockd can't forward traffic through multiple virtual IPs

I have configured Dante sockd to forward traffic through multiple IP interfaces. The config is basically this: logoutput: /var/log/sockd.log debug: 1 socksmethod: username none internal: eth0 port = 60000 external: eth0 internal: eth0:0 port =…
Simon Greenwood
  • 1,343
  • 9
  • 12
3
votes
1 answer

Danted Socks Proxy with Authentication

I've been trying to set up a SOCKS proxy on linux with danted. I have the proxy working perfectly without authentication, but when I try adding in authentication with both method: username and method: pam I can't log in with any of the usernames or…
Ed R
  • 61
  • 1
  • 5
3
votes
1 answer

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 you guys recommend me using? Can I somehow use…
cherrun
  • 729
  • 2
  • 10
  • 17
3
votes
0 answers

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 authentication (which i took offline immediately after…
Maciej Swic
  • 270
  • 5
  • 18
2
votes
1 answer

SOCKS Proxy over DNS

I'm trying to implement something similar to the service provided by https://www.smartdnsproxy.com, where clients only need to change their DNS settings to connect to a HTTP/S or SOCKS5 proxy. I think I understand the individual components, but I'm…
2
votes
2 answers

Dante 1.4.x sockd not working for localhost

I am trying to run a SOCKS server which listens for SOCKS connections on localhost. There will actually be SSH tunnels reaching this server if you are wondering about the purpose. I based the configuration off the suggestions in the documentation…
John Tate
  • 179
  • 4
  • 19
2
votes
0 answers

Dante with Kerberos configuration across sites

I have a requirement to host a socks proxy in a central location, using Dante. What I've been asked to do is connect remote clients to it across the internet, they'll pass through a gateway routing device that will forward HTTP traffic to Dante, in…
Stephen K.
  • 21
  • 2
2
votes
2 answers

Dante blocking some localhost connections

I connect through a tunnel to Dante. It works but still blocks two of the apps that I need to work through the SOCKS proxy Aug 28 14:20:24 (1377699624) danted[3519]: block(1): tcp/connect [: 127.0.0.1.51519 -> 127.0.0.1.30000 Aug 28 14:20:33…
Chroma Funk
  • 33
  • 1
  • 5
2
votes
1 answer

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 like 2 IPs accessing their server with the same…
Jelle De Loecker
  • 1,055
  • 6
  • 16
  • 29
1
vote
1 answer

Dante socks server on VPS doesn't work

My config on server side (/etc/danted.conf): logoutput: stderr internal: eth0 port = 1080 external: eth0 clientmethod: none socksmethod: username none client pass { from: 0.0.0.0/0 to: 0.0.0.0/0 log: connect error } socks pass { …
user40602
  • 111
  • 2
1
2 3 4