Gentoo Archives: gentoo-user

From: Christopher Koeber <ckoeber@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] Problem with Having two Network Cards in System ...
Date: Fri, 01 Oct 2010 03:07:24
Message-Id: AANLkTikZqNbofN52AuRb2c3MpkrXR82Pwyn5FYNw7oPq@mail.gmail.com
1 Hello,
2
3 I have a system with two network cards. The cards are configured for DHCP
4 for two separate networks and they get their respective IP addresses from
5 the different DCHP servers.
6
7 The problem is that the network access on <I>either</I> network is sporatic
8 at best. The networks are as follows:
9
10 First, my network config file:
11
12 <B>/etc/conf.d/net</B>
13
14 -----------------------------
15 # This blank configuration will automatically use DHCP for any net.*
16 # scripts in /etc/init.d. To create a more complete configuration,
17 # please review /etc/conf.d/net.example and save your configuration
18 # in /etc/conf.d/net (this file :]!).
19 config_eth0=( "dhcp" )
20 dhcpcd_eth0="-N"
21 config_eth1=( "dhcp" )
22 dhcpcd_eth1="-N"
23 -----------------------------
24
25
26 <B>ETH0:</B>
27 This is on a Gigabit network and I rarely, if ever, get access on this
28 network. This is an add-in card that I added after the initial installation.
29
30 Here is the ifconfig of eth0
31 -----------------------------
32 eth0 Link encap:Ethernet HWaddr 00:26:f2:ac:c9:df
33 inet addr:10.10.50.68 Bcast:10.10.50.255 Mask:255.255.255.0
34 inet6 addr: fe80::226:f2ff:feac:c9df/64 Scope:Link
35 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
36 RX packets:69584 errors:0 dropped:492 overruns:0 frame:0
37 TX packets:2291 errors:0 dropped:0 overruns:0 carrier:0
38 collisions:0 txqueuelen:1000
39 RX bytes:5631144 (5.3 MiB) TX bytes:237966 (232.3 KiB)
40 Interrupt:23 Base address:0xc000
41 -----------------------------
42
43 <B>ETH1:</B>
44 This is on a 10/100 network and I get access sporatically on this network.
45 This card is a built-in card.
46
47 Here is the ifconfig of eth1
48 -----------------------------
49 eth1 Link encap:Ethernet HWaddr 00:b0:d0:fc:51:c7
50 inet addr:10.60.1.1 Bcast:10.60.255.255 Mask:255.255.0.0
51 inet6 addr: fe80::2b0:d0ff:fefc:51c7/64 Scope:Link
52 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
53 RX packets:640794 errors:0 dropped:0 overruns:0 frame:0
54 TX packets:57388 errors:2 dropped:0 overruns:0 carrier:2
55 collisions:0 txqueuelen:1000
56 RX bytes:63730861 (60.7 MiB) TX bytes:17820579 (16.9 MiB)
57 -----------------------------
58
59 Now, both networks neet to be operational as I would like for the system
60 itself to be able to contact both networks and run services for each
61 network. However, the networks will NOT be bridged by the server in
62 question.
63
64 When i originally set up the system everything worked fine.
65
66 What do I need to do to make sure the system communicates to the networks in
67 question?
68
69 Thank you for your time.
70
71 Regards,
72 Christopher Koeber

Replies

Subject Author
Re: [gentoo-user] Problem with Having two Network Cards in System ... Adam Carter <adamcarter3@×××××.com>
Re: [gentoo-user] Problem with Having two Network Cards in System ... Bill Longman <bill.longman@×××××.com>