[eepro100] Packets from eth0 and eth1 are forwarded to eth2

Richardson, Robert RRichardson@activision.com
Tue Feb 5 18:16:04 2002


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1AE9A.89F47320
Content-Type: text/plain;
	charset="iso-8859-1"



>  -----Original Message-----
> From: 	Richardson, Robert  
> Sent:	Tuesday, February 05, 2002 12:06 PM
> To:	'eepro100-admin@scyld.com'
> Cc:	Richardson, Robert
> Subject:	Packets from eth0 and eth1 are forwarded to eth2
> 
> Hello,
> I have a dual Intel i82557/8/9 EtherExpressPro100 adapter.
> It is on a Compaq Proliant i850R box, using RedHat 7.1.
> This box is going to be a download server that takes
> requests in a round-robin format from a DNS server.
> There are 3 NIC cards: 2 eepro100, and 1 ThunderLAN driver v1.14a.
> 
> THE GOAL:
> The goal is to have each card, each have a seperate IP address,
> get requests, then satisfy these requests themselves.  Each card
> will get a 33% share of incoming requests, then satisfy 33% of
> the requests.
> 
> 
> THE PROBLEM:
> The first two NICs, eth0 and eth1, sends its packets to
> eth2.  Approximately 95% of all packet transmissions are done
> via eth2.
> I get the following via ifconfig:
> ifconfig -a
> eth0      Link encap:Ethernet  HWaddr 00:50:8B:64:DC:C8  
>           inet addr:XX.XX.XXX.X Bcast:XX.XX.XXX.X  Mask:255.255.252.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:389076 errors:0 dropped:0 overruns:0 frame:54
>           TX packets:383 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:3 
>           RX bytes:60110568 (57.3 Mb)  TX bytes:32271 (31.5 Kb)
> 
> eth1      Link encap:Ethernet  HWaddr 00:50:8B:64:DC:C9  
>           inet addr:XX.XX.XXX.X Bcast:XX.XX.XXX.X  Mask:255.255.252.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:338519 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:2 
>           RX bytes:25812531 (24.6 Mb)  TX bytes:378 (378.0 b)
> 
> eth2      Link encap:Ethernet  HWaddr 00:50:8B:93:8F:D0  
>           inet addr:XX.XX.XXX.X  Bcast:XX.XX.XXX.X  Mask:255.255.252.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:338335 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:10066 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:149 
>           RX bytes:25773859 (24.5 Mb)  TX bytes:4055744 (3.8 Mb)
> 
> lo        Link encap:Local Loopback  
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           UP LOOPBACK RUNNING  MTU:16436  Metric:1
>           RX packets:5471 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:5471 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 
>           RX bytes:1305980 (1.2 Mb)  TX bytes:1305980 (1.2 Mb)
> 
> I get the following from dmesg:
> NET4: AppleTalk 0.18a for Linux NET4.0
> eepro100.c:v1.09j-t 9/29/99 Donald Becker
> http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html
> eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin
> <saw@saw.sw.com.sg> and others
> eth0: OEM i82557/i82558 10/100 Ethernet, 00:50:8B:64:DC:C8, IRQ 15.
>   Receiver lock-up bug exists -- enabling work-around.
>   Board assembly 703555-006, Physical connectors present: RJ45
>   Primary interface chip i82555 PHY #1.
> --
>   Internal registers self-test: passed.
>   ROM checksum self-test: passed (0x24c9f043).
>   Receiver lock-up workaround activated.
> eth1: OEM i82557/i82558 10/100 Ethernet, 00:50:8B:64:DC:C9, IRQ 11.
>   Receiver lock-up bug exists -- enabling work-around.
>   Board assembly 703555-006, Physical connectors present: RJ45
>   Primary interface chip i82555 PHY #1.
> --
>   ROM checksum self-test: passed (0x24c9f043).
>   Receiver lock-up workaround activated.
> ThunderLAN driver v1.14a
> TLAN: eth2 irq=11, io=2c00, Compaq Netelligent Integrated 10/100 TX UTP,
> Rev. 16
> TLAN: 1 device installed, PCI: 1  EISA: 0
> TLAN: eth2: Starting autonegotiation.
> TLAN: eth2: Autonegotiation complete.
> TLAN: eth2: Link active
> iSCSI version 2.0.1.8 ( 8-Aug-2001)
> iSCSI control device major number 254
> iSCSI: detected HBA c23e58fc, host #2
> scsi2 : iSCSI (2.0.1.8)
> device eth0 entered promiscuous mode
> device eth0 left promiscuous mode
> device eth0 entered promiscuous mode
> device eth0 left promiscuous mode
> ide-floppy driver 0.97
> hda: ATAPI 24X CD-ROM drive, 512kB Cache, DMA
> Uniform CD-ROM driver Revision: 3.12
> 
> 
> WHAT I HAVE DONE:
> I have done the following in trying to resolve the problem:
> 1. Populated in /etc/rc.d/rc.local 
> for f in /proc/sys/net/ipv4/conf/*/accept_redirects
>         do
>         echo 0 > $f
> done
> 
> for f in /proc/sys/net/ipv4/conf/*/secure_redirects
>         do
>         echo 0 > $f
> done
> 
> for f in /proc/sys/net/ipv4/conf/*/send_redirects
>         do
>         echo 0 > $f
> done
> 
> for f in /proc/sys/net/ipv4/conf/*/accept_source_route
>         do 
>         echo 0 > $f 
> done
> 
> for f in /proc/sys/net/ipv4/conf/*/shared_media 
>         do 
>         echo 0 > $f
> done
> 
> for f in /proc/sys/net/ipv4/conf/*/rp_filter
>         do 
>         echo 0 > $f
> done
> 
> 2. cat /etc/sysconfig/network-scripts/ifcfg-eth*
> DEVICE=eth0
> BOOTPROTO=static
> BROADCAST=206.17.231.255
> IPADDR=206.17.228.230
> NETMASK=255.255.252.0
> NETWORK=206.17.228.0
> ONBOOT=yes
> 
> DEVICE=eth1
> BOOTPROTO=static
> BROADCAST=206.17.231.255
> IPADDR=206.17.228.231
> NETMASK=255.255.252.0
> NETWORK=206.17.228.0
> ONBOOT=yes
> 
> DEVICE=eth2
> BROADCAST=206.17.231.255
> IPADDR=206.17.228.232
> NETMASK=255.255.252.0
> NETWORK=206.17.228.0
> ONBOOT=yes
> 
> 3. cat /etc/modules.conf 
> alias parport_lowlevel parport_pc
> alias eth0 eepro100 io=3000
> alias eth1 eepro100 io=3020
> alias scsi_hostadapter sym53c8xx
> alias scsi_hostadapter sym53c8xx
> alias eth2 tlan i0=2c00
> 
> 
> 
> HELP, S.O.S.,
> Robert Richardson

