From owner-freebsd-hackers Wed Nov 12 07:45:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA12075 for hackers-outgoing; Wed, 12 Nov 1997 07:45:49 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from anlsun.ebr.anlw.anl.gov (anlsun.ebr.anlw.anl.gov [141.221.1.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id HAA12065 for ; Wed, 12 Nov 1997 07:45:46 -0800 (PST) (envelope-from cmott@srv.net) Received: from darkstar.home (tc-if3-21.ida.net [208.141.171.126]) by anlsun.ebr.anlw.anl.gov (8.6.11/8.6.11) with SMTP id IAA08072; Wed, 12 Nov 1997 08:45:22 -0700 Date: Wed, 12 Nov 1997 08:44:49 -0700 (MST) From: Charles Mott X-Sender: cmott@darkstar.home To: doconnor@ist.flinders.edu.au cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Dial on demand with dynamic IP In-Reply-To: <199711121115.VAA04516@holly.rd.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On successive dialups where different IPs are assigned, it is not possible to maintain a continuous tcp connection from any computer on your network -- either the ppp host or any box which is being NAT'ed by ppp -alias. >From the ISP side of things, if caller-id was available to the network access server (NAS), then it might actually be possible to hack radius so that it preferrentially hands over the same IP address when someone redials within 5 minutes. If there are any ISPs that have caller-id and want to experiment a little, I am willing to write some experimental code here. I think that under periods of light to medium load, it probably would work pretty well. Charles Mott On Wed, 12 Nov 1997, Daniel J. O'Connor wrote: > Hi, > I was wondering if it was possible to get dial on demand working with a > dynamic IP. I realise it would be difficult, and as far as I can tell you'd > _need_ IP aliasing, but how I envisage it working would be as follows. > > Run an app that sends a packet(telnet, mail.. whatever)0 > The PPP process dials up, and then gets the IP it's to use, and then aliases > the packet according to that IP. > Everything works like normal :) > > I think this would be possible with IJPPP but I'm not sure (you'd have to make > sure the aliasing happens at the right time - ie after any dialup event). > > Is it worth a try? Is anyone alreay doing it? :) > > --------------- > Daniel O'Connor > 3rd Year Computer Science at Flinders University > http://www.geocities.com.au/CapeCanaveral/7200 > > > >