> -----Original Message----- > From: linux-net-owner@xxxxxxxxxxxxxxx > [mailto:linux-net-owner@xxxxxxxxxxxxxxx]On Behalf Of Neil Horman > Sent: Wednesday, January 05, 2005 6:28 AM > > Steve Iribarne wrote: > > I need to be able to send a packet destined for the loopback > address (i.e. 127.10.10.1 or some such address) out onto the > wire. (eth0, eth1 whatever) > > > > Can't you just write an iptables module to register on the output chain, > clone any skbs you intercept bound for loopback, and modify the clone > skb->dev to point to the dev you would like to send it out? > May any of following help 1> ROUTE target of netfilter. 2> Look at crossover patch from netfilter chief Rusty, http://oss.sgi.com/projects/netdev/archive/2003-07/msg00163.html 3> Julean's send-ro-self work http://www.ssi.bg/~ja/#loop Best of luck, -- Sumit - : send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html