------_=_NextPart_001_01C1AE9A.89F47320
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2654.45">
<TITLE> Packets from eth0 and eth1 are forwarded to eth2</TITLE>
</HEAD>
<BODY>
<BR>
<BR>

<P><FONT FACE=3D"Arial"></FONT>&nbsp;<FONT SIZE=3D1 =
FACE=3D"Tahoma">-----Original Message-----</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Tahoma">From: &nbsp;</FONT></B> <FONT =
SIZE=3D1 FACE=3D"Tahoma">Richardson, Robert&nbsp; </FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Tahoma">Sent:&nbsp;&nbsp;</FONT></B> =
<FONT SIZE=3D1 FACE=3D"Tahoma">Tuesday, February 05, 2002 12:06 =
PM</FONT>
<BR><B><FONT SIZE=3D1 =
FACE=3D"Tahoma">To:&nbsp;&nbsp;&nbsp;&nbsp;</FONT></B> <FONT SIZE=3D1 =
FACE=3D"Tahoma">'eepro100-admin@scyld.com'</FONT>
<BR><B><FONT SIZE=3D1 =
FACE=3D"Tahoma">Cc:&nbsp;&nbsp;&nbsp;&nbsp;</FONT></B> <FONT SIZE=3D1 =
FACE=3D"Tahoma">Richardson, Robert</FONT>
<BR><B><FONT SIZE=3D1 =
FACE=3D"Tahoma">Subject:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT=
></B> <FONT SIZE=3D1 FACE=3D"Tahoma">Packets from eth0 and eth1 are =
forwarded to eth2</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Hello,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">I have a dual Intel i82557/8/9 =
EtherExpressPro100 adapter.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">It is on a Compaq Proliant i850R box, =
using RedHat 7.1.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">This box is going to be a download =
server that takes</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">requests in a round-robin format from =
a DNS server.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">There are 3 NIC cards: 2 eepro100, =
and 1 ThunderLAN driver v1.14a.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">THE GOAL:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">The goal is to have each card, each =
have a seperate IP address,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">get requests, then satisfy these =
requests themselves.&nbsp; Each card</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">will get a 33% share of incoming =
requests, then satisfy 33% of</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">the requests.</FONT>
</P>
<BR>

