On Apr 2 2007 21:37, Andi Reinbrech wrote: > >I am trying to route packets from ppp0 or eth0 to lo, and it seems that >the only way to do this is to mangle the packet and rewrite it's if with a >"-j ROUTE --iif lo" route. > >When I configure the following rule, I get an error: > >iptables -t mangle -A PREROUTING -d 192.168.0.1 -p tcp --dport 9898 -j >ROUTE --iif lo > >returns: > >iptables v1.3.7: Unknown arg `--iif' Besides that it works for me, just what are you trying to accomplish that you need to rewrite it to "lo"? Jan --