Dante: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Config) |
|||
| Zeile 28: | Zeile 28: | ||
} | } | ||
</pre> | </pre> | ||
| + | =Staren und Checken= | ||
| + | *systemctl start danted | ||
| + | *systemctl status danted | ||
| + | *netstat -lntp | grep danted | ||
| + | tcp 0 0 78.47.133.194:1080 0.0.0.0:* LISTEN 27027/danted | ||
| + | tcp6 0 0 fe80::5054:a2ff:fe:1080 :::* LISTEN 27027/danted | ||
| + | tcp6 0 0 2a01:4f8:c17:2cc5::1080 :::* LISTEN 27027/danted | ||
Version vom 30. August 2022, 10:45 Uhr
Installation
- apt install dante-server
Config
- cat /etc/danted.conf
internal: eth0 port = 1080
external: eth0
clientmethod: none
socksmethod: none
user.privileged: root
user.notprivileged: nobody
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error connect disconnect
}
client block {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect error
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error connect disconnect
}
socks block {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect error
}
Staren und Checken
- systemctl start danted
- systemctl status danted
- netstat -lntp | grep danted
tcp 0 0 78.47.133.194:1080 0.0.0.0:* LISTEN 27027/danted tcp6 0 0 fe80::5054:a2ff:fe:1080 :::* LISTEN 27027/danted tcp6 0 0 2a01:4f8:c17:2cc5::1080 :::* LISTEN 27027/danted