From owner-freebsd-isp Thu Feb 6 23:59:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA11362 for isp-outgoing; Thu, 6 Feb 1997 23:59:42 -0800 (PST) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA11334; Thu, 6 Feb 1997 23:59:31 -0800 (PST) Received: (from danny@localhost) by panda.hilink.com.au (8.7.6/8.7.3) id TAA07759; Fri, 7 Feb 1997 19:00:02 +1100 (EST) Date: Fri, 7 Feb 1997 19:00:02 +1100 (EST) From: "Daniel O'Callaghan" To: Robert Chalmers cc: bsd , FreeBSD ISP Subject: Re: can ppp work through virtual host? In-Reply-To: <199702070722.RAA10472@nanguo.chalmers.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Feb 1997, Robert Chalmers wrote: > In other words, can I turn the server .5 into a machine that also > runs pppd, with pppd thinking its on .4, because I have ifconfig > setting up a virtual or alias host? > > or... > > Should I turn .5 into a Virtual-Server, and rename and re-IP the > physical, true machine to be .4, running pppd? > > The PPPD _must_ run as .4. There is no option there. Basically, just tell pppd that its local IP address is .4. pppd a.b.c.4:x.x.x.x (substitute remote IP address) pppd does not care about the status of the IP address w.r.t. other interfaces. It can be used or not used by other interfaces, as aliases or not. Just be careful running gated :-) Danny