[vox-tech] SSH On Home Network

Mike Simons vox-tech@lists.lugod.org
Mon, 10 Mar 2003 19:19:35 -0500


On Mon, Mar 10, 2003 at 04:16:01PM -0800, Jim Angstadt wrote:
> > Could you try this:
> > # iptables -t filter -D  INPUT 1 -p tcp -s
> > 192.168.0.0/24 -d 192.168.0.3\
> >  --destination-port 22 -j ACCEPT
> 
> I get "Illegal option '-s' with this command".

He meant a -A instead of -D, but I think you have confirmed that the
firewall rules are really the problem you shouldn't waste time messing
with them.