Dante Client: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Install= *sudo apt install dante-client =Konfiguration= *cat /etc/dante.conf <pre> . route { from: 0.0.0.0/0 to: 0.0.0.0/0 via: 127…“) |
(kein Unterschied)
|
Version vom 30. August 2022, 10:47 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: 127.0.0.1 port = 1080
protocol: tcp udp
proxyprotocol: socks_v4 socks_v5
method: none
}
Socksifizierung von ssh
- socksify ssh root@192.168.0.254 -p 8472