From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P1Vy0-0007Zq-Et for garchives@archives.gentoo.org; Fri, 01 Oct 2010 03:07:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E965E0B90; Fri, 1 Oct 2010 03:07:17 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id A9EE5E0B90 for ; Fri, 1 Oct 2010 03:07:16 +0000 (UTC) Received: by fxm18 with SMTP id 18so2754462fxm.40 for ; Thu, 30 Sep 2010 20:07:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=icXXdGPhVFRllLCkIsnhmsm0WDJq7ES5Hefb16X5eLo=; b=itBErAxebOcLJjMp8QPJdLPY6QRYz3acl79Y9X6EtqTEd4PN7UVfqchLyBx7XS6uF2 C75X2HrXGb3Cck5tzJsx7lJaZxXCh12K183iTJH2WD+i3+Rnt9TCuu3Gh/bWUgq1vJJ6 VpEDxNRt0B46Rl9sCKj2oYNW+Tm9REMScF3NE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jylHqp8l3kEIA7IZZzkp6WWAy4zbX1pvd+oQsPS9LVkTW/CONkO9d92W0xX099X+FP 5+Yl/Ev3E+u7t48/+LYIWYPE+/E9VxA1ftrNBEuUfL00uvy3HgHMpgz0/3rsJJ8hTYA9 Q1a2RCMn+en+i1LukdMwNI284VnJQTD0QtFwg= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.239.183.147 with SMTP id u19mr531335hbg.183.1285902435933; Thu, 30 Sep 2010 20:07:15 -0700 (PDT) Received: by 10.239.188.72 with HTTP; Thu, 30 Sep 2010 20:07:15 -0700 (PDT) Date: Thu, 30 Sep 2010 23:07:15 -0400 Message-ID: Subject: [gentoo-user] Problem with Having two Network Cards in System ... From: Christopher Koeber To: gentoo-user Content-Type: multipart/alternative; boundary=001485f5cef2e8dd540491857d9d X-Archives-Salt: bcceb6dd-03cd-4af5-9ff7-bfe20c230ed5 X-Archives-Hash: 98a74d65ab818da471e9683179ed37b1 --001485f5cef2e8dd540491857d9d Content-Type: text/plain; charset=ISO-8859-1 Hello, I have a system with two network cards. The cards are configured for DHCP for two separate networks and they get their respective IP addresses from the different DCHP servers. The problem is that the network access on either network is sporatic at best. The networks are as follows: First, my network config file: /etc/conf.d/net ----------------------------- # This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). config_eth0=( "dhcp" ) dhcpcd_eth0="-N" config_eth1=( "dhcp" ) dhcpcd_eth1="-N" ----------------------------- ETH0: This is on a Gigabit network and I rarely, if ever, get access on this network. This is an add-in card that I added after the initial installation. Here is the ifconfig of eth0 ----------------------------- eth0 Link encap:Ethernet HWaddr 00:26:f2:ac:c9:df inet addr:10.10.50.68 Bcast:10.10.50.255 Mask:255.255.255.0 inet6 addr: fe80::226:f2ff:feac:c9df/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:69584 errors:0 dropped:492 overruns:0 frame:0 TX packets:2291 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:5631144 (5.3 MiB) TX bytes:237966 (232.3 KiB) Interrupt:23 Base address:0xc000 ----------------------------- ETH1: This is on a 10/100 network and I get access sporatically on this network. This card is a built-in card. Here is the ifconfig of eth1 ----------------------------- eth1 Link encap:Ethernet HWaddr 00:b0:d0:fc:51:c7 inet addr:10.60.1.1 Bcast:10.60.255.255 Mask:255.255.0.0 inet6 addr: fe80::2b0:d0ff:fefc:51c7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:640794 errors:0 dropped:0 overruns:0 frame:0 TX packets:57388 errors:2 dropped:0 overruns:0 carrier:2 collisions:0 txqueuelen:1000 RX bytes:63730861 (60.7 MiB) TX bytes:17820579 (16.9 MiB) ----------------------------- Now, both networks neet to be operational as I would like for the system itself to be able to contact both networks and run services for each network. However, the networks will NOT be bridged by the server in question. When i originally set up the system everything worked fine. What do I need to do to make sure the system communicates to the networks in question? Thank you for your time. Regards, Christopher Koeber --001485f5cef2e8dd540491857d9d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,

