From owner-freebsd-questions Mon Nov 1 15:41:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from amur.ru (amur.ru [195.151.156.7]) by hub.freebsd.org (Postfix) with ESMTP id EDFBC14C81 for ; Mon, 1 Nov 1999 15:41:35 -0800 (PST) (envelope-from dek@dt.amur.ru) Received: from outpost.dt.amur.ru (async6.amur.ru [195.151.156.244]) by amur.ru (8.9.3/8.9.3) with ESMTP id IAA03251 for ; Tue, 2 Nov 1999 08:41:32 +0900 Received: from ws072001 ([192.168.0.39]) by outpost.dt.amur.ru (8.9.3/8.9.3) with SMTP id IAA10947 for ; Tue, 2 Nov 1999 08:37:45 +0900 (YS) Message-ID: <002901bf24c2$2100a910$2700a8c0@dt.amur.ru> From: "Dmitry Krasnov" To: Subject: Socks5: Bind Problem Date: Tue, 2 Nov 1999 08:37:52 +0900 Organization: DT International MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running 3.0-RELEASE. There are some problems after socks5 installation from ports tree. When any Win9x-box-on-my-network tries to use ICQ, socks complains: Oct 31 14:54:33 outpost Socks5[3248]: TCP Connection Request: Bind (192.168.0.39:2431 to 205.188.147.46:80) for user Oct 31 14:54:33 outpost Socks5[3248]: S5IOCheck: recv failed: Can't assign requested address Oct 31 14:54:33 outpost Socks5[3248]: TCP Client closed connection Oct 31 14:54:33 outpost Socks5[3248]: TCP Connection Terminated: Abnormal (192.168.0.39:2431 to 205.188.147.46:80) for user : 0 bytes out, 0 bytes in Oct 31 14:54:49 outpost Socks5[3250]: TCP Connection Request: Bind (192.168.0.39:2436 to 194.67.180.142:19604) for Oct 31 14:54:55 outpost Socks5[3250]: S5IOCheck: recv failed: Interrupted system call Oct 31 14:54:55 outpost Socks5[3250]: TCP Client closed connection Oct 31 14:54:55 outpost Socks5[3250]: TCP Connection Terminated: Abnormal (192.168.0.39:2436 to 194.67.180.142:19604) for user : 0 bytes out, 0 bytes in UDP works correctly: Oct 31 14:54:33 outpost Socks5[3249]: UDP Proxy Request: (192.168.0.39:2432) for user Oct 31 14:54:33 outpost Socks5[3249]: UDP Proxy Established: (192.168.0.39:2434) for user Oct 31 14:55:01 outpost Socks5[3249]: UDP Proxy Termination: (192.168.0.39:2434) for user ; 439 bytes out 407 bytes in I use private addresses 192.168.0.x, internal DNS and ppp -auto -nat to my ISP. My socks5.conf looks like: --- cut here --- auth - - - noproxy 127.0.0. - - - noproxy 192.168.0. - - - route 192.168.0. - ep0 route - - tun0 permit - - 192.168.0. - - - --- cut here --- What is wrong? Any suggestions. Thanks in advance. -- /Dmitry Krasnov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message