From owner-freebsd-questions Fri Sep 12 08:25:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA10362 for questions-outgoing; Fri, 12 Sep 1997 08:25:04 -0700 (PDT) Received: from mercury.webnology.com (freebsd@mercury.webnology.com [207.51.255.70]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA10354 for ; Fri, 12 Sep 1997 08:24:59 -0700 (PDT) Received: from localhost (freebsd@localhost) by mercury.webnology.com (8.8.7/8.8.7) with SMTP id KAA06465; Fri, 12 Sep 1997 10:31:44 -0500 Date: Fri, 12 Sep 1997 10:31:44 -0500 (CDT) From: FreeBSD Mailing List To: "earhart@i1.net" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question. In-Reply-To: <3.0.32.19970912092846.0068bcc4@i1.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 12 Sep 1997, earhart@i1.net wrote: > I have just recently started up a webserver. I have a Dedicated Dialup > 56k connection. My ISP Subnetted my 6 IP Addresses.. But I can't seem > to get the PPP Dialer to accept all 6. The IP's Are: > > 199.190.102.121 > 199.190.102.122 > 199.190.102.123 > 199.190.102.124 > 199.190.102.125 > 199.190.102.126 Use one IP address for the inital PPP connection. Use ifconfig to assign the other IP addresses (if you're just using them for virtual domains on a single machine, use them as alias IPs for the loopback interface). If you've got your own static subnet, you don't need to wait until you establish the PPP link to ifconfig these addresses. > Also. On setting up a virtual domain, how would I go about assigning a > IP address to it? Where is the DNS data for the virtual domain? That is, when you sent the applications for the domain names into InterNIC, what nameservers did you tell them would act primaries and secondaries? Cheers, Mick