Difference between revisions of "SOCKS"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
[[wikipedia:SOCKS]] protocol was approved by the [[IETF]] in 1996 as [[RFC]] 1928
 
[[wikipedia:SOCKS]] protocol was approved by the [[IETF]] in 1996 as [[RFC]] 1928
  
* [[SOCKS4]] and [[SOCKS5]]
 
  
 +
* [[SOCKS5]]: TCP and UDP support
 +
* [[SOCKS4]]: Only TCP support
  
 +
 +
Configuring a SOCKS server using [[ssh]]
 
  [[ssh -D]] 8080 remote-host
 
  [[ssh -D]] 8080 remote-host
  https://askubuntu.com/questions/112177/how-do-i-tunnel-and-browse-the-server-webpage-on-my-laptop
+
  Ref: https://askubuntu.com/questions/112177/how-do-i-tunnel-and-browse-the-server-webpage-on-my-laptop

Revision as of 10:11, 17 January 2022

wikipedia:SOCKS protocol was approved by the IETF in 1996 as RFC 1928



Configuring a SOCKS server using ssh

ssh -D 8080 remote-host
Ref: https://askubuntu.com/questions/112177/how-do-i-tunnel-and-browse-the-server-webpage-on-my-laptop

Advertising: