Venet : add virtual Mac Address

mwolff

New Member
Dec 5, 2009
7
0
1
Hello,

I need to have a MAC address on my VE. I do not use veth but venet that can not handle mac address.
Is exist any way for adding an virtual mac address ?

Thanks

Matt
 
Hello,

I need to have a MAC address on my VE. I do not use veth but venet that can not handle mac address.
Is exist any way for adding an virtual mac address ?

Thanks

Matt

why do you need that? pls provide the whole story.
 
I want to migrate a soft that i use on one of physical server to VPS. And this soft use MAC authentification.
 
I want to migrate a soft that i use on one of physical server to VPS. And this soft use MAC authentification.

easiest is KVM, then veth. if you go for venet you need to fake something but this depends on how this check is done.
 
I would like to stay in venet mode (for firewalling), and my soft run on debian.
That i know about checking. I have change the soft one server to another because of motherboard failure. I have manually changed the mac address of an interface that i do not use, and it works well. (Prehaps, there are other checks via internet juste to verify that only one server use the soft, i don't know.)
My idea is to create a virtual interface and to affect to it my mac address. But i do not know how to do it.

matt
 
I understand that it is easy to do it in veth. But i have to stay in veneth mode.
You talk about that it is possible with venet, but i know how to do that. Could you explain me ?