Hi I am having a machine with 3 interfaces, fxp0, nge0 and nge1. nge0 and nge1 are pseudo ethernet interfaces implemented using 'ng_eiface' netgraph nodes in freebsd-current. I wish that the response to a ping from host1(some machine on LAN) to fxp0/nge0/nge1 should come from the respective interface. But it comes from the interface given by "route get 'host1'" unless we manually do a "route change 'host1' -ifp 'interface'" host1 should be able to ping to fxp0, nge0 and nge1 simultaneously and the responses should come from the respective interfaces. Is it possible to do this dynamically using ipfw,natd stateful rules? Or, perhaps there is some other better way? This mail has also been posted to freebsd-ipfw. Thanks Satya To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message