J.D. Bronson wrote:
At 09:49 AM 05/04/2004, Bill Moran wrote:

Then how do I get data from one segment to the other w/o using a router and yet at the same time keeping 'arp' happy ?


You don't. That's what a router does. If you want to move data between
two different networks you either need a router, or you need to cheat (like
you currently are) and just ignore the arp messages.


You can just turn on forwarding on the BSD machine with the two NICs and it
will act as a router for you.

Thanks again for all the time for explanations.
Since everything works fine the way it is (with the arp mesgs I can turn off with systcl and hence solve that) would there be any benefit for turning on forwarding
or just leaving things as they are?

If you leave both NICs plugged into the same switch, do NOT turn on forwarding, or you get duplicates of every packet!

You'll only need forwarding if you move one of the subnets to its own
leg.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to