Search results

  1. D

    FreeBSD bridge problem

    Bridge (and dummynet) works fine on my dell laptop. The problem was with the virtual machines, which has been fixed as posted previously. Thanks again for the help.
  2. D

    FreeBSD bridge problem

    Thanks for all the replies. I am making progress. I have it working now on VMware VMs. :) Problem was the default security settings on the VMs prevented MAC address substitution. When I get back to my office, I will try it and make it work on a physical machine. Will post on my progress...
  3. D

    Trying to set up FreeBSD machine as router/bridge between two others

    Look at the following URLs - they should get you started. Regards, David. ------------ http://dryice.name/blog/freebsd/using-freebsd-as-a-network-bridge-and-use-dummynet-to-shape-the-traffic/...
  4. D

    FreeBSD bridge problem

    Sorry typo - not a has ip address 10.1.1.1 netmask 255.255.255.0 and b has ip address 10.1.1.2 netmask 255.255.255.0 but a has ip address 10.1.1.1 netmask 255.255.255.0 and c has ip address 10.1.1.2 netmask 255.255.255.0
  5. D

    FreeBSD bridge problem

    The topology is: a<->b<->c where b is the bridge, with interfaces em0 pointing to a, and em1 pointing to c. b also has bridge interface bridge0 a has ip address 10.1.1.1 netmask 255.255.255.0 and b has ip address 10.1.1.2 netmask 255.255.255.0 When I ping from 10.1.1.1 (a) to 10.1.1.2...
  6. D

    FreeBSD bridge problem

    Output of "ifconfig -a" attached in zip file. Thanks.
  7. D

    FreeBSD bridge problem

    After the bridge is set up. I am doing it manually from the shell. ie, ifconfig em0 up ifconfig em1 up
  8. D

    FreeBSD bridge problem

    Yes - setting them both up with ifconfig.
  9. D

    FreeBSD bridge problem

    Hi, I am trying to get bridging to work on a two interface system using the following commands: ifconfig bridge create ifconfig bridge0 addm em0 addm em1 up #interface names are em0 and em1 The problem is the bridge passes arp requests, but not arp replies. I have tried this this...
Back
Top