From owner-freebsd-net@FreeBSD.ORG Fri Dec 17 18:55:58 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55D6F106564A for ; Fri, 17 Dec 2010 18:55:58 +0000 (UTC) (envelope-from alex@osqdu.org) Received: from mail-ew0-f51.google.com (mail-ew0-f51.google.com [209.85.215.51]) by mx1.freebsd.org (Postfix) with ESMTP id EAD5E8FC12 for ; Fri, 17 Dec 2010 18:55:57 +0000 (UTC) Received: by ewy19 with SMTP id 19so544730ewy.10 for ; Fri, 17 Dec 2010 10:55:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.155.75 with SMTP id i53mr1078556wek.27.1292610624536; Fri, 17 Dec 2010 10:30:24 -0800 (PST) Received: by 10.216.18.81 with HTTP; Fri, 17 Dec 2010 10:30:24 -0800 (PST) X-Originating-IP: [218.201.115.140] Date: Sat, 18 Dec 2010 02:30:24 +0800 Message-ID: From: Alex Zhang To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Virtual Network Interface Card X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2010 18:55:58 -0000 Hi all, I just wonder that if there are virtual nic functionalities which provides MAC address? I need to run ISC DHCP Server on 4 different IP's within one sever, however I have only 2 NICs connected to the server. I need different MAC Address for those IPs in order to run it properly, so bxn0:l styled cards won't work. Solaris VNIC will just work for me, however I would like to use FreeBSD, Alex