[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Getting domU vif's MAC address from dom0
- To: Andy Smith <andy@xxxxxxxxxxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxxx>
- From: Klaus Darilion <klaus.darilion@xxxxxx>
- Date: Thu, 26 Sep 2024 05:53:48 +0000
- Accept-language: de-DE, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nic.at; dmarc=pass action=none header.from=nic.at; dkim=pass header.d=nic.at; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=020u1omqzQac4sAD2tMpyZ3zeKFSFWEzhRgfF03sQuw=; b=AcjeKdkHyNjx3EvUnPmtOjwVBonaCW1WZAIpLk0p8ebrD6PMZRcYmRicpKlmfMF6x9UCyLYhU6QkFZmpfJMqUeil7vXMt63JOoTbHbkR6UjcdgdOo4ZNBz0qfuQtqD5KREORC8XgsTYHH/wAXNHHGyveEFhHCG5JnC2tu+onyLCZFcILuecpHGkW+0ty4biIXEASox5HAmtDIM9DlMrliOlhm17FH8O/90KEu+4dIPewgYEvIFhVcX7oJEvTXtJSxN+tWug7tMVisBD8qg3+yPIyWSgzYIrBSVJh/1Yhn2oDa0Kspo40PAA9cCmYE7WaOetDEGQiZV+Ql8mvKXZ6/A==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=oTZ/i29kFtWJgXg5ZUAS1npOAlIEPDO3yqtatxrRXIPUvzKRyMzutkjHLFys2LPAQUJ26GnixkfeB2raem6s5dEGoOtPxmI0KqU1O7k2pe7SneBLR3K48dN7BeVqfoSC8xMpcSJ09ep+/F9wns1k5Vu/S99/Y0m4mwET0ZLX28H3ZwTou/IcAnSiG/EEFLjmv4imdnrhG21I5JlTnSQ2uDiii05M2EgpLBLk6C1EDuhj+6DwCLEDp6X32JnLofmuLPRJRrFeuEYbm/hCyC5VsNxC6awEQzMVnL98X/IEupn3zII8KNuyjv9LYD6TOFlRXpL/CUSj7EQjPtlcxViaZw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=nic.at;
- Delivery-date: Thu, 26 Sep 2024 05:54:42 +0000
- List-id: Xen user discussion <xen-users.lists.xenproject.org>
- Thread-index: AQHbD5u+ZIUqQUQKvE2SW/ifv61CmLJpkQ9A
- Thread-topic: Getting domU vif's MAC address from dom0
> Is there an easy way of programmatically obtaining the domU-side MAC of
> a vif, from the dom0?
Why not doing it the other way round and specify the MAC address in the Xen
config file of the VM?
Or will the VM change the MAC address of the vif?
> The purpose of this is in order to add a route via the IPv6 link-local
> address inside the domU, which can be calculated from the MAC address
> of the domU's interface.
So you want to 'route' into the VM instead of the usual 'switching' approach
with a Linux bridge?
Regards
Klaus
|