Bridge + arp messages...

From: Paiva, Gilson de (g-paiva_at_el.com.br)
Date: 05/20/03

  • Next message: Giampaolo Fresi Roglia: "[BPF Read and Write] Strange behaviour?"
    Date: Tue, 20 May 2003 09:53:47 -0300 (BRT)
    To: freebsd-ipfw@freebsd.org
    
    

    Hi everyone ( and sorry for the cross post ),

    Isn't this supposed to work ( bridge )?

    internet -- ep0 freebsd xl0 -- local clients

    Bridging itself works fine, but arp loop messages won't stop...
    ex:
    brdg0 /kernel: -- loop (1) 00.00.c8.b3.a5.7e to xl0 from rl0 (active)
    brdg0 /kernel: -- loop (2) 00.60.97.70.59.bc to rl0 from xl0 (active)

    freebsd:
    net.inet.ip.fw.enable=1
    net.inet.ip.fw.one_pass=0
    net.inet.tcp.blackhole=2
    net.inet.tcp.keepidle=9000
    net.inet.tcp.recvspace=65536
    net.inet.tcp.sendspace=65536
    net.inet.udp.blackhole=1
    net.link.ether.bridge=1
    net.link.ether.bridge_cfg=xl0,ep0
    net.link.ether.bridge_ipfw=1
    net.link.ether.inet.log_arp_wrong_iface=0
    net.link.ether.ipfw=1

    freebsd-stable 4.8 ( made 15/05 )
    ipfw2 with "open" firewall.

    -- 
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
     Paiva, Gilson de        Domingos Martins
     mailto:npd@el.com.br    Brazil
     http://www.el.com.br/   E&L Producoes de Software
     http://www.FreeBSD.org/ FreeBSD: The Power to Serve
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    ------------------------------------------------------------------------------
    Aviso Legal:
    Esta mensagem pode nao expressar oficialmente as ideias ou vontades da empresa
    E&L Producoes de Software, sendo responsavel por esta exclusivamente seu autor.
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Giampaolo Fresi Roglia: "[BPF Read and Write] Strange behaviour?"