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

Extra Nic

Hi,
I have placed a third  nic in  our astaro fw, but it isn't recognized by astaro.
When I do a 'cat /proc/pci' three nics are detected.
How do I get astaro to see the nic?
the recognised nics are  a realtek and a  3com, the third nic iss also a realtek (both realteks are 8139 cards)

Grtz


This thread was automatically locked due to age.
Parents
  • If you do a cat on /etc/modules.conf, you should see something similar to this:

    vpngw:/etc # cat /etc/modules.conf
    alias eth0 e100
    alias eth1 e100


    Now say yours has:

    alias eth0 rtl8139
    alias eth1 3c90x

    You would just need to add alias eth2 rtl8139 to make it look like:

    alias eth0 rtl8139
    alias eth1 3c90x
    alias eth2 rtl8139

    Now after a reboot, you should have eth2 as well. Since eth0 and eth2 would be using the same modules, you may have issues with which card is actually detected as which eth alias. 

    Hope this helps.
  • sorry it doesn't [;)]
    Mu modules.conf is altered by me:
    alias eth0 3c59x
    alias eth1 8139too
    alias eth2 8139too

    I took the 8139too because this was the driver the other card had this driver too (same crds...)
    after reboot, no extra nic in the webinterface, nor with ifconfig

    grtz
  • The "easy" but long way would be to make a backup from the webadmin and reinstall the box with all three nics in it.  When you restore your settings the extra nic should be in the interfaces area.

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • You probably need different options for the different interfaces using the 8139too driver (you furnish multiple values passed to options arguments in modules.conf with commas; the first value in the options list applies to the first interface, the second value to the second interface, and so forth...)

    It will be MUCH easier if you pull the cards, temporarily put them in a different machine, and see how a temporary install of Astaro sets up modules.conf for the cards in question. Then implement that layout on your old box, making the changes by hand-edit...
  • [ QUOTE ]
    It will be MUCH easier if you pull the cards, temporarily put them in a different machine, and see how a temporary install of Astaro sets up modules.conf for the cards in question. Then implement that layout on your old box, making the changes by hand-edit... 

    [/ QUOTE ]If that is so, it would probably be just as quick for him to backup the config, do an Astaro reinstall on the box, which will find the extra card, and then restoring the config backup and configuring the new card from Webadmin.
  • Hi,
    I did a reinstall, but the third nic wasn't usable by astaro, so i replaced it with antoher nic, problem solved [:)]
Reply Children
No Data