Guten Abend,
ich bin gerade dabei auf meinem VPS Dante 1.2.2 zu installieren. Als ich Dante gerade starten wollte kam folgende Fehlermeldung:
|
Quellcode
|
1
2
3
|
Starting Dante SOCKS daemon: Feb 8 22:04:12 (1297191852) danted[20341]: /etc/danted.conf: error on line 4, near '7334': can't find interface/address: eth0
Feb 8 22:04:12 (1297191852) danted[20341]: sockdexit()
Feb 8 22:04:12 (1297191852) danted[20341]: sockdexit(): terminating
|
Meine danted.conf:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# log to what file => log to /dev/null, disabling logging for security reasons
logoutput: stderr /dev/null
# listening interface and port
internal: eth0 port = 7334
# outgoing interface
external: eth0
# method: username requires the client to provide a username and password which match the system password file.
# method: none requires no form of authentication.
method: username
# privileged ports like 80 and 443 must use root permission.
user.privileged: root
# the package seems not complied with libwrap support.
#user.libwrap: nobody
# allowed IPs
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
}
# allowed protocols with these source IPs
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol: tcp udp
}
|
Ich wäre euch sehr verbunden wenn ihr mir helfen könntet.
Außerdem habe ich noch ein weiteres Problem mit meinem lokalen Linux auf meinem Laptop:
Dort wollte ich vorhin auch testweise Dante installieren und habe ein anderes Tutorial befolgt. (
http://scriptzbase.org/showthread.php?p=114426)
Im Tutorial hieß es weiter unten dass man folgenden Befehl eingeben müsse damit die neu angelegten User keinen SSH Zugriff haben, nun habe ich den Befehl eingeben und komme nichtmehr mehr als 'root' rein.
|
Quellcode
|
1
|
passwd -l $USER
|
Über jeden Lösungsansatz bin ich erfreut, bedenkt jedoch bitte das ich Linux Neuling bin.
lg