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: username
user.privileged: root
user.unprivileged: nobody
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect disconnect error
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect disconnect error
}
When I run service danted start
or service danted restart
the service starts without any issue and the socks proxy works when using via my client.
But when I restart my server, the service fails to start with following status when running service danted status