Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754679AbYGCTQI (ORCPT ); Thu, 3 Jul 2008 15:16:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752395AbYGCTP5 (ORCPT ); Thu, 3 Jul 2008 15:15:57 -0400 Received: from terminus.zytor.com ([198.137.202.10]:39570 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752145AbYGCTP4 (ORCPT ); Thu, 3 Jul 2008 15:15:56 -0400 Message-ID: <486D2564.4030806@zytor.com> Date: Thu, 03 Jul 2008 12:15:48 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Jan Engelhardt CC: Jens-Michael Hoffmann , linux-kernel@vger.kernel.org Subject: Re: tcp/ip connect on demand References: <486D1A66.6010006@zytor.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1120 Lines: 29 Jan Engelhardt wrote: > On Thursday 2008-07-03 20:28, H. Peter Anvin wrote: >> Jens-Michael Hoffmann wrote: >>> hi, >>> >>> what is the right way to implement a "connect on demand" feature? >>> Example: user types url in firefox and presses return. Then >>> the system should set up network devices and proceed as usual. >>> >>> Is there a hook in the kernel we can use? >> In the kernel, no. Nor do you need one; the best place to hook into this is >> probably the name service system (so you catch it on trying to look up >> hostnames.) >> >> Alternatively, you can set up a bridge device which you can listen to via a tap >> device; when you see traffic, you bring up the real network and attach it to >> the bridge. > > There is on-demand for PPP devices; though that is probably specific > to PPP. Yes, those monitor traffic at the PPP device port, I believe. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/