From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 21:31:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59D26106566C for ; Thu, 10 Apr 2008 21:31:56 +0000 (UTC) (envelope-from the.real.david.allen@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id E20CB8FC19 for ; Thu, 10 Apr 2008 21:31:55 +0000 (UTC) (envelope-from the.real.david.allen@gmail.com) Received: by ti-out-0910.google.com with SMTP id j2so175804tid.3 for ; Thu, 10 Apr 2008 14:31:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=cJA2//rKrtGGj405ow/byoeNq+m4HanDRZLniR5b6NQ=; b=jYANyiG7Ubg6O2jCpAw+yxIRCRaZN10CMbBaVdWU6HNkyjzrfJ+Ky5ysz/FGeIF/p6AVHO0jMGqbNNNB8xiz8WrmM24QqtKYr9WXGeb7Y6uVibGV0mzq4oAETFguToaNqq2Vti8ziK3nGhvJjMY6g8XvhhIXpLLKyPk50s0z8M8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=gXFr+c0UDavSzwH9kZnVARZ1vgaIS+8lzhtr6CTR8B+Bi//Tog16eRk9JbgqwhaxsqofBrwnfU08rJd4P50h00q7qdZbZYM25kMLq3Xv2+HKW8FmRjGx7JhiOpg5gIJmOna4DA3TOvifHv9yQjpDHywBdlvrgNmYSvBTNNXnBa8= Received: by 10.150.146.1 with SMTP id t1mr2407797ybd.29.1207863112974; Thu, 10 Apr 2008 14:31:52 -0700 (PDT) Received: by 10.150.218.4 with HTTP; Thu, 10 Apr 2008 14:31:52 -0700 (PDT) Message-ID: <2daa8b4e0804101431q1d5a2ff7me1cfa8a1ff70b801@mail.gmail.com> Date: Thu, 10 Apr 2008 14:31:52 -0700 From: "David Allen" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: IP Aliasing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 21:31:56 -0000 This may be a dumb question, but I'm puzzled by the following (taken from the Virtual Hosts section in the Handbook): For example, consider the case where the fxp0 interface is connected to two networks, the 10.1.1.0 network with a netmask of 255.255.255.0 and the 202.0.75.16 network with a netmask of 255.255.255.240. IP aliasing I get, but two different networks on the same interface? What would this be plugged into to make that work?