From owner-freebsd-isp Thu Mar 23 6:24:32 2000 Delivered-To: freebsd-isp@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 0ED0B37C470 for ; Thu, 23 Mar 2000 06:24:21 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id OAA86035; Thu, 23 Mar 2000 14:24:16 GMT (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id OAA03978; Thu, 23 Mar 2000 14:24:13 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200003231424.OAA03978@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: John Angelmo Cc: FreeBSD ISP , brian@hak.lan.Awfulhak.org Subject: Re: serverside DNS and DHCP In-Reply-To: Message from John Angelmo of "Thu, 23 Mar 2000 15:02:43 +0100." <38DA2403.63343ACE@veidit.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 23 Mar 2000 14:24:13 +0000 From: Brian Somers Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi again :-) > > I need to set the DNS server side in my ppp config > > I know that there is a MS serverside dns thin in /etc/ppp/ppp.conf > is this right? > ms-dns=192.168.1.1 If you want to allow clients to discover your DNSs, add accept dns If you want to override the addresses in /etc/resolv.conf, use set dns 1.2.3.4 5.6.7.8 > and setting up DHCP is this the right way if I want to share 10 > adresses? > set ifaddr 192.168.1.5 192.168.1.15 DHCP is a different thing. If you want to assign the client an address between 192.168.1.5 and 192.168.1.15 (and your address is 192.168.1.1) use set ifaddr 192.168.1.1 192.168.1.5-192.168.1.15 You should re-read the descriptions at the end of the ppp(8) man page - all this stuff is described reasonably well. > /John Angelmo -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message