From owner-freebsd-questions@FreeBSD.ORG Tue Mar 30 21:27:10 2010 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 DB689106564A for ; Tue, 30 Mar 2010 21:27:10 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id A357E8FC08 for ; Tue, 30 Mar 2010 21:27:10 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 00871633201 for ; Tue, 30 Mar 2010 23:27:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 9BCC32CEE80 for ; Tue, 30 Mar 2010 23:27:30 +0200 (CEST) Date: Tue, 30 Mar 2010 23:27:25 +0200 From: Patrick Lamaiziere To: freebsd-questions@freebsd.org Message-ID: <20100330232725.7419673a@davenulle.org> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Subject: u3g network problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2010 21:27:10 -0000 (8-STABLE/i386) Hi, I've got some troubles with a 3G connection. I don't know which things I should check to debug this: I use ppp to connect and it works fine. But after a while (not a long time), I don't have any reply to DNS requests, as far I can see with wireshark... Then if I use an IP, it works. So it looks like it is a problem with DNS. I've tried with an other dns server with the same result. I've also tried with a local dns server to cache the requests. It looks to help a bit. Anyway I also use a ssh tunnel to connect to my server and (on the server) I can see a lot of CLOSED sockets with netstat, and a lot of sshd processes stuck, even after days. So there is something wrong with the connection. Any idea or suggestion? Thanks, regards.