On Fri, Mar 08, 2002 at 12:33:52PM -0800, Chris Wilkes wrote: > > How about as your last rule in your OUTPUT/INPUT tables to mark the > packets that are dropped? That way you can see what's being dropped and > why. > > Who is 127.0.0.1 trying to communicate with? Probably another local > address to the machine like 10.0.0.254. Did you enable communication
127.0.0.1 does not communicate with anything else than 127.0.0.1. Ramin > back the other way like with a > -i lo -d 127.0.0.1 > ? That could help out. > > But again I would stress -j LOG --log-prefix "DROP " marking all dropped > packets so that you can see where it is going wrong. > > Chris