Dante: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Config) |
|||
| Zeile 32: | Zeile 32: | ||
*systemctl status danted | *systemctl status danted | ||
*netstat -lntp | grep danted | *netstat -lntp | grep danted | ||
| − | tcp 0 0 78. | + | tcp 0 0 78.88.77.194:1080 0.0.0.0:* LISTEN 27027/danted |
| − | tcp6 0 0 fe80::5054:a2ff:fe:1080 :::* | + | tcp6 0 0 fe80::5054:a2ff:fe:1080 :::* LISTEN 27027/danted |
| − | tcp6 0 0 | + | tcp6 0 0 2a02:88: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.88.77.194:1080 0.0.0.0:* LISTEN 27027/danted tcp6 0 0 fe80::5054:a2ff:fe:1080 :::* LISTEN 27027/danted tcp6 0 0 2a02:88:c17:2cc5::1080 :::* LISTEN 27027/danted