Re: multiple interfaces

From: Daniel Valencia (fetrovsky_at_yahoo.com)
Date: 08/18/05

  • Next message: David Vos: "netgraph memory trouble"
    Date: Thu, 18 Aug 2005 14:15:48 -0700 (PDT)
    To: freebsd-net@freebsd.org
    
    

    Hello all, and thanks for your replies.

    Please let me explain myself a little more. Im going
    to do research in routing protocols, so I created a
    switching software for ethernet packets. I plugged 3
    computers (a, b, c), all of them running R5.4, in the
    following manner:

    a connects to c.
    b connects to c.
    c connects to the internet.

    Of course, the wires that connect c to both a and b
    are crossover. There is no medium sharing between any
    of the interfaces, because my software will do the
    bridging at the ethernet layer.

    I changed the netmask in the second interface that
    connects to the 10.0 network to 255.255.255.255 and it
    didnt solve the problem either.

    My routing table loooks like this:

    > netstat -r -f inet
    Routing tables

    Internet:
    Destination Gateway Netif Expire
    default cs1-rsm-vl038.ucin de0
    10/16 link#2 xl0
    localhost localhost lo0
    128.200.38/24 link#1 de0
    cs1-rsm-vl038.ucin 00:90:92:c8:7c:00 de0 1174
    schark12 00:01:02:c1:bb:4d de0 1196
    >

    Again, thank you very much

    Daniel

                    
    ____________________________________________________
    Start your day with Yahoo! - make it your home page
    http://www.yahoo.com/r/hs
     
    _______________________________________________
    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: David Vos: "netgraph memory trouble"