Package: udev
Version: 172-1
Severity: normal
Tags: patch

Hi,

Based on some discussions in IRC today about strange networking
problems bringing up cloned Debian VMs under VMware Fusion, I took a
look at /lib/udev/rules.d/75-persistent-net-generator.rules to see how
it handled VMware-assigned MAC addresses. After checking
http://standards.ieee.org/develop/regauth/oui/oui.txt to see if there
were any additional ranges, I discovered there were 2 extro OUI blocks
assigned to VMware which aren't accounted for.  They are:

00-05-69   (hex)     VMware, Inc.
000569     (base 16) VMware, Inc.
                     3401 Hillview Avenue
                     Palo Alto CA 94304
                     UNITED STATES

and

00-1C-14   (hex)     VMware, Inc
001C14     (base 16) VMware, Inc
                     3401 Hillview Avenue
                     Palo Alto CA 94304
                     UNITED STATES



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32.16-linode28 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages udev depends on:
ii  debconf [debconf-2.0]         1.5.41     Debian configuration management sy
ii  libc6                         2.13-13    Embedded GNU C Library: Shared lib
ii  libselinux1                   2.0.98-1.1 SELinux runtime shared libraries
ii  libudev0                      172-1      libudev shared library
ii  lsb-base                      3.2-27     Linux Standard Base 3.2 init scrip
ii  util-linux                    2.19.1-5   Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils                      1:3.1.7-12 Linux PCI Utilities
ii  usbutils                      1:001-1    Linux USB utilities

udev suggests no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/title/upgrade:
  udev/reboot_needed:
  udev/sysfs_deprecated_incompatibility:
--- /lib/udev/rules.d/75-persistent-net-generator.rules 2011-07-22 21:30:20.000000000 -0400
+++ /tmp/75-persistent-net-generator.rules      2011-08-12 13:19:37.000000000 -0400
@@ -69,7 +69,7 @@
 # and KVM, Hyper-V and VMWare virtual interfaces
 ENV{MATCHADDR}=="?[2367abef]:*",       ENV{MATCHADDR}=""
 ENV{MATCHADDR}=="00:00:00:00:00:00",   ENV{MATCHADDR}=""
-ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*", ENV{MATCHADDR}=""
+ENV{MATCHADDR}=="00:05::69:*|00:0c:29:*|00:50:56:*|00:1C:14:*", ENV{MATCHADDR}=""
 ENV{MATCHADDR}=="00:15:5d:*",          ENV{MATCHADDR}=""
 ENV{MATCHADDR}=="52:54:00:*|54:52:00:*", ENV{MATCHADDR}=""
 

Reply via email to