Re: Two NIC's connected to same subnet: routing question

2005-02-17 Thread Henry Su
On Thu, 17 Feb 2005, Jon Noack wrote: > Henry Su wrote: > > You can configure both NIC as /32. You also need proxy arp installed and > > listen on both NIC. Then the traffic should be able to follow between two > > NICs. Since Proxy ARP always answers its MAC to clients, so the clients can > > al

Re: Two NIC's connected to same subnet: routing question

2005-02-17 Thread Jon Noack
Henry Su wrote: You can configure both NIC as /32. You also need proxy arp installed and listen on both NIC. Then the traffic should be able to follow between two NICs. Since Proxy ARP always answers its MAC to clients, so the clients can always send traffic to em1 or em0. Based on client's mac ent

RE: Two NIC's connected to same subnet: routing question

2005-02-17 Thread Xin LI
It seems that this can be implemented through ng_one2many netgraph node. I'm looking for some documentation about this. Well... Given that my own server is already online and it is several kilometers away from me, I'd rather test the feature at lab and then go there for a shoot. å 2005-02-01äç 1

RE: Two NIC's connected to same subnet: routing question

2005-02-01 Thread Henry Su
You can configure both NIC as /32. You also need proxy arp installed and listen on both NIC. Then the traffic should be able to follow between two NICs. Since Proxy ARP always answers its MAC to clients, so the clients can always send traffic to em1 or em0. Based on client's mac entry in the ARP ta