You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
When this package is used on an OpenVZ virtual server with virtual interfaces it incorrectly detects venet0 as the interface for grabbing the MAC address from even though the VPS has an eth0 interface I manually create for that purpose. Since virtual interfaces venet0 and venet0:0 can not have a MAC address it fails to grab it.
The above MAC and public IP have been changed and are not my real ones. The eth0 interface was created for this container, specifically for attaching a MAC address to, using the following command on the physical server. $VEID is the virtual server ID #.
vzctl set $VEID --netif_add eth0 --save
I would be helpful if this package was updated to ignore virtual interfaces, such as venet0 and venet0:0, and only detect MAC capable interfaces, if they exist, instead.
The text was updated successfully, but these errors were encountered:
powerpbx
changed the title
Fails on openVZ platforms
Fails on OpenVZ platforms
Nov 15, 2023
powerpbx
changed the title
Fails on OpenVZ platforms
Fails to grab the MAC on OpenVZ platforms
Nov 15, 2023
powerpbx
changed the title
Fails to grab the MAC on OpenVZ platforms
Fails to grab the MAC on OpenVZ virtual server.
Nov 15, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When this package is used on an OpenVZ virtual server with virtual interfaces it incorrectly detects
venet0
as the interface for grabbing the MAC address from even though the VPS has an eth0 interface I manually create for that purpose. Since virtual interfacesvenet0
andvenet0:0
can not have a MAC address it fails to grab it.The above MAC and public IP have been changed and are not my real ones. The
eth0
interface was created for this container, specifically for attaching a MAC address to, using the following command on the physical server.$VEID
is the virtual server ID #.vzctl set $VEID --netif_add eth0 --save
I would be helpful if this package was updated to ignore virtual interfaces, such as
venet0
andvenet0:0
, and only detect MAC capable interfaces, if they exist, instead.The text was updated successfully, but these errors were encountered: