From owner-freebsd-questions@FreeBSD.ORG Tue Feb 18 13:44:01 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BDAC358 for ; Tue, 18 Feb 2014 13:44:01 +0000 (UTC) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 051B41666 for ; Tue, 18 Feb 2014 13:44:00 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id w10so16204288pde.7 for ; Tue, 18 Feb 2014 05:44:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=inLidG/Pp/QpinjFq8AOeFRGtdpfIODtiH1lrYPglPE=; b=IXl+o8aunXCzg/HqFc9EzBT8SHk8psWH50tdnFXAKtO46YS9l8IoKebQpNG9YGc/lR mBvIOFNmjEf2WWKY0778raKv9EK83KohJ9P90VMSYaULWXQSnd63oFR8mimCwpdMbmuM na8IqPgCKlB2f6HBP9Kst1KDZG/6yRZZpDdOk7scQm9IIPsR+hzJ8k0K221yapY1yB1z fKrqgVtNtFDthrXwtObF9xXgSzhE3OOJxFggLmYhAS7+asCP7mWYRFcoOxYjdQbSuP4N plV0rU0pXXqdT8IVrDmMzBa+4fb0NMmnG9HIWuEFRgZme5VqHDkK1NvT5M5oRfwAfIlX 80jg== MIME-Version: 1.0 X-Received: by 10.66.221.199 with SMTP id qg7mr33410050pac.88.1392731040592; Tue, 18 Feb 2014 05:44:00 -0800 (PST) Received: by 10.68.155.38 with HTTP; Tue, 18 Feb 2014 05:44:00 -0800 (PST) Date: Tue, 18 Feb 2014 08:44:00 -0500 Message-ID: Subject: how to add an aliased nic at boot time From: Aryeh Friedman To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 13:44:01 -0000 I need to create two virtual nics and make them get assigned at boot time... the exact command line I need to transfer to rc.conf is: ifconfig re0 alias 192.168.0.1 up -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org