Dante Server: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Installation= *apt install dante-server =Config= *cat /etc/danted.conf <pre> internal: eth0 port = 1080 external: eth0 clientmethod: none socksmethod: none us…“) |
(→Config) |
||
| Zeile 10: | Zeile 10: | ||
user.privileged: root | user.privileged: root | ||
user.notprivileged: nobody | user.notprivileged: nobody | ||
| + | |||
| + | client block { | ||
| + | from: 192.168.2.22/24 to: 0.0.0.0/0 | ||
| + | log: connect error | ||
client pass { | client pass { | ||
| Zeile 15: | Zeile 19: | ||
log: error connect disconnect | log: error connect disconnect | ||
} | } | ||
| − | |||
| − | |||
| − | |||
} | } | ||
socks pass { | socks pass { | ||
| Zeile 28: | Zeile 29: | ||
} | } | ||
</pre> | </pre> | ||
| + | |||
=Staren und Checken= | =Staren und Checken= | ||
*systemctl start danted | *systemctl start danted | ||
Version vom 27. September 2022, 05:00 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 block {
from: 192.168.2.22/24 to: 0.0.0.0/0
log: connect error
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error connect disconnect
}
}
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