This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Replacing Nic "on the fly"

My external Nic just stopped working and I'm in the beginning phases of trouble-shooting. I verified my setting in Astaro....and being that everything was working for the past 60plus days, I'm assuming that the problem is in the NIC. My question is.....Can I change the NIC without reinstalling Astaro? I thinking that if I remove the External Interface from the software settings and shutdown the firewall, phyiscally change the NIC and reboot, the software might pick up the new MAC addy and I can then re-assign the IPs accordingly. RIGHT?????


This thread was automatically locked due to age.
Parents Reply
  • @Oliver:
    *lol* 
    So it seems, that really something magicaly happend.
    I had an old 10MBit SMC NIC with a digital chipset in first and replaced it with a 100MBit NIC from Intel.
    I don't think the Intel NIC uses the tulip driver also.
       
    Greetings
    Chris
Children
  • @f3@Rl3SS   [;)]  

    had a quick look in tulip_core.c and found

     
    code:
     /* I21145 */
      { "Intel DS21145 Tulip", 128, 0x0801fbff,
            HAS_MII | HAS_MEDIA_TABLE | ALWAYS_CHECK_MII | HAS_ACPI
            | HAS_NWAY | HAS_PCI_MWI, t21142_timer }, 

    Seems that tulip cares about Intel as well!    [:O]  

    read you
    o|iver