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 =Konfiguration= *cat /etc/dante.conf <pre> . route { from: 0.0.0.0/0 to: 0.0.0.0/0 via: 127…“)
 
Zeile 5: Zeile 5:
 
<pre>              .
 
<pre>              .
 
route {
 
route {
         from: 0.0.0.0/0  to: 0.0.0.0/0  via: 127.0.0.1 port = 1080
+
         from: 0.0.0.0/0  to: 0.0.0.0/0  via: 78.88.77.194 port = 1080
 
         protocol: tcp udp                 
 
         protocol: tcp udp                 
 
         proxyprotocol: socks_v4 socks_v5  
 
         proxyprotocol: socks_v4 socks_v5  
Zeile 11: Zeile 11:
 
}
 
}
 
</pre>
 
</pre>
 +
 
=Socksifizierung von ssh=
 
=Socksifizierung von ssh=
 
*socksify ssh root@192.168.0.254 -p 8472
 
*socksify ssh root@192.168.0.254 -p 8472

Version vom 30. August 2022, 10:50 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: 78.88.77.194 port = 1080
        protocol: tcp udp                
        proxyprotocol: socks_v4 socks_v5 
        method: none
}

Socksifizierung von ssh

  • socksify ssh root@192.168.0.254 -p 8472