Your message dated Fri, 14 Nov 2008 18:58:10 +0100
with message-id <[EMAIL PROTECTED]>
and subject line 2.6.8 kernel removed from Debian
has caused the Debian Bug report #320033,
regarding kernel panic when using ebtables and arp.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
320033: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=320033
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kernel-image
Version: 2.6.8-2-686

i'm using ebtables 2.0.6-3 (from stable debian distribution) to make a brouter.

Here are the rules used:
ebtables -t broute -A BROUTING -p ipv4 -i eth1 --ip-dst 10.70.12.102 -j 
redirect \
--redirect-target DROP
ebtables -t broute -A BROUTING -p ipv4 -i eth0 --ip-dst 10.50.22.102 -j 
redirect \
--redirect-target DROP
ebtables -t broute -A BROUTING -p arp -i eth1 -d 00:12:3F:20:D8:E2 -j redirect \
--redirect-target  DROP
ebtables -t broute -A BROUTING -p arp -i eth0 -d 00:12:3F:20:D8:E1 -j redirect \
--redirect-target DROP
ebtables -t broute -A BROUTING -p arp -i eth1 -d broadcast --arp-ip-dst 
10.70.12.102 -j \
redirect --redirect-target DROP
ebtables -t broute -A BROUTING -p arp -i eth0 -d broadcast --arp-ip-dst 
10.50.22.102 -j \
redirect --redirect-target DROP
ebtables -t broute -A BROUTING -p ipv4 -i eth1 --ip-src $RX_INTERNE -j redirect 
\
--redirect-target DROP

When i want to make an arp broadcast from this brouter with arping for example 
arping -B.

The kernel panic : Unable to handle kernel NULL pointer dereference at virtual 
address 00000170
Oops: 0000 [#1]

Could you explain me if it is a bug or an error of utilisation?

Here's the /etc/network/interfaces file:
# The loopback network interface
auto lo
iface lo inet loopback
auto br0
iface br0 inet static
        address 0.0.0.0
        netmask 0.0.0.0
        bridge_bridgeprio 10001
        bridge_ports all
        bridge_stp on
        bridge_maxwait 0
        bridge_fd 5

auto eth0
iface eth0 inet static
        address 10.50.22.102
        netmask 255.255.255.0
        network 10.50.22.0
        broadcast 10.50.22.255
        gateway 10.50.22.254
        dns-nameservers 10.50.22.254
        dns-search interne

auto eth1
iface eth1 inet static
        address 10.70.12.102
        netmask 255.255.255.0
        network 10.70.12.0
        broadcast 10.70.12.255

I am using Debian GNU/Linux 3.1, kernel 2.6.8-2-686 and libc6 2.3.2.ds1-22.

Thanks.



--- End Message ---
--- Begin Message ---
The 2.6.8 kernel is no longer supported by Debian so I'm closing
your bug report.  Please try the 2.6.26 kernel from Debian lenny.
If this issue is still present, let me know.

Thanks.

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---

Reply via email to