Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2007 15:41:44 +0600
From:      "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=F0=CF=CC=D1=CB=CF=D7?=" <aspolyakov@e1.ru>
To:        freebsd-questions@freebsd.org
Subject:   freebsd-net: ether alias
Message-ID:  <web-32503023@e1.ru>

next in thread | raw e-mail | index | archive | help
Hi, I am using freebsd 6.2.  And I am doubt how to add a 
harware address alias to my NIC wich would be associated 
with ip. For example, there are configuration:

vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 
mtu 1500
         inet 87.224.232.129 netmask 0xff000000 broadcast 
87.255.255.255
         inet 87.224.232.119 netmask 0xff000000 broadcast 
87.255.255.255
         ether 00:15:f2:38:83:59
         media: Ethernet autoselect (100baseTX 
<full-duplex>)
         status: active

But I need smth like this:

vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 
mtu 1500
         inet 87.224.232.129 netmask 0xff000000 broadcast 
87.255.255.255
         ether 00:15:f2:38:83:59
         ether 00:15:f2:38:13:12
         inet 87.224.232.119 netmask 0xff000000 broadcast 
87.255.255.255
         ether 00:80:48:4e:54:42
         media: Ethernet autoselect (100baseTX 
<full-duplex>)
         status: active

How do I setup multiple mac addresses?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?web-32503023>