Mac Address

Tuckerdog

Well-Known Member
Aug 17, 2011
67
0
46
I have a debian container sitting on proxmox ve 1.8 using eth0 with a public ip directed to the private ip configured to eth0. I have a var that I want to have install a licensed program (radius manager), however he wants me to install a "real" ethernet card so he can get the mac address to bond the license to. How can I fix this, so he may see the mac address of the physical port? or is there another thing I am missing...?
 
I have a debian container sitting on proxmox ve 1.8 using eth0 with a public ip directed to the private ip configured to eth0. I have a var that I want to have install a licensed program (radius manager), however he wants me to install a "real" ethernet card so he can get the mac address to bond the license to. How can I fix this, so he may see the mac address of the physical port? or is there another thing I am missing...?
Hi,
if you use bridged ethernet (veth), you have an "real" nic with mac-address inside the VM.

Udo