+ Responder ao Tópico



  1. #1

    Padrão FreeBSD como Bridge

    Gostaria de fazer o FreeBSD funionar como Bredge alguem sabe como fazer isso??

  2. #2

    Padrão FreeBSD como Bridge

    depende. Modo bridge nas placas de rede? placa de radio?
    especifique o que voce realmente quer fazer...
    :twisted:

  3. #3

    Padrão FreeBSD como Bridge

    gostaria que FreeBSD funcionasse com um Bredge tipo Wet11 da Linksys

  4. #4
    etherlink
    Visitante

    Padrão Bridge

    Primeiro vc tem de compilar o FreeBSD com a opcao no kernel desta forma:
    options Divert
    se for IPFW 2 tente por isso no sysctl .conf ou fazer na mao .
    >
    > net.inet.ip.stealth=1
    > #net.link.ether.bridge_cfg=ed0:0,xl0:0
    > #net.link.ether.bridge=1
    > #net.link.ether.bridge_ipfw=1
    > net.inet.ip.fw.enable=1
    > #net.link.ether.ipfw=1 #need for ipfw2
    > #net.link.ether.verbose=1 # need for ipfw2
    > net.inet.tcp.blackhole=1
    > net.inet.udp.blackhole=2
    > net.link.ether.inet.log_arp_wrong_iface=0
    > net.inet.ip.fw.verbose_limit=100

  5. #5

    Padrão Bridge

    Vou testar etherlink, mais tarde.

    Mas já valeu muito sua atenção

  6. #6

    Padrão Re: Bridge

    Citação Postado originalmente por etherlink
    Primeiro vc tem de compilar o FreeBSD com a opcao no kernel desta forma:
    options Divert
    se for IPFW 2 tente por isso no sysctl .conf ou fazer na mao .
    >
    > net.inet.ip.stealth=1
    > #net.link.ether.bridge_cfg=ed0:0,xl0:0
    > #net.link.ether.bridge=1
    > #net.link.ether.bridge_ipfw=1
    > net.inet.ip.fw.enable=1
    > #net.link.ether.ipfw=1 #need for ipfw2
    > #net.link.ether.verbose=1 # need for ipfw2
    > net.inet.tcp.blackhole=1
    > net.inet.udp.blackhole=2
    > net.link.ether.inet.log_arp_wrong_iface=0
    > net.inet.ip.fw.verbose_limit=100
    A opcao divert seria somente para fazer NAT. A opcao que deveria ser compilada teria que ser... options BRIDGE
    Para fazer uma bridge wireless, vc deve ter cartoes wireless com o chip prism. (cartoes orinoco NAO FAZEM BRIDGE, pode ser feito um Access Point com freebsd, mas nao bridge.)
    []'s
    :twisted: