similar to: [Bug 1357] SOCKS proxy attempts fail to some servers due to DNS timeouts

Displaying 20 results from an estimated 10000 matches similar to: "[Bug 1357] SOCKS proxy attempts fail to some servers due to DNS timeouts"

2024 Jun 12
4
[Bug 3700] New: Unresponsive domain names freeze SSH connection when using SOCKS proxy
https://bugzilla.mindrot.org/show_bug.cgi?id=3700 Bug ID: 3700 Summary: Unresponsive domain names freeze SSH connection when using SOCKS proxy Product: Portable OpenSSH Version: 9.1p1 Hardware: amd64 OS: Linux Status: NEW Severity: critical Priority: P5 Component:
2007 Sep 04
5
[Bug 1357] New: SOCKS proxy attempts fail to some servers due to DNS timeouts
http://bugzilla.mindrot.org/show_bug.cgi?id=1357 Summary: SOCKS proxy attempts fail to some servers due to DNS timeouts Product: Portable OpenSSH Version: 4.6p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at
2024 Jun 16
0
[Bug 1357] SOCKS proxy attempts fail to some servers due to DNS timeouts
https://bugzilla.mindrot.org/show_bug.cgi?id=1357 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Damien Miller <djm at
2000 Sep 25
3
socks proxy support
is openssh going to ever contain socks4/5 proxy support (http://www.socks.nec.com/) the same way ssh (nonfree version) does? Without this support, openssh is completely unusable behind a firewall. Hayden A. James
2011 Sep 29
1
ssh -D socks proxy through CentOS-5
Is there anything special in the way of configuration that is required to enable a CentOS box to act as the point of origin for an http request routed to it via a SOCKS ssh link? I have researched this matter and the recommended procedure is to open an SSH connection to the desired host passing the requisite switches so: ssh -f -n -D <port> user at host.domain.tld And then reconfigure
2015 Dec 09
2
[feature request] Reverse socks proxy
Hello. OpenSSH has -D option to create socks proxy (take local traffic and send it from remote machine). But sometimes there is an opposite problem: to allow apps on remote machine send traffic from local machine (for example, to get access to intranet resources). Expected syntax (I use -B as fist unused letter, plus it may be memorized as 'back'): ssh -B 127.0.0.1:1080 user at
2007 Apr 22
1
Socks proxy in CentOS
Hello, Anyone know socks5 proxy in centOS? For linux I know "delegate" but can not locate rpm package. I am trying to make something like this: client->squid:3128->[socks proxy]:8118->[ssh socks5 proxy]:port- >sshd:22-> -- -- Publicidad http://www.pas-world.com
2009 Jan 29
0
Use SOCKS proxy
Hi, Is there anyway to set up R so that it uses a SOCKS proxy in Linux? I am getting some strange issues with the Institute's new web filtering system and want to be able to test whether a problem I have with the biomaRt package is caused by it. Many thanks Dan -- ************************************************************** Daniel Brewer, Ph.D. Institute of Cancer Research Molecular
2006 Mar 30
1
Transparent socks proxy
Hello, I'm running Wine 0.9.10 on a Fedora Core 5 at work. I'd like to use the Socks5 proxy we've got with application run under Wine. The application I'm using in Wine works fine using direct connection to the internet but this application has no settings I can change to inform it of the socks proxy. So I'm using Sockscap32 2.38 from www.permeo.com . It works fine under
2020 Aug 03
2
Passing address family to proxy command
Hello all, I would like to hear your opinions on what would be the best way of passing address family (hints) to proxy commands. Generally, proxy command is used to connect to proxy servers and the address family of the target host is up to the decision of the proxy command itself (regardless it is netcat, another ssh or something else). Currently, hints from commandline (-4, -6) are not used at
2009 Feb 17
2
Idea: reverse socks proxy
Hi, Just a usecase that I'm sure has been covered before but just in case its not an openssh solution would be very helpful. I was trying to install software on a server that was firewalled so no outbound http connections would work. I was also tunnelling via another server. Outbound ssh connections also were a convenient option. What would have been nice would be a remote version of
2003 Jun 22
6
[Bug 534] No option to use IPv6 connections by default
http://bugzilla.mindrot.org/show_bug.cgi?id=534 brent at graveland.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From brent at graveland.net 2003-06-23 09:29
1999 Mar 21
0
Windows networking and SOCKS proxies
Sorry...I deleted the thread about SOCKS before I realized I knew the solution... I checked up on how SMB connections work on an NT workstation running the Hummingbird SOCKS proxy. It looks like "net use..." and its GUI variant don't use the WINSOCK/WINSOCK 2 interface to make netbios-session (139/tcp) connections. The machine attempted to make a direct connection to the remote
2020 Aug 03
2
[Bug 3199] New: Pass address family switch to proxy command
https://bugzilla.mindrot.org/show_bug.cgi?id=3199 Bug ID: 3199 Summary: Pass address family switch to proxy command Product: Portable OpenSSH Version: 8.3p1 Hardware: Other OS: Linux Status: NEW Keywords: patch Severity: enhancement Priority: P5 Component: ssh
2009 Nov 26
2
Rsync deletion issue on failure
I didn't see this in the man page or after a cursory Google search. I'm rsync-ing a file from computer A to computer B and the file does not exist yet on computer B. My problem is that on a shoddy Internet connection, if rsync fails due to a connection error, the dot file it creates on computer B is deleted and I have to start the rsync all over from the beginning. Is there a way to
2017 Jul 03
2
Can't use proxy after client upgrade
Hello, After upgrading my client system from Debian jessie to Debian stretch (which includes an update from tinc 1.0.24 to tinc 1.0.31), I am having trouble with my VPN: As long as I let tinc connect directly (no "Proxy" configuration option on the client), everything works fine: # tincd -n rath -D -d tincd 1.0.31 starting, debug level 1 /dev/net/tun is a Linux tun/tap device (tun
2018 Apr 30
1
Slow Speed
Hi, I´m using Tinc for several years, but I didn´t fix a performance problem. There a about 20 nodes in this network. Master: 10.0.0.12 (dedicated host in a datacenter, debian, 100mBit port) tinc.conf: Name = TincKnoten12 AddressFamily = ipv4 Interface = tun ProcessPriority=high mode = router #DirectOnly = no Compression=0 PMTUDiscovery = yes #IndirectData = yes #ReplayWindow = 64 #ConnectTo
2004 Jul 20
4
[Bug 898] support for AddressFamily in sshd_config
http://bugzilla.mindrot.org/show_bug.cgi?id=898 Summary: support for AddressFamily in sshd_config Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: peak
2014 Mar 28
1
basic dsync wrapper for migration from another server
Hi, I cobbled together this somewhat shoddy Bash script to migrate email accounts from our Cyrus server to a new dovecot system. Feel free to use, or laugh at it as you wish :) #!/bin/bash ## # Migrate email accounts via IMAP from one server to another ## trap "kill 0" SIGINT workdir=/root/migrate # Load list of users into array. The file "migration_map" should contain
2012 Aug 27
0
[Bug 2037] New: sshd Causing DNS Queries on ListenAddress when binding to IPV4 and IPV6 addresses on AIX
https://bugzilla.mindrot.org/show_bug.cgi?id=2037 Priority: P5 Bug ID: 2037 Assignee: unassigned-bugs at mindrot.org Summary: sshd Causing DNS Queries on ListenAddress when binding to IPV4 and IPV6 addresses on AIX Severity: normal Classification: Unclassified OS: AIX Reporter: caleblloyd at