[ZendTo] Re: Antwort: Re: Fwd: SweetCaptcha, Please support ZendTo

John Cooper johnpcooper at yahoo.com
Wed May 2 23:23:18 BST 2012


Cloning a VMware image will create a new MAC address and udev will 
allocate the next network device to that MAC address i.e. eth1. I 
manually edit the config file and delete eth0 and change eth1 to eth0 
and reboot.

/etc/udev/rules.d/70-persistent-net.rules

# PCI device 0x10ec:0x8168 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="d0:27:88:0b:c1:b6", ATTR{dev_id}=="0x0", 
ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:17:3f:0a:c1:bd", ATTR{dev_id}=="0x0", 
ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:17:3f:0a:c1:bd", ATTR{dev_id}=="0x0", 
ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

Change to

# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:17:3f:0a:c1:bd", ATTR{dev_id}=="0x0", 
ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"




On 02/05/12 21:20, patrick.gaikowski at kaufland.com wrote:
>
> Hi Chris,
>
> please try eth1 instead of eth0. I had the same issue...
>
> ifconfig eth1 up
>
> Mit freundlichen Grüßen / Best regards
>
> Patrick Gaikowski
> Tel:     +49 7132 94 3568
> Fax:    +49 7132 94 73568
> E-Mail: patrick.gaikowski at kaufland.com
> KI 967850: IT International / IT Governance / Netzwerk Design und 
> IT-Sicherheit
> Office:
> Lindichstrasse 11
> D-74189 Weinsberg
>
>
>
> http://www.kaufland.de
> http://www.spannende-it.de
>
> Kaufland Informationssysteme GmbH & Co. KG
> Postfach 12 53 - 74149 Neckarsulm
> Kommanditgesellschaft
> Sitz: Neckarsulm
> Registergericht: Stuttgart HRA 104163
>
>
>
>
>
>
>
>     Inactive hide details for Chris Barber ---02.05.2012
>     22:17:00---Thanks Jules. This doesn't work however for some
>     reason. Still Chris Barber ---02.05.2012 22:17:00---Thanks Jules.
>     This doesn't work however for some reason. Still only lo in
>     ifconfig. When I run the c 
>
>
> Von: Chris Barber <chris at techquility.net>
> An: ZendTo Users <zendto at zend.to>
> Datum: 02.05.2012 22:17
> Betreff: [ZendTo] Re: Fwd: SweetCaptcha, Please support ZendTo
> Gesendet von: zendto-bounces at zend.to
> ------------------------------------------------------------------------
>
>
>
> Thanks Jules. This doesn't work however for some reason. Still only lo 
> in ifconfig. When I run the command to restart the network script, I 
> get an error saying that eth0 does not appear to be present and 
> initialization will not occur.
>
> I tried importing the OVA into ESX instead of VMware Server just in 
> case but I have the same result there, no eth0 present. I tried using 
> both a Flexible adapter and E1000 adapter in VMware.
>
> Arg! I'm sure it's something small and dumb, but at the moment I'm 
> dumber. Any other ideas?
>
> Thanks!
> Chris
>
> -----Original Message-----
> From: zendto-bounces at zend.to [mailto:zendto-bounces at zend.to] On Behalf 
> Of Jules
> Sent: Wednesday, May 02, 2012 11:38 AM
> To: ZendTo Users
> Subject: [ZendTo] Re: Fwd: SweetCaptcha, Please support ZendTo
>
> To start with, add a network adapter to the VM if you're not getting 
> one for some reason.
> Do that with the VM powered off, and when it powers on it should 
> detect the card and configure it by DHCP most likely. Then you'll be 
> able to get everything you need to install the VMware tools.
>
> On 01/05/2012 18:32, Chris Barber wrote:
> >   Hello ZendTo world.
> >
> > Trying to setup the CentOS6x64 virtual machine. Problem is that it 
> has no network card when I boot it in VMware Server 2.x. Normally I 
> just install VMware tools and call it a day, but when I go to do that, 
> the prebuilt modules fail and need to be compiled. But GCC and make, 
> and kernel sources are all not installed and I have no network 
> connection to use in order to install them.
> >
> > Can anyone give me some advice as to how I can get this machine online?
> >
> > Thanks!
> > Chris
> >
> > _______________________________________________
> > ZendTo mailing list
> > ZendTo at zend.to
> > http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>
> Jules
>
> --
> Julian Field MEng CITP CEng
> www.Zend.To
>
> Follow me at twitter.com/JulesFM
> PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
>
> 'Teach a man to reason, and he will think for a lifetime.' - Phil 
> Plait 'All programs have a desire to be useful' - Tron, 1982
>
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>
> --
> This message was scanned by Spam Ninjas and is believed to be clean.
> Click below to report this message as spam.
> https://ninja1.spamninjas.com/cgi-bin/learn-msg.cgi?id=EE86A443B83.A73BB
>
>
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>
>
>
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto



More information about the ZendTo mailing list