Results 1 to 3 of 3

Thread: Multiple NICs...

  1. #1
    Join Date
    Aug 2008
    Location
    Hmm..$whereis?
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Multiple NICs...

    Hi I have two ethernet ports as follows;
    Code:
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 01)
    03:02.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) (rev 11)
    I want to manage eth0 i.e. the Realtek one with Network-Manager and eth1, the D-Link one using static ip in /etc/network/interfaces.

    When I add a static ip for eth1 in /etc/network/interfaces, Network Manager does not start on boot and hence does not bring up eth0

    What shall I do?
    Debian 6.0.1(Squeeze)/64bit
    **************************
    MSI K9AGM4-L | AMD Athlon64 X2 4000+ | 2x1GB DDR2 800MHZ(Transcend) | ATI Radeon Xpress 1250(Onboard) | Seagate 250GB SATA II | Acer AL1916W

  2. #2
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Multiple NICs...

    Does eth0 have "Available to all users" checked. Other threads suggest this should make it available on boot - rather than waiting for login.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  3. #3
    Join Date
    Aug 2008
    Location
    Hmm..$whereis?
    Beans
    136
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Multiple NICs...

    Quote Originally Posted by Iowan View Post
    Does eth0 have "Available to all users" checked. Other threads suggest this should make it available on boot - rather than waiting for login.
    Thanks Iowan, yes I did have that option checked yet it did not work. What fixed the issue though after a lot of trials is this little change;

    Edit '/etc/NetworkManager/nm-system-settings.conf' and change
    Code:
    [ifupdown]
    managed=false
    to
    Code:
    [ifupdown]
    managed=true
    Debian 6.0.1(Squeeze)/64bit
    **************************
    MSI K9AGM4-L | AMD Athlon64 X2 4000+ | 2x1GB DDR2 800MHZ(Transcend) | ATI Radeon Xpress 1250(Onboard) | Seagate 250GB SATA II | Acer AL1916W

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •