From owner-freebsd-questions@FreeBSD.ORG Fri Mar 21 00:25:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AF621065670 for ; Fri, 21 Mar 2008 00:25:02 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 3E04D8FC22 for ; Fri, 21 Mar 2008 00:25:01 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so409600anc.13 for ; Thu, 20 Mar 2008 17:25:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=rZcYpJKlRCjJr5/c7wBWgFiOObklqk+5Zr+WjP4Q7XM=; b=X3lx26ET0nCefZ3KGS1ztbvOTgi6RF/lc4Ii8HC3FE5SK8LDs6Xr4Txh99/Ow4TPlZ5rQD73XHv7bFRopEIJWvIsG5ynMGo5FEKC5ee0+20dEyOnsmxiD49LDhWou4H5YKrUsMi3i6yRj8dZa3H9NKI4m1KPtn/k3bPlRXyF3aI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=tR49XbZVOlCFCrSI4aOGou7J7aX6L0iQpqjr74Bz2QEBC7amEhlurvYmLVI0+l71vE4QyooIvYIqbaoKphHWJyUJ+c1WRR/wOFEGKYXD629OTKAv6PhS25dL7WHHL5MpV9Rby7924vS8NZEiGybAz7NGs7BswgBnUOumtVvN6l0= Received: by 10.100.138.16 with SMTP id l16mr7051775and.95.1206059101248; Thu, 20 Mar 2008 17:25:01 -0700 (PDT) Received: by 10.100.253.13 with HTTP; Thu, 20 Mar 2008 17:25:01 -0700 (PDT) Message-ID: <539c60b90803201725l74e4a8cfi13e381d4abcc2fdf@mail.gmail.com> Date: Thu, 20 Mar 2008 17:25:01 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 3eb7d2fe6aaf8e47 Subject: tsocks not working with firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2008 00:25:02 -0000 Hi. I'm setting up a ssh tunnel to a secure server for my surfing. If I configure firefox to use the appropriate proxy directly (i.e. localhost:8080 in socks under firefox preferences) it works as expected. I have set up /etc/tsocks.conf to send everything to localhost:8080 as in all the examples on the net (as well as tried /usr/local/etc/tsocks.conf), but when I use tsocks firefox, my proxy at 8080 is not used and the local internet connection is. I get no errors on stdout, etc. What could be wrong? Thanks, Steve