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 {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error connect disconnect
}
It seems that is receives the connection attempt from client because it logs something like this:
Aug 20 00:26:00 (1566275160.525913) danted[1316]: info: pass(1): tcp/accept [: 111.111.111.111.7606 222.222.222.222.1080
(111.111.111.111 is my client IP)
And it halts there until the connection is timed out.
I tried many config tweaks but all with the same result.