Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Pandora 1.3 VMWare image – can’t find interface eth0

  • Pandora 1.3 VMWare image – can’t find interface eth0

    Posted by ilpadrino00 on April 29, 2008 at 12:46

    Hey everybody,

    I’m not really good at all Linux things, and i’ve recently downloaded the Pandora 1.3 VMWare image (running on Ubuntu 7.04).

    The problem is, the interface eth0 cannot be found. So when i try to change the ip address it just doesn’t work (sending me ‘eth0: error while getting interface flags: no such device).

    Does anyone know what’s happening ? Did it already happen to one of you? How can i eventually fix this ?

    Thanks, David.

    manu replied 16 years, 9 months ago 4 Members · 8 Replies
  • 8 Replies
  • manu

    Member
    April 29, 2008 at 14:44
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    It happened to me once.

    Don’t know if we’re in the same scenario, but my problem turned to be that the real network interface had not gotten link (there wasn’t a cable in it, there fore the real interface wasn’t up)
    Bearing in mind that the virtual interface uses the real one, if the real one is down, the virtual one is never gonna be up.
    Check that out, and if it ain’t that, let us know and I’m sure we’ll sort it out.

    Cheers for using pandora

  • raul

    Member
    April 29, 2008 at 15:11
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    As Pandora FMS 1.3.1 is being to be completely released today (we hope), an updated WMware image will be uploaded to Sourceforge as well. Stay tuned!

    Raul

  • raul

    Member
    April 29, 2008 at 20:18
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Just released VMWare image for Pandora FMS 1.3.1!

    Check http://www.openideas.info/wiki/index.php?title=Pandora:VMWare

    Raúl

  • ilpadrino00

    Member
    April 30, 2008 at 13:00
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hello;

    First of all thank you for your answers. I checked the network interface, and everything is working fine.

    To verify it, I actually also tried to run the older Pandora 1.2 VM Image, and it does recognize the eth0 interface.

    Do you have another idea of what’s going on and how to fix it ?

    Anyway, I’ll already try the new 1.3.1 VMWare Image, maybe things will work better.

    Thanks, David.

  • exy

    Member
    May 4, 2008 at 07:56
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    cleaning cache will fix the eth0 issue.
    it is cause by MAC caching, when you copy vmware image.

    rm /etc/udev/rules.d/*.*

  • manu

    Member
    May 4, 2008 at 11:30
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Exy, thanks for that awesome answer I’m going to add it to the FAQ

    Thanks, again.

  • ilpadrino00

    Member
    May 6, 2008 at 12:56
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hey :-). Everything is now working fine (with DHCP), thank you.

    I just have a little question: If i wanted to set a fixed IP address instead of the DHCP one, how could i do it ?

    In fact, i read the man documentation about interfaces and it seems that i have to modify the /etc/network/interface file doing a thing like

    iface eth0-home inet static

    address

    netmask
    gateway

    But when i try, it returns me:

    E325: ATTENTION
    Found a swap file by the name “/etc/network/.interfaces.swp”

    (1) Another program may be editing the same file
    (2) An edit session for this file crashed

    To be short, the edit doesn’t work. Does anybody know why, and how to fix it ?

  • manu

    Member
    May 6, 2008 at 12:59
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Just remove that .swp file and try to edit it again.

    Manuel