Dante Client: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 5: | Zeile 5: | ||
<pre> . | <pre> . | ||
route { | route { | ||
| − | from: 0.0.0.0/0 to: 0.0.0.0/0 via: | + | from: 0.0.0.0/0 to: 0.0.0.0/0 via: 192.168.201.1 port = 1080 |
protocol: tcp udp | protocol: tcp udp | ||
proxyprotocol: socks_v4 socks_v5 | proxyprotocol: socks_v4 socks_v5 | ||
| Zeile 13: | Zeile 13: | ||
=Socksifizierung von ssh= | =Socksifizierung von ssh= | ||
| − | *socksify ssh root@192.168. | + | *socksify ssh root@192.168.6.200 -p 8472 |
Version vom 13. Dezember 2022, 07:46 Uhr
Install
- sudo apt install dante-client
Konfiguration
- cat /etc/dante.conf
.
route {
from: 0.0.0.0/0 to: 0.0.0.0/0 via: 192.168.201.1 port = 1080
protocol: tcp udp
proxyprotocol: socks_v4 socks_v5
method: none
}
Socksifizierung von ssh
- socksify ssh root@192.168.6.200 -p 8472