Answer the question
In order to leave comments, you need to log in
Do you get an error when starting Dante Server?
When starting Dante Server, the following error occurs:
Job for danted.service failed because the control process exited with error code. See "systemctl status danted.service" and "journalctl -xe" for details.
How can it be corrected?
Answer the question
In order to leave comments, you need to log in
wget ppa.launchpad.net/dajhorn/dante/ubuntu/pool/main/d...
sudo apt-get install gdebi-core
sudo gdebi dante-server_1.4.1-1_amd64.deb
Run directly as root: danted
and see what it writes to the console. Well, add your config to the question.
By the way, for the lazy, I filed a one-line danted configuration here: https://selivan.github.io/socks/
# /etc/danted.conf
logoutput: syslog
user.privileged: root
user.unprivileged: nobody
# The listening network interface or address.
internal: 0.0.0.0 port=1080
# The proxying network interface or address.
external: INTERFACE_NAME_HERE
# socks-rules determine what is proxied through the external interface.
# The default of "none" permits anonymous access.
socksmethod: pam.username
# client-rules determine who can connect to the internal interface.
# The default of "none" permits anonymous access.
clientmethod: none
client pass {
from: 0/0 to: 0/0
log: connect disconnect error
}
socks pass {
from: 0/0 to: 0/0
log: connect disconnect error
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question