I have a system with two network cards. The cards are configu= red for DHCP for two separate networks and they get their respective IP add= resses from the different DCHP servers.

The problem is that the netw= ork access on <I>either</I> network is sporatic at best. The ne= tworks are as follows:

First, my network config file:

<B>/etc/conf.d/net</B>= ;

-----------------------------
# This blank configuration will a= utomatically use DHCP for any net.*
# scripts in /etc/init.d.=A0 To crea= te a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in= /etc/conf.d/net (this file :]!).
config_eth0=3D( "dhcp" )
= dhcpcd_eth0=3D"-N"
config_eth1=3D( "dhcp" )
dhcpc= d_eth1=3D"-N"
-----------------------------


<B>ETH0:</B>
This i= s on a Gigabit network and I rarely, if ever, get access on this network. T= his is an add-in card that I added after the initial installation.

Here is the ifconfig of eth0
-----------------------------
eth0=A0=A0= =A0=A0=A0 Link encap:Ethernet=A0 HWaddr 00:26:f2:ac:c9:df=A0
=A0=A0=A0= =A0=A0=A0=A0=A0=A0 inet addr:10.10.50.68=A0 Bcast:10.10.50.255=A0 Mask:255.= 255.255.0
=A0=A0=A0=A0=A0=A0=A0=A0=A0 inet6 addr: fe80::226:f2ff:feac:c9= df/64 Scope:Link
=A0=A0=A0=A0=A0=A0=A0=A0=A0 UP BROADCAST RUNNING MULTICAST=A0 MTU:1500=A0 M= etric:1
=A0=A0=A0=A0=A0=A0=A0=A0=A0 RX packets:69584 errors:0 dropped:49= 2 overruns:0 frame:0
=A0=A0=A0=A0=A0=A0=A0=A0=A0 TX packets:2291 errors:= 0 dropped:0 overruns:0 carrier:0
=A0=A0=A0=A0=A0=A0=A0=A0=A0 collisions:= 0 txqueuelen:1000
=A0=A0=A0=A0=A0=A0=A0=A0=A0 RX bytes:5631144 (5.3 MiB)=A0 TX bytes:237966 (= 232.3 KiB)
=A0=A0=A0=A0=A0=A0=A0=A0=A0 Interrupt:23 Base address:0xc000 =
-----------------------------

<B>ETH1:</B>
This i= s on a 10/100 network and I get access sporatically on this network. This c= ard is a built-in card.

Here is the ifconfig of eth1
-----------------------------
eth1= =A0=A0=A0=A0=A0 Link encap:Ethernet=A0 HWaddr 00:b0:d0:fc:51:c7=A0
=A0= =A0=A0=A0=A0=A0=A0=A0=A0 inet addr:10.60.1.1=A0 Bcast:10.60.255.255=A0 Mask= :255.255.0.0
=A0=A0=A0=A0=A0=A0=A0=A0=A0 inet6 addr: fe80::2b0:d0ff:fefc= :51c7/64 Scope:Link
=A0=A0=A0=A0=A0=A0=A0=A0=A0 UP BROADCAST RUNNING MULTICAST=A0 MTU:1500=A0 M= etric:1
=A0=A0=A0=A0=A0=A0=A0=A0=A0 RX packets:640794 errors:0 dropped:0= overruns:0 frame:0
=A0=A0=A0=A0=A0=A0=A0=A0=A0 TX packets:57388 errors:= 2 dropped:0 overruns:0 carrier:2
=A0=A0=A0=A0=A0=A0=A0=A0=A0 collisions:= 0 txqueuelen:1000
=A0=A0=A0=A0=A0=A0=A0=A0=A0 RX bytes:63730861 (60.7 MiB)=A0 TX bytes:178205= 79 (16.9 MiB)
-----------------------------

Now, both networks ne= et to be operational as I would like for the system itself to be able to co= ntact both networks and run services for each network. However, the network= s will NOT be bridged by the server in question.

When i originally set up the system everything worked fine.

What= do I need to do to make sure the system communicates to the networks in qu= estion?

Thank you for your time.

Regards,
Christopher Koeber
--001485f5cef2e8dd540491857d9d--