IPTABLES brain fade... help!

2008-02-15 Thread Steve Holdoway
I'm trying to set up a basic firewall - as a start, I'm just trying to have ssh traffic and nothing else running. However, this just doesn't work. What am I doing wrong? Script... ( eth0 *is* internet facing, and nothing upstream is interfering ) # Default policy drop everything $IPTables -P IN

Re: IPTABLES brain fade... help!

2008-02-15 Thread Michael
What's not working? Everything? Just SSh? This is all you really need: - iptables -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT If you must use your fancy pants SSh rule, I would suggest inserting (-I) it before your drop rules: $IPTables -I INPUT -p tcp -i eth0 --dport 22 -m state --state NEW

Re: IPTABLES brain fade... help!

2008-02-15 Thread Steve Holdoway
On Sat, 16 Feb 2008 14:58:32 +1300 Michael <[EMAIL PROTECTED]> wrote: > What's not working? Everything? > > Just SSh? This is all you really need: > - iptables -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT > > If you must use your fancy pants SSh rule, I would suggest inserting (-I) it > befo

Re: How did last night's meeting go?

2008-02-15 Thread Andrew Sands
On Wed, 13 Feb 2008 10:03:54 Brett Davidson wrote: > I'm curious., I had a work function I needed to attend otherwise I would > have been there... > > Cheers, > Brett. Hi, I'm Lisa And as the wife of a long time CLUGGER I attended Tuesdays meeting, I found it a very interesting evening, To know