<P><FONT SIZE=3D2 FACE=3D"Arial">THE PROBLEM:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">The first two NICs, eth0 and eth1, =
sends its packets to</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">eth2.&nbsp; Approximately 95% of all =
packet transmissions are done</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">via eth2.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">I get the following via =
ifconfig:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">ifconfig -a</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">eth0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
Link encap:Ethernet&nbsp; HWaddr 00:50:8B:64:DC:C8&nbsp; </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
inet addr:XX.XX.XXX.X Bcast:XX.XX.XXX.X&nbsp; Mask:255.255.252.0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
UP BROADCAST RUNNING MULTICAST&nbsp; MTU:1500&nbsp; Metric:1</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
RX packets:389076 errors:0 dropped:0 overruns:0 frame:54</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
TX packets:383 errors:0 dropped:0 overruns:0 carrier:0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
collisions:3 </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
RX bytes:60110568 (57.3 Mb)&nbsp; TX bytes:32271 (31.5 Kb)</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">eth1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
Link encap:Ethernet&nbsp; HWaddr 00:50:8B:64:DC:C9&nbsp; </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
inet addr:XX.XX.XXX.X Bcast:XX.XX.XXX.X&nbsp; Mask:255.255.252.0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
UP BROADCAST RUNNING MULTICAST&nbsp; MTU:1500&nbsp; Metric:1</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
RX packets:338519 errors:0 dropped:0 overruns:0 frame:0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
collisions:2 </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
RX bytes:25812531 (24.6 Mb)&nbsp; TX bytes:378 (378.0 b)</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">eth2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
Link encap:Ethernet&nbsp; HWaddr 00:50:8B:93:8F:D0&nbsp; </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
inet addr:XX.XX.XXX.X&nbsp; Bcast:XX.XX.XXX.X&nbsp; =
Mask:255.255.252.0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
UP BROADCAST RUNNING MULTICAST&nbsp; MTU:1500&nbsp; Metric:1</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
RX packets:338335 errors:0 dropped:0 overruns:0 frame:0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
TX packets:10066 errors:0 dropped:0 overruns:0 carrier:0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
collisions:149 </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
RX bytes:25773859 (24.5 Mb)&nbsp; TX bytes:4055744 (3.8 Mb)</FONT>
</P>

