From owner-freebsd-questions Wed Oct 3 9:58: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from patan.sun.com (patan.Sun.COM [192.18.98.43]) by hub.freebsd.org (Postfix) with ESMTP id 1B46937B403 for ; Wed, 3 Oct 2001 09:58:02 -0700 (PDT) Received: from sunsgp.Singapore.Sun.COM ([129.158.71.3]) by patan.sun.com (8.9.3+Sun/8.9.3) with ESMTP id KAA00192 for ; Wed, 3 Oct 2001 10:57:49 -0600 (MDT) Received: from nutty.singapore.sun.com (nutty [129.158.72.188]) by sunsgp.Singapore.Sun.COM (8.10.2+Sun/8.10.2/ENSMAIL,v2.1p1) with SMTP id f93H0Fn13825 for ; Thu, 4 Oct 2001 01:00:15 +0800 (SGT) Received: (qmail 1818 invoked by uid 99407); Thu, 4 Oct 2001 00:57:59 +0800 (SGT) Date: Thu, 4 Oct 2001 00:57:59 +0800 From: KT Sin To: vikashb@mweb.co.za Cc: freebsd-questions@FreeBSD.ORG Subject: Re: m3socks and cvsup Message-ID: <20011004005758.A1785@nutty.Singapore.Sun.COM> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Try using runsocks from the NEC's socks package. It works for me. Not sure about m3socks though. You can install this version of socks from the ports collection's net/socks. e.g. env SOCKS5_SERVER=socks_server runsocks cvsup -g stable-supfile Also, make sure you are using the dynamically-linked version of cvsup, not the statically-linked one. kt On Tue, Oct 02, 2001 at 08:10:07AM +0000, vikashb@mweb.co.za wrote: > Greetings, > > I have been trying to use cvsup via m3socks, > but I am not having any success. > > When I execute the command m3socks cvsup -g -L 2 -z src-supfile > I get connection refused. > > > When I fire-up the cvsup and do a dump on the interface, it > appears that the connections is trying to go out to the cvsup server > and not the socks proxy. On the proxy server I don't see the connection > > What other setting do I need to look at, > > > output of tcpdump: > > root@pcs:/root#tcpdump -i fxp0 -v -v -e -e host 192.168.1.209 > tcpdump: listening on fxp0 > 10:23:36.803599 0:0:e2:29:27:38 0:2:b9:cc:2c:3 ip 74: 192.168.1.209.nimreg > 19 > 6.30.227.198.5999: S 428613048:428613048(0) win 16384 ,nop,timestamp[|tcp]> (DF) (ttl 63, id 36047) > 10:23:39.800410 0:0:e2:29:27:38 0:2:b9:cc:2c:3 ip 74: 192.168.1.209.nimreg > 19 > 6.30.227.198.5999: S 428613048:428613048(0) win 16384 ,nop,timestamp[|tcp]> (DF) (ttl 63, id 36049) > 10:23:42.800546 0:0:e2:29:27:38 0:2:b9:cc:2c:3 ip 74: 192.168.1.209.nimreg > 19 > 6.30.227.198.5999: S 428613048:428613048(0) win 16384 ,nop,timestamp[|tcp]> (DF) (ttl 63, id 36050) > 10:23:45.800642 0:0:e2:29:27:38 0:2:b9:cc:2c:3 ip 58: 192.168.1.209.nimreg > 19 > 6.30.227.198.5999: S 428613048:428613048(0) win 16384 (DF) (ttl 63, i > d 36051) > 10:23:48.800818 0:0:e2:29:27:38 0:2:b9:cc:2c:3 ip 58: 192.168.1.209.nimreg > 19 > 6.30.227.198.5999: S 428613048:428613048(0) win 16384 (DF) (ttl 63, i > d 36052) > 10:23:51.800944 0:0:e2:29:27:38 0:2:b9:cc:2c:3 ip 58: 192.168.1.209.nimreg > 19 > 6.30.227.198.5999: S 428613048:428613048(0) win 16384 (DF) (ttl 63, i > d 36053) > 10:23:57.801321 0:0:e2:29:27:38 0:2:b9:cc:2c:3 ip 58: 192.168.1.209.nimreg > 19 > 6.30.227.198.5999: S 428613048:428613048(0) win 16384 (DF) (ttl 63, i > d 36054) > 10:24:09.802046 0:0:e2:29:27:38 0:2:b9:cc:2c:3 ip 58: 192.168.1.209.nimreg > 19 > 6.30.227.198.5999: S 428613048:428613048(0) win 16384 (DF) (ttl 63, i > d 36055) > 10:24:33.803229 0:0:e2:29:27:38 0:2:b9:cc:2c:3 ip 58: 192.168.1.209.nimreg > 19 > 6.30.227.198.5999: S 428613048:428613048(0) win 16384 (DF) (ttl 63, i > d 36056) > > The m3socks.conf file is as follows : > > bind default|wild > domain pcs > nameserver 192.168.1.9 > findserver No > direct *.pcs > direct *.dev > direct *.pqafrica.co.za > sockd @=192.168.1.91 0.0.0.0 0.0.0.0 > > > Thanks > Vikash > > > > --------------------------------------------- > This message was sent using M-Web Airmail. > http://airmail.mweb.co.za/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message