Crash with GRE und IPFW fwd

Andrey V. Elsukov ae at FreeBSD.org
Thu May 28 23:38:22 UTC 2015


On 28.05.2015 17:22, Julian Kornberger wrote:
> Am 28.05.2015 um 15:59 schrieb Andrey V. Elsukov:> Can you enable
> dumpon(8) in your rc.conf, then get the crash dump and
>> show content of your /var/crash/core.txt.N file?
>>
>> Also can you try this module instead of one from your base system?
>> https://people.freebsd.org/~ae/gre-10.tgz
>>
>> This is ported to stable/10 version from 11.0-CURRENT.
>>
> 
> I already have some crash logs:
> http://91.202.42.216/
> 
> Some are with and some are without dummynet.

The actual panic occurs when ip_output() does RO_RTFREE() to cached
route owned by gre(4).

#7  0xffffffff80a58105 in ip_output (m=0xfffff800054bb000,
    opt=<value optimized out>, flags=<value optimized out>,
    imo=<value optimized out>, inp=0x0)
    at /usr/src/sys/netinet/ip_output.c:218
#8  0xffffffff81a15797 in gre_output (ifp=0xfffff80005a33000,
    m=<value optimized out>, dst=<value optimized out>,
    ro=<value optimized out>)
    at /usr/src/sys/modules/if_gre/../../net/if_gre.c:509

As I see you have two gre(4) tunnels:

gre1: inet 10.9.0.9 --> 10.9.0.8
gre2: inet 10.9.0.11 --> 10.9.0.10

but which addresses do you use as tunnel endpoints?

-- 
WBR, Andrey V. Elsukov

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 538 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-net/attachments/20150529/2f9eaa88/attachment.sig>


More information about the freebsd-net mailing list