<P><FONT SIZE=3D2 =
FACE=3D"Arial">lo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link =
encap:Local Loopback&nbsp; </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
inet addr:127.0.0.1&nbsp; Mask:255.0.0.0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
UP LOOPBACK RUNNING&nbsp; MTU:16436&nbsp; Metric:1</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
RX packets:5471 errors:0 dropped:0 overruns:0 frame:0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
TX packets:5471 errors:0 dropped:0 overruns:0 carrier:0</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
collisions:0 </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
RX bytes:1305980 (1.2 Mb)&nbsp; TX bytes:1305980 (1.2 Mb)</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">I get the following from dmesg:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">NET4: AppleTalk 0.18a for Linux =
NET4.0</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">eepro100.c:v1.09j-t 9/29/99 Donald =
Becker <A =
HREF=3D"http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html" =
TARGET=3D"_blank">http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.htm=
l</A></FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">eepro100.c: $Revision: 1.36 $ =
2000/11/17 Modified by Andrey V. Savochkin &lt;saw@saw.sw.com.sg&gt; =
and others</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">eth0: OEM i82557/i82558 10/100 =
Ethernet, 00:50:8B:64:DC:C8, IRQ 15.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; Receiver lock-up bug exists -- =
enabling work-around.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; Board assembly 703555-006, =
Physical connectors present: RJ45</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; Primary interface chip i82555 =
PHY #1.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">--</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; Internal registers self-test: =
passed.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; ROM checksum self-test: passed =
(0x24c9f043).</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; Receiver lock-up workaround =
activated.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">eth1: OEM i82557/i82558 10/100 =
Ethernet, 00:50:8B:64:DC:C9, IRQ 11.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; Receiver lock-up bug exists -- =
enabling work-around.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; Board assembly 703555-006, =
Physical connectors present: RJ45</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; Primary interface chip i82555 =
PHY #1.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">--</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; ROM checksum self-test: passed =
(0x24c9f043).</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; Receiver lock-up workaround =
activated.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">ThunderLAN driver v1.14a</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">TLAN: eth2 irq=3D11, io=3D2c00, =
Compaq Netelligent Integrated 10/100 TX UTP, Rev. 16</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">TLAN: 1 device installed, PCI: =
1&nbsp; EISA: 0</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">TLAN: eth2: Starting =
autonegotiation.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">TLAN: eth2: Autonegotiation =
complete.</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">TLAN: eth2: Link active</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">iSCSI version 2.0.1.8 ( =
8-Aug-2001)</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">iSCSI control device major number =
254</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">iSCSI: detected HBA c23e58fc, host =
#2</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">scsi2 : iSCSI (2.0.1.8)</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">device eth0 entered promiscuous =
mode</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">device eth0 left promiscuous =
mode</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">device eth0 entered promiscuous =
mode</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">device eth0 left promiscuous =
mode</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">ide-floppy driver 0.97</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">hda: ATAPI 24X CD-ROM drive, 512kB =
Cache, DMA</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Uniform CD-ROM driver Revision: =
3.12</FONT>
</P>
<BR>

<P><FONT SIZE=3D2 FACE=3D"Arial">WHAT I HAVE DONE:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">I have done the following in trying =
to resolve the problem:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">1. Populated in /etc/rc.d/rc.local =
</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">for f in =
/proc/sys/net/ipv4/conf/*/accept_redirects</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 0 &gt; =
$f</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">done</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">for f in =
/proc/sys/net/ipv4/conf/*/secure_redirects</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 0 &gt; =
$f</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">done</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">for f in =
/proc/sys/net/ipv4/conf/*/send_redirects</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 0 &gt; =
$f</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">done</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">for f in =
/proc/sys/net/ipv4/conf/*/accept_source_route</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 0 &gt; =
$f </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">done</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">for f in =
/proc/sys/net/ipv4/conf/*/shared_media </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 0 &gt; =
$f</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">done</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">for f in =
/proc/sys/net/ipv4/conf/*/rp_filter</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do </FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo 0 &gt; =
$f</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">done</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">2. cat =
/etc/sysconfig/network-scripts/ifcfg-eth*</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">DEVICE=3Deth0</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">BOOTPROTO=3Dstatic</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">BROADCAST=3D206.17.231.255</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">IPADDR=3D206.17.228.230</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">NETMASK=3D255.255.252.0</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">NETWORK=3D206.17.228.0</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">ONBOOT=3Dyes</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">DEVICE=3Deth1</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">BOOTPROTO=3Dstatic</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">BROADCAST=3D206.17.231.255</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">IPADDR=3D206.17.228.231</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">NETMASK=3D255.255.252.0</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">NETWORK=3D206.17.228.0</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">ONBOOT=3Dyes</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">DEVICE=3Deth2</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">BROADCAST=3D206.17.231.255</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">IPADDR=3D206.17.228.232</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">NETMASK=3D255.255.252.0</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">NETWORK=3D206.17.228.0</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">ONBOOT=3Dyes</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">3. cat /etc/modules.conf </FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">alias parport_lowlevel =
parport_pc</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">alias eth0 eepro100 io=3D3000</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">alias eth1 eepro100 io=3D3020</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">alias scsi_hostadapter =
sym53c8xx</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">alias scsi_hostadapter =
sym53c8xx</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">alias eth2 tlan i0=3D2c00</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=3D2 FACE=3D"Arial">HELP, S.O.S.,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Robert Richardson</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C1AE9A.89F47320--