On Thu, Jan 02, 2003 at 12:03:13PM -0500, Ryan McAlister wrote: > OMG! Port 113. > > Added: > > iptables -A INPUT -p TCP --sport 1024:65535 --dport 113 -j ACCEPT > iptables -A OUTPUT -p TCP --dport 1024:65535 --sport 113 -j ACCEPT > > to Router1 script and it is now working. Sonofa!
This is a prime reason for logging rules at the end of all chains. That way you get some information about the packets that were dropped. -- Jamin W. Collins

