<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=688021216-08022005>I get the error
"eth1: received packet with own address as source
address"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=688021216-08022005>I get this with both
interfaces in my bridge. I am starting the bridge using the initialize.fw
script that comes with nocat auth. I get a flood of network traffic that
shuts down my network too. I don't know why it is doing that, any
ideas? I have both of the bridge interfaces plugged into the same switch,
is this a problem?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=688021216-08022005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=688021216-08022005>Here is how I start
my bridge:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=688021216-08022005># Setup some of the
variables first<BR>BR_IP="192.168.1.253"<BR>BR_IFACE=br0</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=688021216-08022005>LAN_BCAST_ADDRESS="192.168.1.255"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=688021216-08022005>FWINET_IFACE="eth2"<BR>FWLAN_IFACE="eth1"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=688021216-08022005>FWLO_IFACE="lo"<BR>LO_IP="127.0.0.1"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=688021216-08022005>IPTABLES="/sbin/iptables"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=688021216-08022005>#<BR># Take down the
interfaces before setting up the bridge<BR>#</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=688021216-08022005>ifdown
$FWINET_IFACE<BR>ifdown $FWLAN_IFACE<BR>ifconfig $FWINET_IFACE
0.0.0.0<BR>ifconfig $FWLAN_IFACE 0.0.0.0</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=688021216-08022005># let's start the
bridge<BR># This will create a new interface</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=688021216-08022005>brctl addbr
$BR_IFACE</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=688021216-08022005># and add the
interfaces to it<BR>brctl addif $BR_IFACE $FWINET_IFACE<BR>brctl addif $BR_IFACE
$FWLAN_IFACE</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=688021216-08022005># make us visible to
the network again<BR>ifconfig $BR_IFACE $BR_IP<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=688021216-08022005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=688021216-08022005>Thx,<BR></SPAN></FONT><FONT face=Arial size=2><SPAN
class=688021216-08022005>Timmay</SPAN></FONT></DIV>
<DIV> </DIV></BODY></HTML>