T
T
timkin12018-04-16 18:07:13
linux
timkin1, 2018-04-16 18:07:13

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

4 answer(s)
A
Artem, 2018-04-17
@ulkoart

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

V
vreitech, 2018-04-16
@fzfx

depends on what is written in the log.

P
Pavel Selivanov, 2018-04-26
@selivanov_pavel

Run directly as root: dantedand 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/

D
Dmitry Tallmange, 2018-04-17
@p00h

# /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
}

Replace INTERFACE_NAME_HERE with the name of the interface, such as eth0.
This config performs pam authorization. Get a local user, give him a password. Log in with these details.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question