AW: local ssh connect

Frank Moeller frank.moeller@gonicus.de
Fri, 10 Aug 2001 10:45:29 +0200


hi,

you can try this rule for ssh-access from your workstation to the firewall:

iptables -A INPUT -p tcp -m state --state NEW -s <ip workstation> \
                --dport 22 -j ACCEPT

greetings

frank


> hi netfilters,
>
> i resolved the problem from this morning. now i m out of breath. because
> i try to make my firewall manageable from my workstation. the firewall
> is the cellar. and every 5 min i had to jump down because i ve closed
> all ports. my configuration
>
> workstations <--> 16-Port-Switch <--> firewall
>
> the firewall has two nics. one for the local-network and the other to
> connect my DSL-Provider. my first goal is to sit on my wk and play with
> iptables. but i can t. i tried serveral configurations with my script
> but i cant connect to the firewall (called drago)
>
> perhaps someone can say me my fault.
>