Article 5PHZ8 Trouble starting service for Dante proxy server

Trouble starting service for Dante proxy server

by
DigiLynx
from LinuxQuestions.org on (#5PHZ8)
Hi, I started to try and setup a Dante proxy server, Kubuntu as the OS. I've been using this guide (installed Dante from the repositories, not from .deb file): https://www.binarytides.com/setup-da...ver-on-ubuntu/

I'm at step 2, where I need to start the service. After running the start service command, I check the status with "service danted status" and the status is "failed" beside the "active" field.

Here is the whole output:

Code:danted.service - SOCKS (v4 and v5) proxy daemon (danted)
Loaded: loaded (/lib/systemd/system/danted.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2021-09-14 21:00:31 ADT; 20min ago
Docs: man:danted(8)
man:danted.conf(5)
Process: 1760 ExecStartPre=/bin/sh -c uid=`sed -n -e "s/[[:space:]]//g" -e "s/#.*//" -e "/^user\.privileged/{s/[^:]*://p;q;}" /etc/danted.conf`; if [ -n "$uid" ]; then touch /var/run/danted.pid; chown $uid /var/run/danted.pid; fi (code=exited, status=0/SUCCESS)
Process: 1765 ExecStart=/usr/sbin/danted (code=exited, status=1/FAILURE)
Main PID: 1765 (code=exited, status=1/FAILURE)

Sep 14 21:00:31 PROXYSRV-KUBUNTU systemd[1]: Starting SOCKS (v4 and v5) proxy daemon (danted)...
Sep 14 21:00:31 PROXYSRV-KUBUNTU systemd[1]: Started SOCKS (v4 and v5) proxy daemon (danted).
Sep 14 21:00:31 PROXYSRV-KUBUNTU danted[1765]: Sep 14 21:00:31 (1631664031.620526) danted[1765]: warning: checkconfig(): no socks authentication methods enabled. This means all socks requests will be blocked after negotiation. Perhaps this is not intended?
Sep 14 21:00:31 PROXYSRV-KUBUNTU danted[1765]: Sep 14 21:00:31 (1631664031.620580) danted[1765]: error: checkconfig(): no internal address given for server to listen for clients on
Sep 14 21:00:31 PROXYSRV-KUBUNTU danted[1765]: Sep 14 21:00:31 (1631664031.620592) danted[1765]: alert: mother[1/1]: shutting down
Sep 14 21:00:31 PROXYSRV-KUBUNTU systemd[1]: danted.service: Main process exited, code=exited, status=1/FAILURE
Sep 14 21:00:31 PROXYSRV-KUBUNTU systemd[1]: danted.service: Failed with result 'exit-code'.I'm at the same time learning my way around Linux in general, so apologies if the solution is really simple.

Just trying to figure out why the service is failing to start.

Thank you!latest?d=yIl2AUoC8zA latest?i=8UWzzeahKJ0:mUr-3SHhwqE:F7zBnMy latest?i=8UWzzeahKJ0:mUr-3SHhwqE:V_sGLiP latest?d=qj6IDK7rITs latest?i=8UWzzeahKJ0:mUr-3SHhwqE:gIN9vFw8UWzzeahKJ0
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments