Re: [CentOS] KVM with 6.2 i686 guest

2012-06-01 Thread Kahlil Hodgson
On 30/05/12 22:14, Jerry Geis wrote:
 Jerry,

 I believe that by default the network is down and the BOOTPROTO=dhcp is
 not in the /etc/sysconfig/network-scripts/ifcfg-ethx. I encountered a
 similar issue on a KVM guest with minimal install


Did you clone this guest from another one?  Might need to check that
/etc/udev/rules.d/70-persistent-net.rules is not blocking the HWADDR of 
your eth0.  If so, just delete the file and reboot.

Kal
-- 
Kahlil (Kal) Hodgson   GPG: C9A02289
Head of Technology (m) +61 (0) 4 2573 0382
DealMax Pty Ltd(w) +61 (0) 3 9008 5281

Suite 1415
401 Docklands Drive
Docklands VIC 3008 Australia

All parts should go together without forcing.  You must remember that
the parts you are reassembling were disassembled by you.  Therefore,
if you can't get them together again, there must be a reason.  By all
means, do not use a hammer.  -- IBM maintenance manual, 1925

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] KVM with 6.2 i686 guest

2012-06-01 Thread Ashish-CentOS
On Saturday 02 June 2012 06:41 AM, Kahlil Hodgson wrote:
 On 30/05/12 22:14, Jerry Geis wrote:
 Jerry,

 I believe that by default the network is down and the BOOTPROTO=dhcp is
 not in the /etc/sysconfig/network-scripts/ifcfg-ethx. I encountered a
 similar issue on a KVM guest with minimal install

 Did you clone this guest from another one?  Might need to check that
 /etc/udev/rules.d/70-persistent-net.rules is not blocking the HWADDR of
 your eth0.  If so, just delete the file and reboot.

 Kal
I think that problem with the MAC address of the device which you 
were using,just see MAC address of that device and make changes to 
/etc/sysconfig/network-scripts /ifcfg-ethx file where edit previous MAC 
address with current MAC address. That's it and reboot.

Ashish
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] KVM with 6.2 i686 guest

2012-05-31 Thread Earl Ramirez
On 30 May 2012 21:14, Jerry Geis ge...@pagestation.com wrote:

  Jerry,
 
  I believe that by default the network is down and the BOOTPROTO=dhcp is
  not in the /etc/sysconfig/network-scripts/ifcfg-ethx. I encountered a
  similar issue on a KVM guest with minimal install
 
 Earl

 Was there something else missing also?
 I not added the BOOTPROTO=DHCP and same issue happening.
 dmesg shows link up, service network restart shows OK and ifconfig
 shows no address.


 jerry


 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


Jerry,

That was all I did on my KVM VM and ran ifup eth0 so that it will get the
IP address.

You can also try a static IP, which looks like this

DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
IPADDR=192.168.122.100 NETMASK=255.255.255.0NETWORK=192.168.122.1

My KVM host is using the default connection, which is NAT
**

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] KVM with 6.2 i686 guest

2012-05-30 Thread Earl Ramirez
On 30 May 2012 05:36, Jerry Geis ge...@pagestation.com wrote:

 I just installed a KVM guest, centos 6.2 i686 (6.2 x86_64 host) and the
 network module is loaded .
 The modules is/are 8139too,8139cp is what lsmod shows. Dmesg shows link
 up but ifconfig does not give me an address?
 service network restart shows OK no errors but again no address.

 I set the ifcfg-eth0 file to not be NM controlled, onboot yes and
 rebooted. Same no address.

 I run 5.8 images all the time and they get the address?

 Did I forget something?

 Jerry
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


Jerry,

I believe that by default the network is down and the BOOTPROTO=dhcp is
not in the /etc/sysconfig/network-scripts/ifcfg-ethx. I encountered a
similar issue on a KVM guest with minimal install

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] KVM with 6.2 i686 guest

2012-05-30 Thread Jerry Geis
 Jerry,

 I believe that by default the network is down and the BOOTPROTO=dhcp is
 not in the /etc/sysconfig/network-scripts/ifcfg-ethx. I encountered a
 similar issue on a KVM guest with minimal install

Earl

Was there something else missing also?
I not added the BOOTPROTO=DHCP and same issue happening.
dmesg shows link up, service network restart shows OK and ifconfig
shows no address.


jerry


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] KVM with 6.2 i686 guest

2012-05-29 Thread Jerry Geis
I just installed a KVM guest, centos 6.2 i686 (6.2 x86_64 host) and the 
network module is loaded .
The modules is/are 8139too,8139cp is what lsmod shows. Dmesg shows link 
up but ifconfig does not give me an address?
service network restart shows OK no errors but again no address.

I set the ifcfg-eth0 file to not be NM controlled, onboot yes and 
rebooted. Same no address.

I run 5.8 images all the time and they get the address?

Did I forget something?

Jerry
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos