Dante-client: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Install= *sudo apt install dante-client“)
 
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
 
=Install=
 
=Install=
 
*sudo apt install dante-client
 
*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.0.0.1 port = 1080
 +
        protocol: tcp udp               
 +
        proxyprotocol: socks_v4 socks_v5
 +
        method: none
 +
}
 +
</pre>
 +
=Socksifizierung von ssh=
 +
*socksify ssh root@192.168.0.254 -p 8472

Aktuelle Version vom 8. September 2021, 14:15 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