Displaying 20 results from an estimated 400 matches similar to: "SOCKS5 and UDP"
2017 Jan 17
2
SOCKS5 and UDP
Le mardi 17 janvier 2017 ? 9:20 +1100, Darren Tucker a ?crit :
> On Tue, Jan 17, 2017 at 1:30 AM, Romain Vimont <rom at rom1v.com> wrote:
> [...]
> > As a consequence, in particular, a SOCKS5 server started with "ssh -D"
> > cannot proxify UDP packets.
> >
> > Are there deep reasons why OpenSSH does not implement them (security, or
> >
2017 Jan 18
3
SOCKS5 and UDP
Le mercredi 18 janvier 2017 ? 8:55 +1100, Darren Tucker a ?crit :
> On Tue, Jan 17, 2017 at 07:42:50AM -0800, Ron Frederick wrote:
Thank you for your answers.
> [...]
> > One thing that makes UDP over SOCKS more complicated for SSH is that
> > SOCKS normally keeps the UDP packets it forwards as UDPl, just adding
> > a small header to each packet. If you want to get the
2017 Jan 17
2
SOCKS5 and UDP
On Jan 17, 2017, at 1:37 AM, Darren Tucker <dtucker at zip.com.au> wrote:
> On Tue, Jan 17, 2017 at 8:05 PM, Romain Vimont <rom at rom1v.com> wrote:
> [..]
>> So if I understand correctly, making "ssh -D" create a "full" SOCKS5
>> server, including UDP relay?, would require to add a new SSH request
>> type (like "relay-udp")?
>
2003 Jun 24
8
Patch for Socks5 support for dynamic portforwaring?
Hi,
has anybody seen a patch that provides socks version 5 support for the dynamic portforwarding feature?
I?ve seen thats implemented in ssh.com?s ssh version, but
found nothing about openssh.
Only thing i found was a patch to provide socks4a.
cu
sleepi
2014 Jun 26
14
[Bug 2250] New: SOCKS5 should return "NO ACCEPTABLE METHODS" instead of nothing
https://bugzilla.mindrot.org/show_bug.cgi?id=2250
Bug ID: 2250
Summary: SOCKS5 should return "NO ACCEPTABLE METHODS" instead
of nothing
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
2013 Mar 05
1
Help connecting to SOCKS5 proxy server with Open SSH
My desire is to form a connection from my laptop running ubuntu to a
SOCKS5 server listed on the Internet. I have read the Ubuntu man page on
OpenSSH client program. The description indicates that I have to connect
to given host name (assumed to be an ip address?) with optional
username. I want the server receive my Internet traffic in SOCKS5
protocol and respond to my computer the requested
2015 Jan 12
2
socks5 server software?
What is the state of the art for socks5 server software? I need to
replace a very old proxy system. 'Yum search' and google aren't
turning up any clear winners unless '3proxy' is the thing you would
run on CentOS7.
--
Les Mikesell
lesmikesell at gmail.com
2002 May 11
4
socks5 support
> Winton--
>
> Excellent! Absolutely wonderful.
>
> I'm wondering which apps/encapsulators support 4A? This gets me
> around
> the DNS leakage problem quite nicely.
>
> Incidentally, we do need SOCKS5 support -- if for no other
> reason, the
> fact that there's *operating system* level support in OSX for SOCKS5
> redirection. So
2001 May 11
1
openssh 2.9: socks5 support? and support for RSA SECURID (one-t ime password)?
On Fri, May 11, 2001 at 04:26:57PM -0400, Ault, James R (CRD) wrote:
> I was reading the changelog from version 2.9 that was recently released, and I coudln't help noticing
> this item:
>
> from openssh changelog:
>
> - markus at cvs.openbsd.org 2001/04/17 12:55:04
> [channels.c ssh.c]
> undo socks5 and https support since they are not really used and
>
2003 Jun 25
1
socks5 support for -D
here's an up-to-date patch, should apply to both
openbsd and non-openbsd versions of openssh.
i did only test ipv4 addresses.
Index: channels.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/channels.c,v
retrieving revision 1.191
diff -u -r1.191 channels.c
--- channels.c 24 Jun 2003 08:23:46 -0000 1.191
+++ channels.c 25 Jun 2003 12:14:19
2015 Jun 25
5
[Bug 2417] New: SOCKS5 should respond with appropriate error reply in error situations
https://bugzilla.mindrot.org/show_bug.cgi?id=2417
Bug ID: 2417
Summary: SOCKS5 should respond with appropriate error reply in
error situations
Product: Portable OpenSSH
Version: 6.8p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component:
2010 Feb 18
5
Impossible to encode this file in sync
Hi all,
I am unable, using ffmpeg2theora 0.26, to encode this mpeg file in
theora without audio/video sync problems :
http://dl.rom1v.com/noindex/test.mpg
The file works correctly using vlc or mplayer, but totem has sync
problems for playing it.
For information, it is a TV stream I recorded using :
vlc
2014 Aug 26
4
[Bug 10785] New: [PATCH] Add a flag to use numeric sort
https://bugzilla.samba.org/show_bug.cgi?id=10785
Summary: [PATCH] Add a flag to use numeric sort
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: rom at rom1v.com
2015 Jan 12
0
socks5 server software?
El 12/01/2015 a las 03:18 p.m., Les Mikesell escribi?:
> What is the state of the art for socks5 server software? I need to
> replace a very old proxy system. 'Yum search' and google aren't
> turning up any clear winners unless '3proxy' is the thing you would
> run on CentOS7.
>
>
Have you look up to http://ss5.sourceforge.net/ ?
2015 Oct 27
3
dns resolution behind proxy
Hello list,
I wonder why tinc tries to resolve host names before connection even
with configured (socks5) proxy which fails behind restrictive firewalls.
Is there any "workaround"?
Thanks in advance!
Regards Uwe
-------------- n?chster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL:
2020 Nov 12
3
run firefox via an ssh tunnel
On 11/12/20 7:50 AM, Jonathan Billings wrote:
> On Thu, Nov 12, 2020 at 12:56:15PM +0000, Bernstein, Noam CIV USN NRL (6393) Washington DC (USA) via CentOS wrote:
>> If the point is to access a specific web site only the remote
>> machine can get to, you can also do it with port forwarding:
>> ssh -L 8000:ip_of_web_site_to_access_from_remote:443 remote_machine
>> and
2020 Aug 31
2
SOCKSv6 and OpenSSH
Hi there,
I'm Vladimir Olteanu (or just Vlad, for short), and I'm working on the
SOCKSv6 protocol. It is being discussed at the IETF
(https://tools.ietf.org/html/draft-olteanu-intarea-socks-6-10). The spec
has matured somewhat and is currently undergoing an adoption call at the
Intarea WG.
I would like to get your opinion on this newer version of the protocol,
in particular on how
2014 Oct 15
1
mget timeout
hello
I am trying to download a large file (9 Go) with smbclient on a linux
machine from a NAS. Apparently, smbclient mget has a timeout that prevents
me to download this large file.
smbget is a possible solution.
Also I'm doing this over an ssh tunnel. So I need to proxify smbget. Yet I
cannot specify another port than 445 on smbget.
I am stuck.
can anyone help me?
thanks
--
*--*
*Mouloud
2015 Nov 07
1
dns resolution behind proxy
On Tue, Oct 27, 2015 at 02:08:36PM +0100, Guus Sliepen wrote:
> > I wonder why tinc tries to resolve host names before connection even
> > with configured (socks5) proxy which fails behind restrictive firewalls.
>
> [...] I'll try to change tinc so it will allow connections via SOCKS5
> even if it cannot resolve the hostname itself.
I added the ability for tinc to
2002 May 10
1
Patch for SOCKS4A in OpenSsh
I love SSH's ability to dynamically forward ports using SOCKS (either -D or
DynamicForward) (ie "ssh -D 1081 private.mine.net"). But the thing that has
caused me some pain, is that only SOCKS4 is supported. The SOCKS4 proxy
specification does not permit hostnames, but only IP addresses. This isn't
much of a problem if the target host is a public Internet host or otherwise
DNS