--- Antonio Coralles <[EMAIL PROTECTED]> wrote:

> I've recently turned my workstation into a router
> for my laptop, using
> the great gentoo home router guide. Everthing is ok
> so far, with one
> exception: I can't connect to my ssh server anymore
> from outside the
> LAN, becuase iptables seems to prevent this,
> allthough i
> # iptables -A INPUT -p TCP --dport ssh -i eth1 -j
> ACCEPT .
> 
> Any ideas ?

For my last INPUT rule I always log the dropped
packets for debugging purposes.  Then I can see what's
getting dropped in /var/log/messages.

iptables -A INPUT -m limit --limit 30/min -j LOG
--log-prefix "Input Dropping: "

Zac


                
__________________________________ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 

-- 
gentoo-user@gentoo.org mailing list

Reply via email to