From owner-freebsd-isp Thu Sep 18 20:42:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA04521 for isp-outgoing; Thu, 18 Sep 1997 20:42:25 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA04514 for ; Thu, 18 Sep 1997 20:42:20 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id NAA03065; Fri, 19 Sep 1997 13:12:02 +0930 (CST) Message-ID: <19970919131201.64155@lemis.com> Date: Fri, 19 Sep 1997 13:12:01 +0930 From: Greg Lehey To: xiyuan qian Cc: danny@panda.hilink.com.au, freebsd-isp@FreeBSD.ORG Subject: Re: Limiting users connect time (+ another little questi References: <199709190941.JAA15992@npc.haplink.co.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199709190941.JAA15992@npc.haplink.co.cn>; from xiyuan qian on Fri, Sep 19, 1997 at 09:41:49AM +0000 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Sep 19, 1997 at 09:41:49AM +0000, xiyuan qian wrote: > PS. I have setup a FreeBSD server running ppp dialout to an ISP to get a > dynamic IP address, but I can not run ppp -auto ispsite to make the > connection auto, it always tell me "you must assign dstaddr to make the > connection", why? ppp -auto triggers on the destination IP address in the packet. In order for it to work, the packet has to be routed via the PPP interface. In order to set up a route, you need a destination address for the PPP link. In order to do that, you really need static addressing. I'd be interested to know if anybody has been able to set up automatic dialling with a loose destination address (e.g. "I want address 193.2.3.4, but I'll only insist on the first 24 bits). It could work, but I don't know for sure, and I'd *like* to know for sure. Greg